我已经安装了Ubuntu12.04 64位版本与Windows764bit从DVD按照说明在这页面。整个安装过程如出一辙,似乎没有任何问题。当我重新启动时,我发现没有启动菜单。我解决了这链接上描述的问题。重新启动之后,我进入启动菜单并选择了Ubuntu12.04选项,之后出现了一个带有文本的黑色屏幕:
Initializing variable space.
Starting cmain()..._在那之后,除了短跑眨眼外,什么都没有发生。似乎我不能用输入空格或任何F键来引起任何反应。以下是EasyBCD的详细报告,如果有任何帮助的话:
There are a total of 2 entries listed in the bootloader.
Default: Windows 7
Timeout: 10 seconds
EasyBCD Boot Device: C:\
Entry #1
Name: Windows 7
BCD ID: {current}
Drive: C:\
Bootloader Path: \Windows\system32\winload.exe
Entry #2
Name: Ubuntu 12.04
BCD ID: {b25a01ae-0cc9-11e3-bbfd-742f68d47a13}
Drive: C:\
Bootloader Path: \NST\AutoNeoGrub0.mbr
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=\Device\HarddiskVolume1
description Windows Boot Manager
locale hr-HR
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {e7a07940-8e20-11e1-a7a0-b36feede8885}
resumeobject {e7a0793f-8e20-11e1-a7a0-b36feede8885}
displayorder {e7a07940-8e20-11e1-a7a0-b36feede8885}
{b25a01ae-0cc9-11e3-bbfd-742f68d47a13}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 10
Windows Boot Loader
-------------------
identifier {e7a07940-8e20-11e1-a7a0-b36feede8885}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale hr-HR
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {e7a07941-8e20-11e1-a7a0-b36feede8885}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {e7a0793f-8e20-11e1-a7a0-b36feede8885}
nx OptIn
Real-mode Boot Sector
---------------------
identifier {b25a01ae-0cc9-11e3-bbfd-742f68d47a13}
device partition=C:
path \NST\AutoNeoGrub0.mbr
description Ubuntu 12.04任何帮助都是值得感激的。
发布于 2013-09-15 16:06:24
在我看来,你从来没有在MBR上安装GRUB2。EasyBCD只是一个类似于引导加载器的窗口。当您选择easyBCD中的ubuntu选项时,它只会将您发送到GRUB2,这似乎没有安装。您需要重新安装GRUB2
发布于 2016-06-21 03:45:11
我也遇到了同样的问题,但在OpenSuse上。我有一个双启动和使用方便。它首先加载易装束,然后加载grub2。
正如其他人所建议的那样,grub可能会丢失,所以我加载窗口并检查我的linux的引导条目。
分区的位置是stlet,以“在引导时自动定位”。在我将它更改为正确的分区后,问题就解决了。。。
https://askubuntu.com/questions/345899
复制相似问题