Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
HAVE TO FIX FORMATTING
 
Ok Netboot works, Now what?
Now lets add parted magic to the menu and try booting it.
----
= Step 1: Create share in amahi Dashboard: =
login ->Setup->Shares->New Share
Step 1 Create share in amahi Dashboard:login ->Setup->Shares->New ShareName:Call it tfpt/pxe or whatever you want
Location:/usr/share/amahi-netboot/tftp
 **This is where netboot installs configuration files
If you browse this folder you should see:
*boot.msg, *logo.16, *menu.c32, *other.conf, *f2, *memtest *minirooot.gz, *pxelinux.0, *vmlinuz, and folder called *pxelinux.cfgfolder
= Step 2 : Add Parted Magic entry to menu: =
- Navigate into pxlinux.cfg folder
- Right click on "default " file and edit with notepad++Should You should see:{|border="1"|<pre>DEFAULT menu.c32
PROMPT 0
TIMEOUT 100 # start the default after 10 seconds
MENU LABEL Memtest86+ --->
kernel memtest/memtest86+-1.65
</pre>
|}
At the bottom paste the following:
{|border="1"
|
<pre>
LABEL pmagic
MENU LABEL Parted Magic
APPEND noapic
INITRD images/pmagic/initrd.img root=/dev/ram0 init=/linuxrc ramdisk_size=100000D
</pre>|}
Note the paths after KERNEL & INITRD images/pmagic/
Save and close file.
  = Step 3 : Download Parted Magic pxe zip file of your choice found here :=
http://partedmagic.com/doku.php?id=downloads
Choose it and it should immediately display:
<pre>
Loading images/pmagic/bzimage.....
Loading images/pmagic/initrd.img.........................
</pre>
It may take a couple of minutes to load into memory and boot depending on your network connection and activity
If it works go = Works:Go on to Netboot Tutorial 3=----== Troubleshooting if it doesn't work: ==* <ins>If you select Parted Magic and the screen just blinks</ins>**Double check the KERNEL path in your menu entry:<pre> KERNEL images/pmagic/bzImage</pre> * <ins>If it starts and doesn't boot completely</ins>**double check the INITRD menu entry <pre> INITRD images/pmagic/initrd.img</pre>
Troubleshooting if it doesn't work:* If you select Parted Magic and the screen just blinksdouble check the path in your menu entry KERNEL images<ins>Still nothing, </pmagic/bzImageins>* If it starts and doesn't boot completely, double check the images/pmagic/initrd.img menu entry INITRD /pmagic/initrd.img* Still nothing, I problably messed up something on this page. post on forum link***http://forums.amahi.org/viewtopic.php?f=26&t=3596
<!--Your text above this line-->