小编use*_*940的帖子

从 RO 到 RW 的永久 GRUB 编辑

我最近在我的笔记本电脑上安装了最新版本的 UBUNTU,但在启动过程中遇到了一个小问题。

在启动过程中,我收到以下错误:

Serious errors were found while checking the disk drive for /.
Run Code Online (Sandbox Code Playgroud)

在这里做了一些研究之后,我已经能够解决这个问题并使 UBUNTU 在进入 GRUB 启动项和 RO 到 RW 后正常启动。例如;

罗:

linux   /boot/vmlinuz-3.13.0-24-generic root=UUID=AAC884AC1F144321 loop=/ubuntu/disks/root.disk **ro**   quiet splash $vt_handoff
Run Code Online (Sandbox Code Playgroud)

RW:

linux   /boot/vmlinuz-3.13.0-24-generic root=UUID=AAC884AC1F144321 loop=/ubuntu/disks/root.disk **rw**   quiet splash $vt_handoff
Run Code Online (Sandbox Code Playgroud)

我如何永久编辑它,以便我每次启动时都不再编辑它。我非常感谢任何帮助。我是这个操作系统的菜鸟!

boot grub2 dual-boot mount

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

boot ×1

dual-boot ×1

grub2 ×1

mount ×1