cm0002@lemmy.cafe to linuxmemes@lemmy.worldEnglish · 1 year agoPaniklemmy.cafeimagemessage-square32linkfedilinkarrow-up1584arrow-down15
arrow-up1579arrow-down1imagePaniklemmy.cafecm0002@lemmy.cafe to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square32linkfedilink
minus-squaretomkatt@lemmy.worldlinkfedilinkEnglisharrow-up28·1 year agoIt’s only needed is the OS isn’t booting. Running a repair every boot is not needed.
minus-squareMoshpirit@lemmy.worldlinkfedilinkarrow-up2·1 year agoWhy 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.
Oh, thanks for the info
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.