You are not logged in.

#1 2023-11-28 22:58:31

ytsejam
Member
Registered: 2012-02-10
Posts: 57

[Solved]reFind does not work with UUID

I am trying to install Arch Linux from scratch. When I turn on my PC, rEFInd works no problem, but when I select my Arch installation, I get
I edit my refind_linux.conf like this. Minimal options works but the other options are not working

"Boot with standard options"  "root=PARTUUID=12a05086-ec4a-9357-14e7-9b66fc486a64 rw rootfstype=ext4 initrd=boot\amd-ucode.img initrd=boot\initramfs-linux.img"
"Boot to single-user mode"    "archisobasedir=arch archisodevice=UUID=59187920-a7f6-4c98-ad04-b4286f64fde2 single"
"Boot with minimal options"   "ro root=/dev/nvme0n1p4 initrd=boot\amd-ucode.img"

When I boot with other options:

Starting systemd-udevd version 253.1-3-arch ERROR: device '/dev/cryptroot/root' not found. Skipping fsck. mount: /new_root: no filesystem type specified. You are now being dropped into an emergency shell. sh: can't access tty: job control turned off [rootfs ]# 

I get my disk list using blkid

/dev/nvme0n1p5: UUID="e0ae068a-cb55-4302-8797-890a2e274304" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="075b1ab7-01a9-0eb6-8eaa-f1fb2fcbbc4b"
/dev/nvme0n1p3: LABEL="Local Disk" BLOCK_SIZE="512" UUID="D6745C50745C3589" TYPE="ntfs" PARTLABEL="Basi" PARTUUID="93955889-1101-4fdb-98e4-ae1ac12deb32"
/dev/nvme0n1p1: LABEL_FATBOOT="SYSTEM" LABEL="SYSTEM" UUID="7A5B-3800" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI" PARTUUID="a5a8c19a-f516-432e-b85f-99694aabb67f"
/dev/nvme0n1p6: LABEL="Recovery" BLOCK_SIZE="512" UUID="C20C5D070C5CF7BD" TYPE="ntfs" PARTLABEL="Basi" PARTUUID="63b0536c-d301-4dfb-be94-174a75551732"
/dev/nvme0n1p4: UUID="59187920-a7f6-4c98-ad04-b4286f64fde2" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="12a05086-ec4a-9357-14e7-9b66fc486a64"
/dev/nvme0n1p2: PARTLABEL="Micr" PARTUUID="ff8e8d41-c33c-4529-8c70-fd8deff19e9b"
/dev/sda1: LABEL="ARCH_202311" UUID="FE32-68DE" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="0009f1e6-01"

Can you help me, how to correct refind_linux.conf?

Last edited by ytsejam (2023-11-28 23:25:04)

Offline

#2 2023-11-28 23:24:37

ytsejam
Member
Registered: 2012-02-10
Posts: 57

Re: [Solved]reFind does not work with UUID

I found the error by myself, boot was showing EFI of main disk, I changed the fstab and reinstalled refind and it works.

Offline

Board footer

Powered by FluxBB