[Infrastructures] Installation using PXEboot but not booting system with DHCP

Jordan Share jshare@krotus.com
Mon, 27 Jun 2005 15:26:14 -0700


David A. Ulevitch wrote:
> How do people install with PXEboot but then boot off the hard drive  in 
> subsequent reboots.  Different network?  Special BIOS tricks?
> 
> A related question, how do you then PXEboot in the future if you want  
> to reinstall a box that has an already working disk (but a programmer  
> hosed, for example)?

We use pxelinux, and a default boot option of "localboot 0", which exits 
that instance of the PXE boot rom.

So you always pxe boot, but then you exit the boot rom, and the bios 
continues to the next boot device, which is the HD.

If you actually want to do something from the pxelinux "boot:" prompt, you 
  just enter the boot selection at the prompt.

Jordan