Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to boot iso on amd cpu [Solution] #3141

Open
FXTe1Y opened this issue Jun 19, 2024 · 1 comment
Open

Unable to boot iso on amd cpu [Solution] #3141

FXTe1Y opened this issue Jun 19, 2024 · 1 comment
Labels

Comments

@FXTe1Y
Copy link

FXTe1Y commented Jun 19, 2024

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.

@ilmarn
Copy link

ilmarn commented Jun 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants