Amahi-netboot
Posted: Thu Aug 30, 2012 1:46 am
So I Installed Netboot, And Followed the tut on how to add the vesamenu.c32, And now when i try to pxe boot a client it hangs at "Trying to load /pxelinux.cfg/default"
But if I put Menu.c32 back in default file it boots fine.....Any ideas ?
Thanks
Mike
DEFAULT vesamenu.c32
MENU BACKGROUND gateroom.png
PROMPT 0
TIMEOUT 100 # start the default after 10 seconds
MENU TITLE --== Atlantis PXE Menu ==--
# Exit the PXE stack and boot the local system
LABEL bootlocal
MENU DEFAULT
MENU LABEL Boot from the Hard Drive
localboot 0
LABEL memtest86+
MENU LABEL Memtest86+ --->
kernel memtest/memtest86+-1.65
LABEL Win PE
kernel memdisk
append iso initrd=images/winpe/winpe.iso raw
LABEL Dban
kernel memdisk
append iso initrd=images/dban/dban-2.2.6_i586.iso raw
LABEL Ubuntu 12.04 Desktop
kernel memdisk
append iso initrd=images/ubuntu/ubuntu-12.04-desktop-i386.iso raw
LABEL Debian Netinst
kernel images/debian/linux
append vga=normal initrd=/images/debian/initrd.gz
But if I put Menu.c32 back in default file it boots fine.....Any ideas ?
Thanks
Mike
DEFAULT vesamenu.c32
MENU BACKGROUND gateroom.png
PROMPT 0
TIMEOUT 100 # start the default after 10 seconds
MENU TITLE --== Atlantis PXE Menu ==--
# Exit the PXE stack and boot the local system
LABEL bootlocal
MENU DEFAULT
MENU LABEL Boot from the Hard Drive
localboot 0
LABEL memtest86+
MENU LABEL Memtest86+ --->
kernel memtest/memtest86+-1.65
LABEL Win PE
kernel memdisk
append iso initrd=images/winpe/winpe.iso raw
LABEL Dban
kernel memdisk
append iso initrd=images/dban/dban-2.2.6_i586.iso raw
LABEL Ubuntu 12.04 Desktop
kernel memdisk
append iso initrd=images/ubuntu/ubuntu-12.04-desktop-i386.iso raw
LABEL Debian Netinst
kernel images/debian/linux
append vga=normal initrd=/images/debian/initrd.gz