无忧启动论坛

标题: 关于启动本地硬盘Windows NT5/6.x的菜单写法 [打印本页]

作者: 2010xc6812    时间: 2013-1-28 18:45
标题: 关于启动本地硬盘Windows NT5/6.x的菜单写法
title [06] Boot Microsoft Windows NT 5.x from Localdisk
find --set-root /Windows/System32/notepad.exe
map () (hd0)
map (hd0) ()
map --rehook
find --set-root /Windows/System32/notepad.exe
chainloader /ntldr

title [07] Boot Microsoft Windows NT 6.x from Localdisk
find --set-root /Windows/System32/notepad.exe
map () (hd0)
map (hd0) ()
map --rehook
find --set-root /Windows/System32/notepad.exe
chainloader /bootmgr


实体机测试在只有Windows8系统的情况下  

先点了启动NT5.x菜单  结果很明显  找不到文件 启动失败

可是再回到主界面点击 启动NT6.x   也不成功!

但是如果 先不点 启动NT5.x   那么点击启动NT6.x 就能成功启动本地Windows 8



问题出在哪呢?该怎么写代码?


另外请教个问题
map () (hd0)
map (hd0) ()
map --rehook
这三句是什么意思呢?为什么后面又要再加一条find --set-root???
作者: 2010xc6812    时间: 2013-1-28 18:47
map --hook 和 map --rehook 又是什么意思呢?
作者: songhangzhou    时间: 2013-1-28 22:20
title 【17】本机硬盘启动
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr || find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /ntldr || chainloader /bootmgr
作者: 2010xc6812    时间: 2013-1-29 08:19
标题: 回复 #3 songhangzhou 的帖子
分开写不行吗?如果有多个系统 U盘里还有其他PE  安装系统  怎么办




欢迎光临 无忧启动论坛 (http://wuyou.net./) Powered by Discuz! X3.3