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)

 

版权声明:本文为sciapex原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/sciapex/p/9965391.html