Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boot to hard drive partition
2017-04-12, 20:50 (This post was last modified: 2017-04-12 20:51 by jwalker.)
Post: #3
RE: Boot to hard drive partition
Thanks for the reply NiKiZe. Your suggestion lead me down the path to a successful solution.

1. First get the latest Grub4Dos. Copy grldr.mbr, grldr, and menu.lst to the root of C:

2. Add an entry in BCD to boot to grub

bcdedit /create /d "GRUB4DOS" /application bootsector
bcdedit /set {id} device partition = c:
bcdedit /set {id} path \grldr.mbr
bcdedit /displayorder {id} /addlast
*Note - {id} is the guid that is returned after the first command

3. Add the configuration in menu.lst to boot iPXE.lkrn

title IPXE
root (hd0,0)
kernel (hd0,0)/ipxe.lkrn
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Boot to hard drive partition - jwalker - 2017-04-12 20:50



User(s) browsing this thread: 1 Guest(s)