I was playing with a tool on Linux. Eventually I have changed something.
From then on, every time I boot up my computer, it pauses with the following message:
Give root password for maintenance
(or press Control-D to continue)
I need to press Ctrl+D and then Linux boot continues.
How can I turn it off and let OS to boot up to the login screen without pauses?
Give root password for maintenance (or press Control-D... [Solved]
Re: Give root password for maintenance (or press Control-D...
We are going to need your computer’s complete profile before we can proceed, so you need to post the output from the QSI utility. The Quick System Info (QSI) utility is located in MX Tools and its output is automatically formatted for use here in the forum. Run the QSI utility, click “Copy for Forum” at the bottom and then just paste it here in your thread.
Forum Rules
Forum Rules
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
Re: Give root password for maintenance (or press Control-D...
Live session: GParted => right click on MX root partition : "Check" .. apply
(... on other partitions, too while you're at it, and if you like only)
(... on other partitions, too while you're at it, and if you like only)
Re: Give root password for maintenance (or press Control-D...
I did that with all partitions but it didn't help.
Linux still stops midway to login screen
https://imgur.com/vrTZWxl
Linux still stops midway to login screen
https://imgur.com/vrTZWxl
Charlie Brown wrote: ↑Wed Mar 06, 2024 4:06 pm Live session: GParted => right click on MX root partition : "Check" .. apply
(... on other partitions, too while you're at it, and if you like only)
Re: Give root password for maintenance (or press Control-D...
Code: Select all
sudo mkdir /etc/inittab.d
(... ah, that "yoyo.bin" again :) .. do you have any conf files in /etc/modprobe.d/ regarding iwlwifi? If yes, contents please)
If no such files:
Code: Select all
echo 'options iwlwifi enable_ini=0' | sudo tee /etc/modprobe.d/iwlwifi.conf
Re: Give root password for maintenance (or press Control-D... [Solved]
One of the entries in my /etc/fstab was incorrect.
Hitting control-d was followed by a "loading kernel modules" message and then by fstab error.
I thought that fstab had nothing to do with that prompt as it came up later in the flow.
Thanks for your posts.
Hitting control-d was followed by a "loading kernel modules" message and then by fstab error.
I thought that fstab had nothing to do with that prompt as it came up later in the flow.
Thanks for your posts.