You are not logged in.
Hi,
Lately I switched my Zenbook laptop from GRUB, to the UEFI bootloader and added the entry using efibootmgr
I first found the UUIDs of my swap and root partition using blkid
/dev/nvme0n1p5: BLOCK_SIZE="512" UUID="764AD5AD4AD569FF" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="6a32becc-e334-4a13-b0dc-9b50d454682a"
/dev/nvme0n1p3: UUID="9e9b0395-b01e-4f0d-925b-85c82233c73d" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="dd84de83-0a37-4d52-9817-a07696f01919"
/dev/nvme0n1p1: UUID="8D48-3A71" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="de2065c6-ecf6-4f1c-ba29-1269338427da"
/dev/nvme0n1p4: PARTLABEL="Microsoft reserved partition" PARTUUID="66ad26d7-e0c4-4e83-9abf-e000a969bf55"
/dev/nvme0n1p2: UUID="89acaad6-faa9-46b2-b51b-a65913344e5a" TYPE="swap" PARTUUID="264a245f-3553-4a67-97e6-01fe0b85026b"
Swap is /dev/nvme0n1p2, root is /dev/nvme0n1p3, efi is /dev/nvme0n1p1
I then did the command:
efibootmgr --create --disk /dev/nvme0n1 --part 1 --label "Arch Linux" --loader /vmlinuz-linux --unicode 'root=UUID=9e9b0395-b01e-4f0d-925b-85c82233c73d resume=UUID=89acaad6-faa9-46b2-b51b-a65913344e5a rw initrd=\initramfs-linux.img'
I use the 6.9.7-arch1-1 kernal and I do have the initramfs-linux.img and vmlinuz-linux directly under /esp
However, each time I boot it shows this error at the very beginning:
[ 0.350169] platform USBC000:00: failed to claim resource 0: [mem 0xbc4fe704-0xbc4ff703]
[ 0.350180] acpi USBC000:00: platform device creation failed: -16
Here's the first part of of journalctl -b if it helps:
Journal
Thank you for reading!
Last edited by UHasanU (2024-07-06 09:16:04)
Offline