原帖由 yjd 於 2011-5-21 22:18 發表
繁體........
1,
title 5, Find and load WinPE \n 此方法適合啟動主分區和邏輯分區的PE
find --set-root --ignore-floppies --ignore-cd /boot/H3PE/03g4d
map --in-place ()+1 (hd0)
map --hook
c ...
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title XP_1
chainloader (hd0,0)/ntldr
title XP_2
chainloader (hd0,1)/ntldr
cheall的ntboot ??
有差異性嗎
yjd
2011-01-22
#這個 失敗... 會自動重開機
title Start XP
unhide (hd1,1)
hide (hd1,0)
chainloader (hd1,1)/ntldr
#這個可以呼叫 W7
title Start W7
unhide (hd1,0)
hide (hd1,1)
chainloader (hd1,0)/bootmgr
# 這個可以 呼叫XP
title Start OS
map --harddrives=2
map (hd1) (hd0)
map (hd0) (hd1)
map --hook
chainloader (hd0)+1
rootnoverify (hd0)
boot
原帖由 yjd 于 2011-5-23 09:53 发表
印象中xp应该是没办法从hd1,0启动的
先map交换磁盘再启动
你第三菜单就可以了,另外map --harddrives=2不需要了。你不是说都划的主分区?
title NoName XPE2
find --set-root (hd0,3)/peldr
chainloader (hd0,3)/peldr
title Slax2
root (hd0,3)
kernel /slax/boot/vmlinuz root=/dev/ram0 rw max_loop=255 init=linuxrc load_ramdisk=1 ramdisk_size=6666 slax from=/dev/hda1/slax/ vga=normal autoexec=startx
initrd /slax/boot/initrd.gz
boot
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title OSx2 /搜寻 (hd1,0)的OS
hide (hd1,0)
unhide (hd1,1)
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title OSx2 /搜寻 (hd1,1)的OS
hide (hd1,1)
unhide (hd1,0)
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) | Powered by Discuz! X3.3 |