boot error
-
- Posts: 39
- Joined: Mon Nov 01, 2021 12:09 am
Re: boot error
Can I use snapshot, then MX Linux USB Maker, and just do a fresh install to solve this problem?
- Eadwine Rose
- Administrator
- Posts: 14701
- Joined: Wed Jul 12, 2006 2:10 am
Re: boot error
If your system itself is faulty you will be taking that along in the snapshot, and the consequent install.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
-
- Posts: 39
- Joined: Mon Nov 01, 2021 12:09 am
Re: boot error
But, it seems to boot and work fine when I use a MX Linux made USB copy?
Re: boot error
But you will only really know through use.bcreighton wrote: Wed Feb 19, 2025 11:11 am But, it seems to boot and work fine when I use a MX Linux made USB copy?
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.
-
- Posts: 39
- Joined: Mon Nov 01, 2021 12:09 am
Re: boot error
"In Linux, newer isn't always better. The best solution is the one that works." Amen.
Guess there is only 1 way to find out.
Guess there is only 1 way to find out.
-
- Posts: 39
- Joined: Mon Nov 01, 2021 12:09 am
Re: boot error
OK, tried new install from MX Linux USB. Exact same error. Rebooted into usb live, ran gparted, checked partitions. Main partition was fine. The fat 32 partition succeeded, no errors, but when it tried to grow file system to fill the partition using libparted, it threw an error with no additional information.
Am I at an end? Should I just do a fresh install?
Am I at an end? Should I just do a fresh install?
-
- Posts: 39
- Joined: Mon Nov 01, 2021 12:09 am
Re: boot error
Yea, fresh install, same result. Installed graphic card's codecs, no dice. Think thats it. Odd, the same OS runs off my USB stick without a hitch. Can't figure that one out, but I give up
Re: boot error
The MX Live system runs in ram only which is why it seems to work. But when you try to access the HDD, it crashes so it seems obvious that the HDD is the problem.bcreighton wrote: Fri Feb 21, 2025 10:42 am Yea, fresh install, same result. Installed graphic card's codecs, no dice. Think thats it. Odd, the same OS runs off my USB stick without a hitch. Can't figure that one out, but I give up
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.
-
- Posts: 17
- Joined: Wed Jan 22, 2025 2:22 pm
Re: boot error
@bcreighton
Nope, they're not related to any hdd / ssd issues, nothing to worry, even ignorable.
A Bios update might solve such issues when available. Or:
parameter.
Nope, they're not related to any hdd / ssd issues, nothing to worry, even ignorable.
A Bios update might solve such issues when available. Or:
You can also try (add) the:Kermit the Frog wrote: Thu Nov 28, 2024 8:14 am... you can add
in kernel parameters box in "MX Boot Options".Code: Select all
loglevel=3
i.e. loglevel=0 will print emergency messages only (when system is about to crash or is unstable).https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt wrote:Code: Select all
loglevel= [KNL,EARLY] All Kernel Messages with a loglevel smaller than the console loglevel will be printed to the console. It can also be changed with klogd or other programs. The loglevels are defined as follows: 0 (KERN_EMERG) system is unusable 1 (KERN_ALERT) action must be taken immediately 2 (KERN_CRIT) critical conditions 3 (KERN_ERR) error conditions 4 (KERN_WARNING) warning conditions 5 (KERN_NOTICE) normal but significant condition 6 (KERN_INFO) informational 7 (KERN_DEBUG) debug-level messages
In fact quiet is the equivalent of loglevel=4 that's why the system lets the "warning" messages be printed. By the way, no matter you use loglevel 3 or less they're still recorded in log files (in case one needs to search/inquire something). You can also change the splash to nosplash if you prefer the flowing text (like me) but you don't have to.
Code: Select all
intremap=off
-
- Posts: 6
- Joined: Wed Feb 12, 2025 2:06 pm
Re: boot error
In my opinion your hard-disk will be dead soon. I had the same troubles under Fedora 40: freeze, boot error etc. : the reason was my hard-disk had reached its end of life. Replace your hard-disk with an SSD and your troubles will fly away.