我是靠谱客的博主 现代西装,最近开发中收集的这篇文章主要介绍ubuntu启动后反复进入initramfs,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

参考链接如下:
https://www.paranoids.at/tag/18-04/

make Ubuntu server powerloss proof
 18/05/2015
Hi

Sometimes, after powerloss Ubuntu hangs on boot or asking to fix filesystem errors.
To avoid this problems simply edit following files:

Edit the file:

 /etc/default/grub
GRUB_RECORDFAIL_TIMEOUT=2
After that you have to rebuild grub configuration:

update-grub
Edit the file:

/etc/default/rcS
FSCKFIX=yes
EDIT 16.05.2018:
Ubuntu 18.04 /etc/default/rcS missing due to systemd
You have to pass a kernel parameter
https://www.freedesktop.org/software/systemd/man/systemd-fsck@.service.html

/etc/default/grub

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash fsck.repair=yes"
Dont forget to run update-grub

Have fun!

写在最后,这个在Xubuntu18.10下面测试通过,也就是你故意在linux下面强制关机或者断电后重新开机,不会再进入恶心的initramfs

最后

以上就是现代西装为你收集整理的ubuntu启动后反复进入initramfs的全部内容,希望文章能够帮你解决ubuntu启动后反复进入initramfs所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(51)

评论列表共有 0 条评论

立即
投稿
返回
顶部