zoukankan      html  css  js  c++  java
  • Ubuntu18.04启动后一个光标在左上角闪动

    1.在实验室服务器上安装Ubuntu18.04后,启动后能够进入grub,但选择Ubuntu后出现只有左上角一个光标在闪但是进不去系统的现象。

    2.重新启动选择进入recovery mode,出现如下情况

    3.根据https://blog.csdn.net/spurmoon/article/details/83754706操作

    先根据https://blog.csdn.net/enwei/article/details/48169777获得root权限

    查看安装的系统的位置,这里为/dev/sda7(安装的时候安装程序也会提示)

    在输入sudo grub-install --boot-directory=/mnt/ dev/sda时出现错误cannot find a GRUB drive for dev/sda

    再根据https://www.linuxidc.com/Linux/2016-09/135486.htm解决

    输入sudo apt-get install grub又遇到以下问题

    输入sudo apt-get install grub2-common

    成功解决

    重启后可以正常启动系统

  • 相关阅读:
    5、文件处理
    6、Python模块
    4、字典使用
    3、列表 list
    1、Python基础
    2、循环判断
    配置LOG4J(log4j-1.2.17)
    File /WEB-INF/web.xml not found...
    关于TOMCAT的 ROOT/WEB-INF/web.xml的配置
    tomcat 配置系列3
  • 原文地址:https://www.cnblogs.com/zmbreathing/p/Ubuntu1804_bootError.html
Copyright © 2011-2022 走看看