0

So my question is exactly as the title suggests...

I want to verify no system errors as Ubuntu keeps falling over / blank screen during boot.

Using the Disks utility the system reports that fsck cannot be run due to the disk already being mounted. I get the same after shift-booting ans selecting "generic kernel - recovery" option. After hitting ctrl+d and getting the graphical recovery console, selecting fsck reports disk needs to be in read/write mode to carry on. Allowing to system to do this throws me back to the GUI. Selecting fsck again reports the disk needs to be in read-only mode... i seem to be stuck in a loop here...

Any input useful, many thanks

Paul Eden
  • 143

1 Answers1

1

In a terminal window type: sudo touch /forcefsck and reboot the system.

This will force fsck to check everything during the next system boot before it mounts any volumes.

sudo shutdown -r now will cause an orderly shutdown and reboot.

waltinator
  • 36,399
Stormlord
  • 6,317