MX Linux live USB not booting [Solved]
- RafeeDaBoy
- Posts: 25
- Joined: Thu May 05, 2022 1:04 pm
MX Linux live USB not booting
CPU: Ryzen 5 3600
GPU: Nvidia RTX 3070
Motherboard: ASRock B450 Steel Legend
I'm trying to install MX Linux 21 with KDE. When I boot into it, it says "udev done" then shows the mouse cursor for a second and a blinking text input as you'd see in a terminal.Pressing Alt+F1 shows the optiion to login to CLI installer. Does this iso not have a GUI installer?
The iso says that it has ahs repos enabled, but does it not have basic drivers that supports Nvidia GPUs as the ahs xfce iso worked for me.
Update: Installed the nivdia drivers through the cli-installer with boot persistence enabled. It works now
GPU: Nvidia RTX 3070
Motherboard: ASRock B450 Steel Legend
I'm trying to install MX Linux 21 with KDE. When I boot into it, it says "udev done" then shows the mouse cursor for a second and a blinking text input as you'd see in a terminal.Pressing Alt+F1 shows the optiion to login to CLI installer. Does this iso not have a GUI installer?
The iso says that it has ahs repos enabled, but does it not have basic drivers that supports Nvidia GPUs as the ahs xfce iso worked for me.
Update: Installed the nivdia drivers through the cli-installer with boot persistence enabled. It works now
Last edited by RafeeDaBoy on Mon May 09, 2022 10:52 am, edited 1 time in total.
CPU: AMD Ryzen 5 3600
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Re: MX Linux live USB not booting
How did you write the iso?
And checked the sum (sha256 etc) after downloading?
And disabled "secure boot" in Bios ?
And checked the sum (sha256 etc) after downloading?
And disabled "secure boot" in Bios ?
- dolphin_oracle
- Developer
- Posts: 22804
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX Linux live USB not booting
if the AHS Xfce iso worked ok, it may just be the difference in kernels. the Official KDE stills ships with the 5.10 kernel, but the ahs Xfce has the 5.16.
you can try this respin I made with the 5.16 kernel. Its not official technically but the only difference from the official to this one is the 5.16 kernel.
https://sourceforge.net/projects/do-tes ... o/download
you can try this respin I made with the 5.16 kernel. Its not official technically but the only difference from the official to this one is the 5.16 kernel.
https://sourceforge.net/projects/do-tes ... o/download
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
- RafeeDaBoy
- Posts: 25
- Joined: Thu May 05, 2022 1:04 pm
Re: MX Linux live USB not booting
Yes, I did. I basically did all the same thing I did to make the bootable USB for the XFCE version using Rufus. I managed to solve the issue by installing the nvidia-drivers using the cli-installer with boot persistence enabled.Huckleberry Finn wrote: Thu May 05, 2022 1:40 pm How did you write the iso?
And checked the sum (sha256 etc) after downloading?
And disabled "secure boot" in Bios ?
CPU: AMD Ryzen 5 3600
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Re: MX Linux live USB not booting
So, you can (and please) mark the thread with 1 click, this way:
You do not have the required permissions to view the files attached to this post.
- RafeeDaBoy
- Posts: 25
- Joined: Thu May 05, 2022 1:04 pm
Re: MX Linux live USB not booting
Re-opening this as I noticed some bugs.dolphin_oracle wrote: Thu May 05, 2022 1:43 pm if the AHS Xfce iso worked ok, it may just be the difference in kernels. the Official KDE stills ships with the 5.10 kernel, but the ahs Xfce has the 5.16.
you can try this respin I made with the 5.16 kernel. Its not official technically but the only difference from the official to this one is the 5.16 kernel.
https://sourceforge.net/projects/do-tes ... o/download
1. When using the offical MX Linux 21 KDE iso and installing the Nvidia drivers via the cli live environment, the newly installed MX Linux on the SSD runs at only at 93Hz with noticeable screent tearing (display native refresh rate is 165Hz and the Xfce ahs version uses the correct refresh rate).
2. The respin iso with 5.16 kernel goes through the same issues with the official KDE iso where it doesn't boot into the gui live environment.
CPU: AMD Ryzen 5 3600
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Re: MX Linux live USB not booting
On KDE (even on Xfce, too):
Reboot
(It may say "no such file or directory" , no harm, nothing to lose to try)
Code: Select all
sudo rm /etc/X11/xorg.conf
(It may say "no such file or directory" , no harm, nothing to lose to try)
- RafeeDaBoy
- Posts: 25
- Joined: Thu May 05, 2022 1:04 pm
Re: MX Linux live USB not booting [Solved]
It didn't work and yes, there wasn't any files called xorg.confHuckleberry Finn wrote: Sat May 14, 2022 9:06 am On KDE (even on Xfce, too):
RebootCode: Select all
sudo rm /etc/X11/xorg.conf
(It may say "no such file or directory" , no harm, nothing to lose to try)
I did fiddle around and manage to fix it. It was a simple, but very long process:
1. Install the Nvidia drivers in the cli installer using the Nvidia Driver Installer tool with
Code: Select all
sudo su-to-root /usr/bin/ddm-mx -i nvidia
3. Go through the installation normally and boot into your OS
4. Purge Nvidia drivers with
Code: Select all
sudo ddm-mx -p nvidia
5. You'll boot into the terminal GUI and repeat step 1
6. Reboot after the installation and now the correct refresh rate should show up and screen tearing will be gone
CPU: AMD Ryzen 5 3600
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE
Motherboard: ASRock B450 Steel Legend
GPU: Nvidia RTX 3070
RAM: 32GB 3200 Mhz DDR4 (OC: 3666 Mhz)
Distro: MX-23.5_x64 KDE