Hi liebe lug Menschen,
ich bastel gerade an einer Debian preseed.cfg rum und verzweifle an der Partitionierung.
Partitionierungsziel: UEFI Boot Partition mit 512MB fat32 Boot mit 1024MB ext4 Swap mit 8192MB Root mit 40GB ext4 /home mit dem Rest an Plattenplatz als btrfs
Irgendwo habe ich einen Fehler. Während einer Test Installation bekomme ich entweder die Meldung es wäre kein Root-Dateisystem angegeben worden oder aber /boot/efi sei doppelt vorhanden.
Im folgenden der Partitionierungspart meiner preseed.cfg:
---
d-i partman/early_command string \ [ -e /lib/partman/init.d/45clear_partitions ] && \ /lib/partman/init.d/45clear_partitions || true d-i partman-base/choose_label select gpt d-i partman-partitioning/choose_label select gpt d-i partman-auto/disk string $(list-devices disk | head -n 1) d-i partman-auto/method string regular d-i partman-auto/expert_recipe string \ custom :: \ 512 512 512 fat32 \ $primary{ } $bootable{ } \ method{ efi } format{ } \ use_filesystem{ } filesystem{ fat32 } \ mountpoint{ /boot/efi } in_harddisk{ 0 } \ . \ 1024 1024 1024 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /boot } \ . \ 8192 8192 8192 linux-swap \ method{ swap } format{ } \ . \ 40000 40000 40000 ext4 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } \ . \ 1 1 -1 btrfs \ method{ format } format{ } \ use_filesystem{ } filesystem{ btrfs } \ mountpoint{ /home } \ . d-i partman-auto/choose_recipe select custom d-i partman/ignore_biosdev_warning boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true ---
Jemand eine Idee?
lg
nac
lug-dd@mailman.schlittermann.de