|
|
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??? |
|