Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
appnote:work_around_bios_halting_on_ipxe_exit [2013/01/08 06:49]
rulerof Wording
appnote:work_around_bios_halting_on_ipxe_exit [2013/01/15 14:04]
pgen
Line 11: Line 11:
  
   * [[http://​sourceforge.net/​projects/​grub4dos/​files/​GRUB4DOS/​|Download the GRUB4DOS binaries]] of the latest version((grub4dos 0.4.4 at the time of this writing (January 2013) )) over at SourceForge.   * [[http://​sourceforge.net/​projects/​grub4dos/​files/​GRUB4DOS/​|Download the GRUB4DOS binaries]] of the latest version((grub4dos 0.4.4 at the time of this writing (January 2013) )) over at SourceForge.
 +  * The latest development version can be found [[http://​code.google.com/​p/​grub4dos-chenall/​downloads/​list|here]].
   * Place the file **grub.exe** from the archive on an HTTP/​FTP/​TFTP server so that you can chainload it with iPXE.   * Place the file **grub.exe** from the archive on an HTTP/​FTP/​TFTP server so that you can chainload it with iPXE.
  
Line 25: Line 26:
 ==== Examples ==== ==== Examples ====
 ---- ----
-== Boot Hard Disk 0 ==+== Boot Hard Disk 0 (MBR) == 
 + 
 +    chain http://​server/​grub4dos/​grub.exe --config-file="​rootnoverify (hd0);​chainloader +1" 
 + 
 +== Boot Hard Disk 0, Partition 0 (VBR) ==
  
     chain http://​server/​grub4dos/​grub.exe --config-file="​root (hd0,​0);​chainloader +1"     chain http://​server/​grub4dos/​grub.exe --config-file="​root (hd0,​0);​chainloader +1"
Line 38: Line 43:
     chain http://​server/​grub4dos/​grub.exe --config-file="​find --set-root /​BOOTMGR;​chainloader /​BOOTMGR"​     chain http://​server/​grub4dos/​grub.exe --config-file="​find --set-root /​BOOTMGR;​chainloader /​BOOTMGR"​
  
-== Find a File, and Boot the Disk it's on == +== Find a File, and Boot the Partition ​it's on == 
-  * Notes: Unlike the BOOTMGR example, this will load the MBR of the disk, which will then chain your second-stage bootloader.+  * Notes: Unlike the BOOTMGR example, this will load the VBR of the partition, which will then chain your second-stage bootloader.
  
     chain http://​server/​grub4dos/​grub.exe --config-file="​find --set-root /​filename;​chainloader +1"     chain http://​server/​grub4dos/​grub.exe --config-file="​find --set-root /​filename;​chainloader +1"
appnote/work_around_bios_halting_on_ipxe_exit.txt · Last modified: 2013/05/22 01:31 by rulerof
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.