systemctl set-default multi-user.target
dmesg | grep -Ei 'warn|error|unsupported|connect|fail'
Thanks for your prompt response. I will give this a bash. Will let you know what happens.Before typing exit to resume the normal boot peocess.
Try this.
Code:systemctl set-default multi-user.target
Then type exit to resume the boot up.
You Xwindows won't be running, but at least you can login and see what's going on.
Code:dmesg | grep -Ei 'warn|error|unsupported|connect|fail'
Maybe that will give a clue.
Since the message has repeated on text login (as I understand may have been done if the suggestion in post #2 by @dos2unix was followed), then it would be wise to run a fsck. It's easy to run from a live disk where the installation partitions are not mounted.The same red message appears after I entered code 1 above and entered exit.
Please advise further.
lsblk
, and run: fsck <device-name>
Thanks for your response. Please bare with me I am Linux Newbie not at all experienced with the run codes.Since the message has repeated on text login (as I understand may have been done if the suggestion in post #2 by @dos2unix was followed), then it would be wise to run a fsck. It's easy to run from a live disk where the installation partitions are not mounted.
One can run a live disk, identify the root and any other partitions from the command:lsblk
, and run:fsck <device-name>
A. Background that may assist. Before I had this "boot system error message''Thanks for your response. Please bare with me I am Linux Newbie not at all experienced with the run codes.
At the command line "press Control D to continue" do I continue and then enter lsblk and run fsck device name?
Please advise further.
Thanks for your response. I will give it a try and respond.In the first picture I see press cntrl-d to continue, or press [Enter] to go into maintenance mode.
You should be running the systemctl command, and the fsck commands in maintenance mode.
Before you do the cntrl-D to continue, or exit the maintenance mode.
Entered the lsblk and fsck command codes.Thanks for your response. I will give it a try and respond.
<device name
. You input the name of your device, which appears to be sda
in this case, though I can't remember if you have to specify the partition. If so, it's sda1
and sda2
, If the latter is true, run the command once each for both of those device names.Thank you for your response. I will give it a bash and respond.You don't use the literal<device name
. You input the name of your device, which appears to besda
in this case, though I can't remember if you have to specify the partition. If so, it'ssda1
andsda2
, If the latter is true, run the command once each for both of those device names.
Entered the device names.You don't use the literal<device name
. You input the name of your device, which appears to besda
in this case, though I can't remember if you have to specify the partition. If so, it'ssda1
andsda2
, If the latter is true, run the command once each for both of those device names.
Thanks for your response. I will try and respond.I see a ton of snap devices on here. It could be one of those.
In the meantime try
fsck -y /dev/sda1
and
fsck -y /dev/sda2
Entered the command codes.Thanks for your response. I will try and respond.
fsck needs to be run from live boot, bootable USB needs to be made with live ISO.Entered the command codes.
Attached is the screenshot.
Another way is to pres ESC on boot while Grub is loading. You will get the Grub-boot-menu Now you can choose to boot the recovery console. In the recovery console you can ask Zorin to fsck all disks.sudo touch /forcefsck
Thank you for your response.fsck needs to be run from live boot, bootable USB needs to be made with live ISO.
Thank you for your response. You said "A more easy way is to tell Zorin to check the filesystem on next boot. You can do this by touching /forcefsck - enter command ''sudo touch /forcefsck''.In order to run fcsk the drive has to be unmounted - hence the error - you have a couple of options - boot into a Live USB and run the command from there or A more easy way is to tell Zorin to check the filesystem on next boot. You can do this by touching /forcefsck
Another way is to pres ESC on boot while Grub is loading. You will get the Grub-boot-menu Now you can choose to boot the recovery console. In the recovery console you can ask Zorin to fsck all disks.