我有一个基于 LVM 的配方,用于在非基于 EFI 的系统上工作。如何重新创建相同的配方,使其在 EFI/UEFI 模式下工作?
我现在有以下配方(我也尝试过其他配方),但它失败并显示以下消息:“尝试在 SCSI5 (2,0,0) 分区 #1 (sda) 中安装类型为 vfat 的文件系统) 在 /boot/efi 失败。”
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 } \
. \
48000 70 1000000000 ext4 \
$defaultignore{ } \
$lvmok{ } \
lv_name{ base } \
method{ format } \
format{ } \
use_filesystem{ } \ …Run Code Online (Sandbox Code Playgroud)