报错信息:
waiting update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
正在生成 grub 配置文件 ...
找到主题:/usr/share/grub/themes/UKUI/theme.txt
找到 Linux 镜像:/boot/vmlinuz-5.4.18-35-generic
找到 initrd 镜像:/boot/initrd.img-5.4.18-35-generic
找到 initrd 镜像:/boot/initrd.img-5.4.18-35-generic
/etc/grub.d/11_kylin_rollback: 第 263 行:return: 只能从函数或者源脚本返回(`return')
解决办法:
把 /bin/sh 软链接到 dash 就可以
sudo ln -sf dash /bin/sh
然后再执行 update-grub 就成功了。
接着就把 /bin/sh 改成指向 bash(我习惯用bash)