18th November 2016, 14:07
Following on from my last 3 posted answers, have you had a chance to consider any further actions i should take pls?
[SOLVED] - Major Maui Meltdown.
|
18th November 2016, 14:07
Following on from my last 3 posted answers, have you had a chance to consider any further actions i should take pls?
18th November 2016, 14:19
You need to run the filesystem check from a live system or unmounted partition.
So either go into a tty (logout your normal user from plasma to not screw stuff around) and login as user and switch to root with and sudo -i and run then Code: umount /dev/sda3 && fsck.ext4 /dev/sda3 Code: sudo fsck.ext4 /dev/sda3 As far as I remember you have a ecryptfs home partition and are not using full disk encryption (LUKS) on home. So that means its a normal filesystem to check. Lets try this and hopefully that is the only issue here. Otherwise I am completely out of ideas as it makes no sense to suddenly appear with no update responsible for this issue.
19th November 2016, 5:00
EUREKA !!!
leszek, you are a genius [& a helpful genius, what's more]. You have solved it for me! You were right that i don't use LUKS, only ecryptfs. I chose to boot from my Maui2 ISO usb-stick & run your command therein the Live system. Errors were found & fixed: Code: To run a command as administrator (user "root"), use "sudo <command>". I thereafter [nervously] performed a "normal boot" &... it booted normally -- oh yes, at last. I make the following remarks: 1. I realise that it's impossible for you to know what specifically caused the corruption, but could you pls give me an idea of the sorts of things that generically might do such damage? 2. Curses to that 2nd Maui splash-screen with its vanishing text. I suspect that IF that text would not always vanish, so i could have read it, then i could have solved this fault all by myself on the same day it happened, without needing to bother anyone. 3. The ongoing support from Maui to your Users is simply outstanding. I sincerely thank you.
19th November 2016, 11:09
Glad that it worked for you and you have a normally working system now.
Regarding 1: Corruption of the filesystem can be caused by various issues. Most common is an unclean shutdown while the system was writing something to that filesystem. Of course the disk itself also might write corrupt data from time to time (hdd and ssd have error correction built in but that not always helps) especially older models heavily used ones.
19th November 2016, 12:18
Hi kdemeoz, indeed great news to hear that this was solved. But, I would like to ask leszek, if indeed fsck needed to be run at boot, why did it fail? Indeed as you said, this happens from time to time, and windows users can especially encounter that with that "disk check needs to be performed" boot thing, but this should be normal and booting from live disk to solve this should not be needed. Any idea what went wrong here?
19th November 2016, 12:29
I am not really sure. But we have a special case here as the proprietary nvidia driver was in use here. I fear that the fsck at boot run and it was asking about correcting the corruption detected but the nvidia driver stopped that message from displaying.
Otherwise a regulary fsck is of course run every 30 days or 120 mounts anyway and should fix such issues. As the plymouth splash was not the problem here the only culprit on my list can be the nvidia driver. |
« Next Oldest | Next Newest »
|