How do I fix this? (system doesn't boot) Yesterday at 13:13:07 I updated my system yesterday, after restarting I got this blue screen (picture attached, edited out uuid andinstallation id)I already tried chrooting into my install and running mkinitcpio, gave me an errorWhat should I do?
Re: How do I fix this? (system doesn't boot) Reply #1 – Yesterday at 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
Re: How do I fix this? (system doesn't boot) Reply #2 – Yesterday at 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
Re: How do I fix this? (system doesn't boot) Reply #3 – Yesterday at 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
Re: How do I fix this? (system doesn't boot) Reply #5 – Yesterday at 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 1 Likes
Re: How do I fix this? (system doesn't boot) Reply #6 – Yesterday at 16:54:41 Thanks ArtistI updated the system with pacman-static and it boots up fine again
Re: How do I fix this? (system doesn't boot) Reply #7 – Yesterday at 17:26:14 Glad to hear it worked, and thank you for your feedback.artist