You are not logged in.

#1 2021-10-07 13:48:38

002445
Member
Registered: 2021-10-07
Posts: 2

[SOLVED] archinstall boots into rootfs

I am trying to install Arch Linux using the "archinstall" command and using the documentation from https://wiki.archlinux.org/title/Archinstall.

Install seems successful, however after rebooting I get dropped into a "rootfs" prompt with the following error message before the prompt:

ERROR: device 'PARTUUID=XXXXXXXX-XXXXX-XXXX-XXXXXXXX" not found. Skipping fsck.

I assume it cannot find the correct partition.

Anyone know what I am doing wrong and/or know how to get an Arch installation to boot?

Hardware is a new XPS13 (9305) that does not need to be dual booted or any other fancy setup, just a booting Arch installation would be great.

Thank you.

Last edited by 002445 (2021-10-07 14:24:40)

Offline

#2 2021-10-07 13:55:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,427

Re: [SOLVED] archinstall boots into rootfs

Some newer laptops have a RAID mode enabled that isn't yet included as a default necessity for the early initramfs. One way to fix this is to change the drive from RAID to AHCI in your UEFI if it permits doing so, another is to boot the live disk back up, mounting your / and /boot partition if applicable, chrooting in and adding

MODULES=( vmd )

to your /etc/mkinitcpio.conf and regenerating the images with

mkinitcpio -P

Last edited by V1del (2021-10-07 13:57:20)

Offline

#3 2021-10-07 14:14:53

002445
Member
Registered: 2021-10-07
Posts: 2

Re: [SOLVED] archinstall boots into rootfs

Very much appreciated for your answer V1del.

Changing the storage setting from (something akin to) "RAID" to "ACPI" in the UEFI settings of the laptop and then reinstalling did the trick. I am now booted into a (very clean) Arch installation, time to install i3 and some other necessary bloat.

Offline

Board footer

Powered by FluxBB