美文网首页
Windows Ubuntu安装后无法引导进入Ubuntu

Windows Ubuntu安装后无法引导进入Ubuntu

作者: xielinjiang | 来源:发表于2017-10-22 11:43 被阅读0次

    主要步骤:

    1. 找到一个ubuntu启动盘,可以用ubuntu创建,也可以在windows刻录一个u盘。

    2. U盘启动,选择试用ubuntu,联网。

    3. 执行:

    sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update

    1. 执行:sudo apt-get install -y boot-repair && (sudo boot-repair &)

    2. 上述命令执行后,会有弹出框提示进度,按照提示的信息执行相关操作即可。

    3. 如果执行失败,手动运行:

    sudo recommended repair。

    1. 修复完成界面

    参考文献
    [1]:http://www.mamicode.com/info-detail-1935126.html

    相关文章

      网友评论

          本文标题:Windows Ubuntu安装后无法引导进入Ubuntu

          本文链接:https://www.haomeiwen.com/subject/dqyguxtx.html