IT/Error Messages: Difference between revisions
< IT
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
Open the Partition Manager and check and repair the disk | Open the Partition Manager and check and repair the disk | ||
=== Error environment block too small === | ===Error environment block too small=== | ||
If you "press any key to continue" and it boots the fix is below. | 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. | 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 /> |
Latest revision as of 06:09, 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