Installing LINK Software to Hard Drive
From The Neuros Technology Wiki
Like many people I bought a LINK and the first thing I did was buy a hard drive to use with it rather than booting from the USB key. What I am documenting here is how I loaded the image from Neuros to the HDD so that other can benefit. Please feel free to add to this.
[edit] Requirements
- HDD installed
- Same requirements as the Linux Restore Path instructions.
- gparted installed (covered below)
[edit] Steps
- Install the HDD to your LINK box.
- Insert the USB key with the LINK image.
- Boot the LINK and press Del to enter the BIOS setup screen.
- When I installed my HDD it became the device the LINK would try to boot from. To boot from the USB key in order to restore the HDD you need to make the following changes in the BIOS.
- Select the Boot menu.
- Select Hard Disk Drives.
- Make USB: Crucial Gizmo! the 1st drive.
- Check that the Crucial Gizmo is listed as boot option 2 in the Boot Device Priority menu.
- Press F10 to save and exit.
- Let the system boot from the USB key.
- Close the Firefox browser that opens.
- Follow the Linux Restore Path instructions using the HDD device instead of the USB key.
- You can usually identify which device is the HDD by looking at the devices listed in /proc/paritions.
- Don't forget to install the partimage utility. You may need to setup your proxy in order to download this utility. You can do that through the System->Preferences->Network Proxy utility.
- When the restore is done install gparted
- sudo apt-get install gparted
- Run gparted
- sudo gparted
- Select the HDD that you restored the image to.
- Right-click the second partition (which is the ROOT partition) and select Resize/Move
- Specify New Size to whatever you want. In my case I said the max size.
- Click Edit and select Apply all operations
- Select Apply when warned
- When the operations are done reboot the LINK and press Del to enter the BIOS setup.
- Go to the Boot menu and select Hard Disk Drives
- Set the HDD as the 1st Drive
- Press F10 to save and exit
- Remove the USB key
- The system should now boot from the HDD.
