Changes

From Amahi Wiki
Jump to: navigation, search
{{MessageBox|backgroundcolor = #FBB|
image =Warning.png|
heading =WARNING|
message = Fedora 14 is in maintenance mode.<br>[[Amahi 7]] is the latest stable release.}}
----
 
 
{{NeedsUpdate}}
* Navigate into pxlinux.cfg folder
* Right click on "default" file and edit. You should see:
{{Text|Text=<pre>DEFAULT menu.c32
PROMPT 0
TIMEOUT 100 # start the default after 10 seconds
LABEL memtest86+
MENU LABEL Memtest86+ --->
KERNEL memtest/memtest86+-1.65}}</pre>
*At the bottom paste in the following:
{{Text|Text=<pre>LABEL pmagic
MENU LABEL Parted Magic
KERNEL images/pmagic/bzImage
APPEND noapic root=/dev/ram0 init=/linuxrc ramdisk_size=100000 initrd=images/pmagic/initrd.img}}</pre>
*Save the file.
* <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>
* <ins>Permissions problems: login as root in console or putty</ins>
{{Code|<pre>cd /usr/share/amahi-netboot/
chown -Rc admin:admin tftp
chmod -Rc 755 tftp}}</pre>
* <ins>Still nothing, </ins>
**Post on forum link [http://forums.amahi.org/viewtopic.php?f=26&t=3596 here].
12,424

edits