在 debian 的安装过程中,EFI 分区被格式化为 ext4。
我正在尝试预先安装 debian jessie 并且我无法让它工作,因为 UEFI 分区是在 ext4 中格式化的(通过 blkid 获取信息)。
我的分区预置如下:
d-i partman-auto/expert_recipe string \
boot-root :: \
1 1 1 free \
$gptonly{ } \
$primary{ } \
$bios_boot{ } \
method{ biosgrub } \
. \
512 100 512 vfat \
$gptonly{ } \
$primary{ } \
method{ efi } \
format{ } \
$lvmignore{ } \
mountpoint{ /boot/efi } \
. \
...
.
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:“无法在 /boot/efi 上挂载 vfat 文件系统”
当然,它是一个 ext4 fs...! …