IT/Error Messages: Difference between revisions

From msgwiki
< IT
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
Line 10: Line 10:


This is a grub error when the grub-env file gets messed up.  
This is a grub error when the grub-env file gets messed up.  
Delete the naughty file.
<code>sudo rm /boot/grub/grubenv</code>
Recreate it.
<code>sudo grub-editenv /boot/grub/grubenv create</code>
Reboot
<br />
<br />

Revision as of 06:08, 27 January 2022

Structure needs cleaning

This is a strange error when a filesystem is corrupted.

WARNING: get new hard disks on order NOW

Open the Partition Manager and check and repair the disk

Error environment block too small

If you "press any key to continue" and it boots the fix is below.

This is a grub error when the grub-env file gets messed up. Delete the naughty file. sudo rm /boot/grub/grubenv Recreate it. sudo grub-editenv /boot/grub/grubenv create Reboot