iTranslated by AI

The content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article
🐧

Arch Linux Installation Failed

に公開

Probably since around June to August 2022, booting archiso started to fail, or installation failed for some reason.
Likely due to the IBT support in Linux 5.18.
Since it hasn't been fixed yet, I'm documenting it here.

Conclusion

In GRUB or systemd-boot
ibt=off
I am not sure if it is okay to do this, so please do so at your own risk.

Black screen with archiso & failure during installation

The blackout occurred on Hyper-V.
On physical machines, installation failed when using archinstall.

Editing GRUB entries

Add ibt=off.

It now boots successfully.

Editing boot entries after installation

Editing entries

arch-chroot /mnt/archinstall
pacman -S vi
vi /boot/loader/entries/hogehoge.conf

Add ibt=off.

- options root=PARTUUID=foo rw intel_pstate=no_hwp rootfstype=ext4
+ options root=PARTUUID=foo rw intel_pstate=no_hwp rootfstype=ext4 ibt=off

Trying to boot

Discussion