Changes

From Amahi Wiki
Jump to: navigation, search
= Step 2: Add Parted Magic entry to menu: =
- * Navigate into pxlinux.cfg folder - * Right click on "default" file and edit with notepad++
You should see:
{{Text|borderText="1"|<pre>DEFAULT menu.c32
PROMPT 0
TIMEOUT 100 # start the default after 10 seconds
MENU TITLE --== Amahi Netboot Main Menu ==--
<nowiki># </nowiki> Exit the PXE stack and boot the local system
LABEL bootlocal
MENU DEFAULT
MENU LABEL Memtest86+ --->
kernel memtest/memtest86+-1.65
</pre>|}}
At the bottom paste the following:
{{Text|borderText="1"|<pre>
LABEL pmagic
MENU LABEL Parted Magic
INITRD images/pmagic/initrd.img
APPEND noapic root=/dev/ram0 init=/linuxrc ramdisk_size=100000D
</pre>|}}
Save the file.
Should have the following structure
{|border="1"
|
<pre>
your share/pxelinux.cfg/
your share/images/pmagic/
</pre>
|}
= Step 3: Download Parted Magic pxe zip file here: =
12,424

edits