cm0002@lemmy.cafe to linuxmemes@lemmy.worldEnglish · 2 天前Paniklemmy.cafeimagemessage-square33fedilinkarrow-up1584arrow-down15
arrow-up1579arrow-down1imagePaniklemmy.cafecm0002@lemmy.cafe to linuxmemes@lemmy.worldEnglish · 2 天前message-square33fedilink
minus-squaretomkatt@lemmy.worldlinkfedilinkEnglisharrow-up28·2 天前It’s only needed is the OS isn’t booting. Running a repair every boot is not needed.
minus-squareMoshpirit@lemmy.worldlinkfedilinkarrow-up2·7 小时前Why not adding some conditional to enable it? Like fsck.rescue = $grub-error. If grub-error = yes, then fsck.rescue = yes too and then try again. If keeps failing then show the message. Otherwise it keeps being no and boot as usual.
It’s only needed is the OS isn’t booting. Running a repair every boot is not needed.
Why not adding some conditional to enable it? Like fsck.rescue = $grub-error. If grub-error = yes, then fsck.rescue = yes too and then try again. If keeps failing then show the message. Otherwise it keeps being no and boot as usual.
Oh, thanks for the info