You are in emergency mode. After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode"<
sudo blkid
我的屏幕上的输出cat ../etc/fstab
:
不知道如何在这里插入blkid
内容/etc/fstab
。
答案1
- 启动至 GRUB 恢复模式
- 选择根访问权限
类型:
sudo mount -o remount,rw / # to remount the disk as rw
sudo cp /etc/fstab /etc/fstab.BAK # backup the fstab file first
sudo pico /etc/fstab # edit fstab
编辑条目:
将 的 UUID 更改为中/usr/local
显示的 UUIDsudo blkid
/dev/sdb2
笔记:拥有一个单独的分区/usr/local
是非常不常见的。