_anonymous0815_
Lt. Commander
- Registriert
- Aug. 2020
- Beiträge
- 1.406
Hallo liebes Forum,
ich beschäftige mich gerade mit dem preseeding für Debian, um die Installation zu teilautomatisieren, dazu habe ich eine preseed.cfg in die init-ram-disk eingepflegt, die md5sum in der md5sum.txt angepasst und mit
eine bootfähige iso erzeugt und bekomme beim installieren folgenden Fehler:
Was genau muss noch gemacht werden, damit das Preseeding glatt durchläuft? Für jeden Tipp bin ich dankbar.
Anbei noch die preseed.cfg
ich beschäftige mich gerade mit dem preseeding für Debian, um die Installation zu teilautomatisieren, dazu habe ich eine preseed.cfg in die init-ram-disk eingepflegt, die md5sum in der md5sum.txt angepasst und mit
Bash:
grub-mkrescue -o debian.iso iso
Ergänzung ()
Was genau muss noch gemacht werden, damit das Preseeding glatt durchläuft? Für jeden Tipp bin ich dankbar.
Ergänzung ()
Bash:
d-i debian-installer/language string de
d-i debian-installer/country string DE
d-i debian-installer/locale string de_DE.UTF-8
d-i keyboard-configuration/xkb-keymap select de
d-i netcfg/choose_interface select auto
d-i netcfg/link_wait_timeout string 5
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
d-i netcfg/wireless_wep string
d-i mirror/country string Deutschland
d-i mirror/http/hostname string http.deb.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
d-i clock-setup/utc boolean true
d-i time/zone string DE/Berlin
d-i clock-setup/ntp boolean true
d-i partman-auto/method string lvm
d-i partman-auto-lvm/guided_size string max
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-auto/choose_recipe select multi
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman-efi/non_efi_system boolean true
d-i partman-md/confirm boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
tasksel tasksel/first multiselect standard
d-i pkgsel/include string openssh-server build-essential
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
d-i finish-install/reboot_progress note
Anbei noch die preseed.cfg
Zuletzt bearbeitet: