Just for you asked:maximus linuxos wrote: Mon Dec 11, 2023 9:04 am what i understand mx needs to be booted 30 times before the fschk script starts to run...ever since post 30th boot the boot up process is getting hung at even the logo or it goes to a black screen forcing a power button shutdown...
Code: Select all
sudo nano /etc/fstab
<fsck> :
0 - do not check (neither at boot nor later)
1 - check immediately during boot
2 - check after boot
Generally it's advised especially for the root partitions to be 1 . At least you can try with 2.
Also in MX Boot Options you can change the splash to nosplash and (always) see the flowing text, where it gets stuck.
No harm to recreate the initramfs:
Code: Select all
sudo update-initramfs -uk all
(Disable the unnecessary services at boot)