我已经将Wubi安装到Windows Vista计算机上。 我也将启动超时设置为0:
bcdedit /timeout 0
但是,现在我无法弄清楚如何让菜单出现! 我在互联网上看到,在启动时我不得不保持F8或空间,但他们似乎没有做任何事情。 我忽略了一个不同的关键或设置吗?
电脑本身就是几个月前的戴尔。 键盘是USB,但我不认为这是问题,因为我可以进入BIOS很好。 也许我做错了? 我应该拿着钥匙还是快速点击它们(我都试过)?
如果有帮助,这里是bcdedit的输出:
C:\Windows\system32>bcdedit Windows Boot Manager -------------------- identifier {bootmgr} device partition=C: description Windows Boot Manager locale en-US inherit {globalsettings} default {current} resumeobject {5460d9d2-d391-11dc-9d9f-aba67a8797c5} displayorder {current} {e2484fe7-5e97-11de-84d4-0024e8074422} toolsdisplayorder {memdiag} timeout 0 resume No Windows Boot Loader ------------------- identifier {current} device partition=C: path \Windows\system32\winload.exe description Windows Vista locale en-US inherit {bootloadersettings} recoverysequence {572bcd55-ffa7-11d9-aae0-0007e994107d} recoveryenabled Yes osdevice partition=C: systemroot \Windows resumeobject {5460d9d2-d391-11dc-9d9f-aba67a8797c5} nx OptIn Real-mode Boot Sector --------------------- identifier {e2484fe7-5e97-11de-84d4-0024e8074422} device partition=C: path \ubuntu\winboot\wubildr.mbr description Ubuntu
检查并确保在系统BIOS中打开了“传统USB支持”等function。 在启动过程中,USB键盘的识别速度可能会很慢,因此很难进入启动菜单。
嗯…为什么不再运行bcdedit并更改超时值?
这实际上是Windows启动pipe理器中的一个错误。 2是新的0.将超时设置为2或更高,而不是0或1,因此可以按F8使其显示菜单。 您可以使用EasyBCD这样的工具来设置像XP这样的操作系统的超时时间。