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) (Created page with "== 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 repa...") |
Walttheboss (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Structure needs cleaning == | ===Structure needs cleaning=== | ||
This is a strange error when a filesystem is corrupted. | This is a strange error when a filesystem is corrupted. | ||
Line 5: | Line 5: | ||
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=== | |||
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. | |||
<code>sudo rm /boot/grub/grubenv</code> | |||
Recreate it. | |||
<code>sudo grub-editenv /boot/grub/grubenv create</code> | |||
Reboot | |||
<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