Posts

Showing posts from December 31, 2018

EFI and working LVM partman-auto/expert_recipe?

Image
4 I have an LVM based recipe that used to work on non-EFI based systems. How do I recreate the same recipe so that it works in EFI/UEFI mode? I have the following recipe right now (and I've tried others too), but it fails with the message: "The attempt to mount a file system with type vfat in SCSI5 (2,0,0), partition #1 (sda) at /boot/efi failed." d-i partman-auto/expert_recipe string boot-root-swap :: 200 50 200 ext2 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext2 } mountpoint{ /boot }