DEFAULT pmagic # Boot the kernel and initramfs over PXE 32-bit. LABEL pmagic LINUX pmagic/bzImage INITRD pmagic/initrd.img APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 # Boot the kernel and initramfs over PXE 64-bit. LABEL pmagic LINUX pmagic/bzImage64 INITRD pmagic/initrd.img APPEND edd=off load_ramdisk=1 prompt_ramdisk=0 rw vga=normal loglevel=9 max_loop=256 # Boot the entire ISO over PXE. # This method allows you to use the entire syslinux menu. LABEL pmagic_iso LINUX /boot/syslinux/memdisk INITRD pmagic_YYYY_MM_DD.iso APPEND iso # Note: Make sure to state your actual version instead of the "YYYY_MM_DD" above.