distribution icon indicating copy to clipboard operation
distribution copied to clipboard

Unable to boot iso on amd cpu [Solution]

Open FXTe1Y opened this issue 1 year ago • 1 comments

Hi all,

Few days ago i tried to install clearlinux but i ended up with slow loading on boot screen loading every single bit by 30 sec till it stop and waiting for an hour. I tried older versions i tried even server version with hope maybe terminal at least will work but ended up with same issue.

Apparently this issue is with AMD CPU as my old machine running intel i didn’t had any issues.

But i found a solution maybe its not greatest but so far it works

So everything starts on boot before launch clearlinux on boot menu press on keyboard “E” on boot options delete

console=ttyS0,115200n8

not sure if everybody have same but everything what is in console must to be deleted including word console itself

After installing os you gonna be stuck with same problem system will slowly boot till it stops.

Restart computer and before it boots in press ESC button till u be greeted with bootloader

Repeating same process and remove console

After that it should boot your system.

Then go to

/usr/lib/kernel/

find a file calls

cmdline-{version of your kernel} and open it ( i used nano )

and remove console

save close and run command

clr-boot-manager update

Reboot machine and it should work.

Just to debug this issue i had 0 errors on console apart of failed to "unlink mnt"

Screenshot from 2024-06-19 09-46-06

It reach this point and then every single line takes like 30s up to few mins.

FXTe1Y avatar Jun 19 '24 08:06 FXTe1Y

sudo mkdir -p /etc/kernel/cmdline-removal.d
sudo echo "console=ttyS0,115200n8" > /etc/kernel/cmdline-removal.d/ttyS0.conf
sudo clr-boot-manager update

will persist thru updates

ilmarn avatar Jun 19 '24 20:06 ilmarn