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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Boot to hard drive partition - jwalker - 2017-04-11, 19:05
RE: Boot to hard drive partition - NiKiZe - 2017-04-11, 19:42
RE: Boot to hard drive partition - jwalker - 2017-04-12 20:50
|
User(s) browsing this thread: 1 Guest(s)