Re: [Etherboot-users] Boot pxelinux.0, then exit to local disk boot?
Brought to you by:
marty_connor,
stefanhajnoczi
From: Alexander H. <mai...@gm...> - 2005-11-15 14:02:12
|
> Is there a way to configure etherboot so that it boots off disk, loads > pxelinux (or similar) via network and if pxelinux says so, boots the > operating system on the first hard disk partition? Use this floppy to install etherboot on your hard disk: http://etherboot.anadex.de copy the files pxelinux.0 and chain.c32 from the syslinux package to your tftproot. create the sub-directory pxelinux.cfg in your tftproot create a file called default DEFAULT menu PROMPT 0 TIMEOUT 100 MENU TITLE a simple boot menu LABEL nextdev MENU LABEL next device (depends on BIOS settings) localboot 0 LABEL hda MENU LABEL Master Boot Record (MBR) of the 1st hard disk KERNEL chain.c32 append hd0 LABEL menu MENU HIDE KERNEL menu.c32 Alex |