Artix Linux Forum

Artix Linux => System => Topic started by: Jan334 on 21 February 2025, 13:13:07

Title: How do I fix this? (system doesn't boot)
Post by: Jan334 on 21 February 2025, 13:13:07
I updated my system yesterday, after restarting I got this blue screen (picture attached, edited out uuid and
installation id)
I already tried chrooting into my install and running mkinitcpio, gave me an error

What should I do?
Title: Re: How do I fix this? (system doesn't boot)
Post by: Artist on 21 February 2025, 14:21:39
Did you try to boot usning fallback-initramfs?
If that works then try mkinitcpio again.
If not, what file system does the boot partition have?

artist
Title: Re: How do I fix this? (system doesn't boot)
Post by: Jan334 on 21 February 2025, 14:48:21
Yes, I tried booting with fallback-initramfs, it gives me the same error.

The boot partition uses FAT32 as the file system
Title: Re: How do I fix this? (system doesn't boot)
Post by: Artist on 21 February 2025, 15:35:26
It seems yoru system cannot find the fat32 driver.
From the console try a pacman -Sy linux.
Then boot from fallback-initramfs.

artist
Title: Re: How do I fix this? (system doesn't boot)
Post by: Jan334 on 21 February 2025, 15:42:50
Doesn't work
Title: Re: How do I fix this? (system doesn't boot)
Post by: Artist on 21 February 2025, 16:09:54
Your system is missing ICU 0.76.
To be able to use pacman-static, download file pacman-static-7.0.0.r6.gc685ae6-15-x86_64.pkg.tar.xz from the omniverse repo, unpack so its contents go into usr and run pacman-static -Syu.
If icu 0.76 does not get installed then try another mirror.

artist
Title: Re: How do I fix this? (system doesn't boot)
Post by: Jan334 on 21 February 2025, 16:54:41
Thanks Artist

I updated the system with pacman-static and it boots up fine again
Title: Re: How do I fix this? (system doesn't boot)
Post by: Artist on 21 February 2025, 17:26:14
Glad to hear it worked, and thank you for your feedback.

artist