无法启动到 ubuntu 12.10

sri*_*ram 6 dual-boot uefi windows-8 12.10 system-installation

下面给出的是我在我的机器上安装带有现有 Windows 8 的 ubuntu 12.10 所遵循的步骤。

  1. 我将 ubuntu 12.10 下载到我的磁盘中,并通过选择该 iso 文件使其可从我的 USB 启动。
  2. 然后重新启动我的机器,在 BIOS 中我选择了从 USB 启动。
  3. 进入 Linux 操作系统并选择在 Windows 8 旁边安装 ubuntu。它要求分配内存,我为 Ubuntu 选择了 550 GB,为 Windows 选择了 404 GB。之后就完成了ubuntu的安装。
  4. 启动到我的 Windows 8 并使用 easyBCD 添加一个新条目。Ubuntu 2
  5. 现在easyBCD显示,

    There are a total of 4 entries listed in the bootloader.
    
    Default: Windows 8
    Timeout: 10 seconds
    EasyBCD Boot Device: C:\
    
    Entry #1
    Name: Lenovo Recovery System
    BCD ID: {e58d0cb6-2eae-11e2-9d20-806e6f6e6963}
    Device: \Device\HarddiskVolume3
    Bootloader Path: \EFI\Microsoft\Boot\LrsBootMgr.efi
    
    Entry #2
    Name: EFI USB Device
    BCD ID: {e58d0cb5-2eae-11e2-9d20-806e6f6e6963}
    Device: Unknown
    Bootloader Path: 
    
    Entry #3
    Name: Windows 8
    BCD ID: {current}
    Drive: C:\
    Bootloader Path: \windows\system32\winload.efi
    
    Entry #4
    Name: Ubuntu 12.10
    BCD ID: {6f173570-3bce-11e2-be74-c0143dd589c0}
    Drive: C:\
    Bootloader Path: \NST\AutoNeoGrub0.mbr
    
    Run Code Online (Sandbox Code Playgroud)
  6. 接下来,我重新启动了系统,并在启动选项中显示了 windows 8 和 ubuntu 12.10

  7. 当我点击 ubuntu 它显示,

    \NST\AutoNeoGrub0.mbr
    status 0xc000007b
    The application or operating system cold not be loaded because a required file is    missing or contains errors.
    
    Run Code Online (Sandbox Code Playgroud)
  8. 我能够看到 C:\NST\AutoNeoGrub0.mbr 不知道为什么它显示文件不存在

你能帮我解决这个问题吗...

谢谢 :)

Dav*_*usa 3

我安装了 Windows 8 和 Ubuntu,没有出现双启动问题。对于你的情况我会尝试这个:

  1. 使用 USB 笔或 CD 启动至 Live Ubuntu。
  2. 打开终端并输入:
  3. sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update && sudo apt-get install -y boot-repair && boot-repair
  4. 如果您对自己所做的事情不确定,只需按Recommended repair按钮即可。
  5. 如果您知道自己在做什么,请单击高级选项并根据需要配置 Grub 安装。