Difference between revisions of "Netboot Ultimate Boot CD"

From Amahi Wiki
Jump to: navigation, search
(Created page with "{{WorkInProgress}} {{AdvancedUsers}}")
 
Line 1: Line 1:
 
{{WorkInProgress}}
 
{{WorkInProgress}}
 
{{AdvancedUsers}}
 
{{AdvancedUsers}}
 +
 +
<ins>What is the Ultimate Boot CD?</ins>
 +
 +
Ultimate Boot CD (or UBCD) is a bootable recovery CD (live CD) that contains software used for repairing, restoring, and diagnosing many computer problems.
 +
 +
<ins>Prerequisites:</ins>
 +
*A working Amahi HDA with amahi-netboot installed (see [[Amahi Netboot for noobs]])
 +
 +
= Step 1: Install amahi-netboot =
 +
 +
From your HDA's console, execute the following as root:
 +
{{Code| yum -y install amahi-netboot}}
 +
If you've already installed this package, simply continue to step 2.
 +
 +
= Step 2: Download the Ultimate Boot CD =
 +
 +
Next, download the Ultimate Boot CD package [http://d-h.st/jXK here].
 +
 +
From here, you have two options:
 +
* You can transfer the entire ZIP to the HDA and unzip it on the HDA
 +
* You can unzip the downloaded ZIP on your computer and upload the resulting files to your HDA
 +
 +
For simplicity's sake, let's go with option two. Unzip the ZIP file you downloaded, then pen 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
 +
 +
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
 +
 +
Once you're in the directory, upload the contents of the ZIP you downloaded.
 +
 +
= Step 3: Edit the PXELinux Configuration =

Revision as of 19:00, 30 June 2012

Msgbox-WOPr.png Work In Progress
This article is currently undergoing major expansion or restructuring. You are welcome to assist by editing it as well. If this article has not been edited in several days, please remove this template.


Warning.png WARNING
This is recommended for advanced users only, please proceed with caution.



What is the Ultimate Boot CD?

Ultimate Boot CD (or UBCD) is a bootable recovery CD (live CD) that contains software used for repairing, restoring, and diagnosing many computer problems.

Prerequisites:

Step 1: Install amahi-netboot

From your HDA's console, execute the following as root:

bash code
​ yum -y install amahi-netboot​

If you've already installed this package, simply continue to step 2.

Step 2: Download the Ultimate Boot CD

Next, download the Ultimate Boot CD package here.

From here, you have two options:

  • You can transfer the entire ZIP to the HDA and unzip it on the HDA
  • You can unzip the downloaded ZIP on your computer and upload the resulting files to your HDA

For simplicity's sake, let's go with option two. Unzip the ZIP file you downloaded, then pen your favorite SFTP client, such as 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

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

Once you're in the directory, upload the contents of the ZIP you downloaded.

Step 3: Edit the PXELinux Configuration