This guide is primarily intended to help restore mSATA images for the ct521 or the ct920 as they do not have video output. It goes through installing a LANforge disk image onto a mSATA drive via Linux or Windows, and then configuration of the LANforge system.
LANforge 5.3.7 on Fedora 27 was the most recent combination as of this writing.
We want to begin with:
Follow the below guide for installing the image using Windows.
Writing Disk Images on Windows
$ dmesg | tail [ 46.705126] scsi 5:0:0:0: Direct-Access ASMT 2115 0 PQ: 0 ANSI: 6 [ 46.720670] sd 5:0:0:0: Attached scsi generic sg1 type 0 [ 46.726785] sd 5:0:0:0: [sdc] 58626288 512-byte logical blocks: (30.0 GB/28.0 GiB) [ 46.728255] sd 5:0:0:0: [sdc] Write Protect is off [ 46.728260] sd 5:0:0:0: [sdc] Mode Sense: 43 00 00 00 [ 46.728975] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 46.733389] sdc: sdc1 sdc2 [ 46.740492] sd 5:0:0:0: [sdc] Attached SCSI disk
$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sdc 8:32 0 28G 0 disk ├─sdc2 8:34 0 27.5G 0 part │ ├─fedora-root 252:4 0 24.7G 0 lvm │ └─fedora-swap 252:3 0 2.8G 0 lvm └─sdc1 8:33 0 500M 0 part sda 8:0 0 111.8G 0 disk ├─sda2 8:2 0 111.3G 0 part │ ├─fedora_brent--521--2-swap 252:1 0 7.6G 0 lvm [SWAP] │ ├─fedora_brent--521--2-home 252:2 0 53.7G 0 lvm /home │ └─fedora_brent--521--2-root 252:0 0 50G 0 lvm / └─sda1 8:1 0 500M 0 part /bootFor this example, we'll assume your mSATA drive is /dev/sdc
$ cd ~/Downloads $ sudo bzcat f24-msata-28g-img.bz2 | dd of=/dev/sdcNote: This command can take a while to run (roughly 20-25 minutes on USB 3.0 or 1-2 hours on USB 2.0).
Remove the mSATA drive from the USB adapter and place it into the desired system.
Note: The system will not function correctly if you try to boot off the mSATA
while it is in the USB adapter.
The above picture is from a ct521 system.
Connect to the LANforge system via serial connection and log in.
Configure the LANforge system for internet access.
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DE0 link/ether 00:0d:b9:44:6f:40 brd ff:ff:ff:ff:ff:ff
Update the system and reboot.
Run the lf_kinstall script to configure LANforge software.
Install the LANforge license.
Set firmware for ath10k radios (skip this step if there are no ath10k radios).
Delete Phantom ports.
All set up! If you have any questions or comments, please contact us at support@candelatech.com.