cm0002@lemmy.cafe to linuxmemes@lemmy.worldEnglish · 1 year agoPaniklemmy.cafeimagemessage-square33linkfedilinkarrow-up1643arrow-down15
arrow-up1638arrow-down1imagePaniklemmy.cafecm0002@lemmy.cafe to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square33linkfedilink
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-up3·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.
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