[Etherboot-users] pxe boot the ultimate boot cd
Brought to you by:
marty_connor,
stefanhajnoczi
From: Carl K. <ca...@pe...> - 2006-02-25 07:57:32
|
http://www.ultimatebootcd.com (UBCD) is pretty neat. Trying to figure out if there is an easy way to load the whole ting on my pxe booter box (dhcp/tftp server.) I am sure I could take the images one at a time and add them to my /var/lib/tftpboot/pxelinux.cfg/default but I would rather just add one entry in there that fires up the UBCD menu, which is has several levels: print " [F2] Hard Disk Tools if ($lastKey == key[f2]); then script hdd.scn print " >>> Press [Space] for more harddisk tools ... if ($lastKey == key[space]); then script hdd2.scn print " [F1] Drive Fitness Test V4.00 [F2] PowerMax V4.09 if ($lastKey == key[f2]); then memdisk \images\discwiz.igz Anyone done this? ^Carl K |