Mx-23.2 boot failure

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
DukeComposed
Posts: 1459
Joined: Thu Mar 16, 2023 1:57 pm

Re: Mx-23.2 boot failure

#71 Post by DukeComposed »

xaol wrote: Sat Mar 16, 2024 1:04 pm someone else here may be better at explaining how chroot works. generally i believe it is usually used from a live environment.
chroot means "change root". It was developed by Bill Joy to help him install UNIX more easily. It simply tricks the shell into believing the designated directory is / and nothing exists above it. There are security benefits to chrooting some software, and it can, as was used in this thread, be used to configure a system inside of another system. The reason it's so useful in live sessions is because mounting a fixed drive under /media and then running "sudo chroot /media/something" allows you to add software, change passwords, add and remove users, and set up GRUB on it with the normal, everyday commands you'd normally use on a normal, everyday running machine, without any of it affecting your ephemeral session or the USB/DVD media.

The alternative would be manually editing /media/something/etc/passwd, /media/something/etc/group, temporarily redirecting apt-get default locations by setting a new RootDir in apt.conf, and so forth.

xaol
Posts: 311
Joined: Wed Mar 03, 2021 8:30 am

Re: Mx-23.2 boot failure

#72 Post by xaol »

Charlie Brown wrote: Sat Mar 16, 2024 1:46 pm
xaol wrote: Sat Mar 16, 2024 1:33 pm... the display manager can start before nvidia drivers are loaded. i have seen a few instances where adding the nvidia modules to ...
Yep, that's why we added them to /etc/modules on post #53
thank you for the clarification. i didn't know if those were the same.

Charlie Brown

Re: Mx-23.2 boot failure

#73 Post by Charlie Brown »

james wrote: Sat Mar 16, 2024 1:43 pm... have to use the failsafe option for it to boot...
Ok. Normally one can use that (or nomodeset alone) and boot (just to be able to boot, till the job is done) then install and be able to use (boot) the installed system without that..

Charlie Brown

Re: Mx-23.2 boot failure

#74 Post by Charlie Brown »

xaol wrote: Sat Mar 16, 2024 1:48 pm... didn't know if those were the same...
Though not exactly (and though we could add one more command for that) this one solves such issues. (This either makes sure / forces them to be loaded and also be loaded a bit earlier).

james
Posts: 62
Joined: Tue Feb 27, 2024 9:49 am

Re: Mx-23.2 boot failure

#75 Post by james »

Charlie Brown: I just brought up Mx Service Manager - I do not see Plymouth.

james
Posts: 62
Joined: Tue Feb 27, 2024 9:49 am

Re: Mx-23.2 boot failure

#76 Post by james »

DukeComposed: thank you for that explanation. You can be sure I am not going to be doing any of the stuff you described in that second paragraph. ;-)

Charlie Brown

Re: Mx-23.2 boot failure

#77 Post by Charlie Brown »

Ok, we can even purge it, but this is less radical :) :

Code: Select all

sudo update-rc.d plymouth disable ; sudo update-rc.d plymouth-log disable
Reboot.

james
Posts: 62
Joined: Tue Feb 27, 2024 9:49 am

Re: Mx-23.2 boot failure

#78 Post by james »

Charlie Brown: output of your suggested command. Rebooting now..

Code: Select all

$ sudo update-rc.d plymouth disable ; sudo update-rc.d plymouth-log disable
[sudo] password for james:            
insserv: warning: current start runlevel(s) (empty) of script `plymouth' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 2 3 4 5 6) of script `plymouth' overrides LSB defaults (0 6).
insserv: warning: current start runlevel(s) (empty) of script `plymouth-log' overrides LSB defaults (S).
insserv: warning: current stop runlevel(s) (S) of script `plymouth-log' overrides LSB defaults (empty).
[~]

Charlie Brown

Re: Mx-23.2 boot failure

#79 Post by Charlie Brown »

Ok, that's normal (just gives info) ... reboot :)

james
Posts: 62
Joined: Tue Feb 27, 2024 9:49 am

Re: Mx-23.2 boot failure

#80 Post by james »

Rebooted. No change.

Locked

Return to “MX Help”