v20实用的问题?
Tofloor
poster avatar
海鸥
deepin
2020-01-16 17:07
Author
在线升级了v20正式版,试用不错。相对15.11不能编辑/boot/grub/grub.cfg启动菜单?处于只读状态?
在此请教各位,有什么好的方法,请赐教一下!
Reply Favorite View the author
All Replies
avatar
superendermansm
deepin
2020-01-16 17:24
#1
那是UOS20,你需要deepin-live
Reply View the author
avatar
海鸥
deepin
2020-01-17 14:50
#2
https://bbs.deepin.org/post/188027
那是UOS20,你需要deepin-live

学习了。礼!!
Reply View the author
avatar
herdde
deepin
2020-04-19 18:28
#3
需要 root权限
Reply View the author
avatar
zhoujun0451
deepin
2020-04-19 18:40
#4
本帖最后由 zhoujun0451 于 2020-4-19 10:42 编辑


我这样做, 可以调用图形界面的编译器。 改起来就很方便了。
sudo deepin-editor /boot/grub/grub.cfg




Reply View the author
avatar
Feng Yu
deepin
2020-04-19 18:54
#5
不要直接改/boot/grub/grub.cfg,这个文件会被hook自动修改,你直接改会被update-grub命令覆盖。

你应该改/etc/default/grub和/etc/grub.d/下面相关的脚本,然后用update-grub生成,才是永久生效
Reply View the author