ubuntu新装ubuntu,重启黑屏

现象:双系统电脑向移动硬盘安装Ubuntu系统后,重启黑屏并显示Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.

又拔下无法启动
sudo fdisk -l

bash 复制代码
sudo grub-install /dev/nvme0n1
正在为 x86_64-efi 平台进行安装。
安装完成。没有报告错误。
flutter@flutter-System-Product-Name:~/桌面/mtai_workspace$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
正在生成 grub 配置文件 ...
找到 Linux 镜像:/boot/vmlinuz-5.15.0-124-generic
找到 initrd 镜像:/boot/initrd.img-5.15.0-124-generic
找到 Linux 镜像:/boot/vmlinuz-5.15.0-122-generic
找到 initrd 镜像:/boot/initrd.img-5.15.0-122-generic
找到 Windows Boot Manager 位于 /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
找到 Ubuntu 20.04.6 LTS (20.04) 位于 /dev/sdb2
Adding boot menu entry for UEFI Firmware Settings
完成
相关推荐
wheeldown3 分钟前
【Linux】Linux进程间通信:命名管道(FIFO)的模拟实现重要知识点梳理
linux·运维·服务器
Crazy________7 分钟前
34部署LNMP架构详细解析
linux·运维·服务器·nginx
tan180°18 分钟前
Linux网络HTTP(上)(7)
linux·网络·http
小醉你真好25 分钟前
17、Centos9 安装 1Panel
linux·docker·运维开发
九皇叔叔1 小时前
Linux Shell 正则表达式:从入门到实战,玩转文本匹配与处理
linux·mysql·正则表达式
lhxcc_fly1 小时前
Linux网络--6、网络层
linux·网络·ip
刺客xs1 小时前
linux GDB调试器
linux·运维·windows
lzyuuuu1 小时前
Ubuntu22.04 VMware虚拟机文件拖放问题:文字复制正常但文件拖放失效
ubuntu
板鸭〈小号〉2 小时前
connect 的断线重连
运维·服务器
wydaicls2 小时前
Linux 内核伙伴系统在快速路径分配内存时,对一个内存区域(Zone)进行水位线检查和内存压力评估的关键逻辑
linux·服务器