|
|
原帖由 barton 于 2007-12-18 12:16 PM 发表 
大家这么爱秀
不大懂这么多工具有什么用的路过一下 o(∩_∩)o...哈哈
我也来秀一个。呵呵。
---------------------------------
color white/green yellow/green
timeout 3
find --set-root /ggho/grub/gghost.img
password --md5 $1$5$jsGtVo0c88ndMdo6JZfrJ0
default /ggho/grub/default
title 0, GGhost [Ghost v11] (map-mem)
debug off
find --set-root /ggho/grub/gghost.img
map --mem /ggho/grub/gghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
savedefault
title 1, GGhost [Ghost v11] (memdisk)
fallback 0
debug off
find --set-root /ggho/grub/gghost.img
kernel /ggho/grub/memdisk.gz c=280 h=2 s=36 floppy
initrd /ggho/grub/gghost.img c=280 h=2 s=36 floppy
savedefault
title 2, Boot NT/2000/XP/2003
find --set-root /ntldr
chainloader /ntldr
savedefault
title 3, Boot Vista
find --set-root /bootmgr
chainloader /bootmgr
savedefault
title 4, Boot from Hard Drive (hd0,0)
root (hd0,0)
chainloader +1
title 5, Boot from Hard Drive (hd0,1)
root (hd0,1)
chainloader +1
title 6, Reboot
reboot
title 7, Shutdown
halt
title 8, Boot ISO
find --set-root /ggho/grub/gghost.img
map --mem /test.iso (0xff)
map --hook
chainloader (0xff) |
|