Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
For simplicity's sake, let's go with option two. Unzip the ZIP file you downloaded, then open your favorite SFTP client, such as [http://filezilla-project.org/ FileZilla], and connect to your HDA like so (this assumes that you are able to access your HDA using http://hda/ in your browser; if you can't, replace "hda" with your HDA's IP address):
IMAGE - TK[[File:Filezilla_connect.png]]
Once you're connected, navigate to /usr/share/amahi-netboot/tftp/ in the "Remote Site" tree, create the folder "images" within "tftp", then create the folder "ubcd" within "images" as shown below:
IMAGE - TK[http://wiki.amahi.org/images/a/a8/Filezilla_create_directory.gif Click here to view]
Once you're in the directory, upload the contents of the ZIP you downloaded. Once you're done, it should look like this:
IMAGE - TK[[File:Filezilla_upload_complete.png]]
= Step 3: Edit the PXELinux Configuration =
At the bottom of the file, paste in the following:
CODE - TK{{Code|LABEL ubcd MENU LABEL Ultimate Boot CD KERNEL menu.c32 APPEND images/ubcd/menus/main.cfg}}
Make sure there aren't any "." or other characters at the beginning or end of that block once you've pasted it; occasionally text copied from this wiki suffers from this. If you've done it correctly, the file should look something like this:
IMAGE - TK[[File:Putty_edit_config.png]]
Press CTRL+O and ENTER to save the file, then CTRL+X to exit nano.
If you've done everything correctly, you should now be able to boot up your computer using the network boot option and select "Ultimate Boot CD" from the menu:
IMAGE - TK[[File:Virtualbox_netboot_menu.png]]