『第 2 楼』:
使用 LLM 解释/回答一下
另外,我用U盘DOS启动,然后运行grub.exe, 想启动硬盘的WINDOW XP, 如下两方法都不行:
1.
rootnoverify (hd1,0)
#makeactive 加这句就死机, 不加则显示Booting command-list后就无反应
chainloader (hd1,0)+1
2.
find --set-root (hd1,0)/ntldr
chainloader (hd1,0)/ntldr
Error 42: The leading DEVICE of the filename to find must be stripped off, and DIR for set-root must begin in a slash(/).
我用的是grub4dos-0.4.4-2009-01-11, 谢谢!
In addition, I use a USB flash drive to boot into DOS, and then run grub.exe, trying to boot into Windows XP on the hard drive. The following two methods don't work:
1.
rootnoverify (hd1,0)
#makeactive If I add this line, it freezes; if I don't add it, it shows "Booting command-list" and then has no response
chainloader (hd1,0)+1
2.
find --set-root (hd1,0)/ntldr
chainloader (hd1,0)/ntldr
Error 42: The leading DEVICE of the filename to find must be stripped off, and DIR for set-root must begin in a slash(/).
I'm using grub4dos-0.4.4-2009-01-11. Thanks!
|