Grub4dos boot

Grub4dos 0.4.6a

http://grub4dos.chenall.net/

 

Ghost11.5

 

bcdedit

bcdedit /create /d "Grub4dos" /application bootsector
bcdedit /set {id} device partition=C:

bcdedit /set {id} path \grub4dos\grldr.mbr
bcdedit /displayorder {id} /addlast

 

menu.lst:

timeout 5

title windows 10
root (hd0,0)
makeactive
chainloader +1

title ghost 11.5
find --set-root --ignore-floppies --ignore-cd /grub4dos/GHBOOTCD.iso
map --mem /grub4dos/GHBOOTCD.iso (hd32)
map --hook
chainloader (hd32)
boot


title dos
find --set-root --ignore-floppies --ignore-cd /grub4dos/DOS.IMG
map --mem /grub4dos/DOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

 

posted @ 2018-11-15 18:42  sciapex  阅读(290)  评论(0编辑  收藏  举报