You are not logged in.
I have just managed to install Arch on my Macbook Air. I am using both LUKS and LVM. However I have encountered a problem that I can't seem to overcome, mostly because I don't really understand grub2.
Problem:
When grub2 boots the menu lists "set root=(hd0,gpt2)" however it should read "set root=(hd1,gpt2)"
I can manually edit the menu every boot but that is going to become tiring after a time. Does anyone know how to make this change permanent?
I have partitioned my drive as below:
device mount label filesystem
/dev/sda1 /boot/efi EFI (vfat)
/dev/sda2 /boot boot ext2
/dev/sda3 /dev/mapper/crypt crypt
/dev/mapper/vgdisk00-lvroot / root ext4
/dev/mapper/vgdisk00-lvswap swap
Thanks.
Offline
edit grub.cfg or better use UUIDs instead of "set root=", like "search.fs_uuid <UUID> root"
Offline