无忧启动论坛
标题:
启动本机硬盘上的系统怎么写
[打印本页]
作者:
2010linjiawei
时间:
2011-7-24 10:46
标题:
启动本机硬盘上的系统怎么写
小弟想在U盘启动菜单上加入一条,启动本机硬盘上的系统,但是不知道怎么写才能从本机硬盘启动,网上查了一下,有这样的方法:
title 【NT5】启动Windows 2000/XP/2003
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
title 【NT6】启动Windows Vista/Windows 7
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
但是我想写成一条,以前有用过,但也是抄别人的,我写不出来,忘知道的大哥,能给小弟说说,谢谢了。
作者:
3370123
时间:
2011-7-24 11:47
title 从本机硬盘启动
checkrange 0x80 read 0x8280 && map (hd1) (hd0)
checkrange 0x80 read 0x8280 && map --hook
chainloader (hd0)+1
作者:
doul123
时间:
2011-7-24 11:54
title [7] 启动本机 Win2K/XP/03
find --set-root /ntldr
chainloader /ntldr
title [8] 启动本机 Win7/8
find --set-root /bootmgr
chainloader /bootmgr
欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/)
Powered by Discuz! X3.3