[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unexpected inconsistency error message after rebooting a newly installed debian wheezy with preseed (lvm partitioning) - Any idea how to auto run fsck after installation, slipstreamed to preseed.cfg?



Hi all,

Below is my preseed.cfg file.

What's wrong with it?

Why am I getting "unexpected inconsistency" and forced to run fsck after a fresh installation?

d-i debian-installer/locale string en_US
d-i keyboard-configuration/xkb-keymap       select us
d-i console-keymaps-at/keymap               select us
d-i netcfg/choose_interface select eth0
d-i netcfg/dhcp_timeout string 60
d-i netcfg/disable_autoconfig boolean true
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Configure network manually
d-i netcfg/get_ipaddress string 192.168.57.236
d-i netcfg/get_netmask string 255.255.255.0
d-i netcfg/get_gateway string 192.168.57.1
d-i netcfg/get_nameservers string 194.90.0.1
d-i netcfg/confirm_static boolean true
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 manual
d-i mirror/http/hostname string debian.co.il
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
d-i passwd/make-user boolean false
d-i passwd/root-password password root
d-i passwd/root-password-again password root
d-i clock-setup/utc boolean true
d-i time/zone string US/Eastern
d-i clock-setup/ntp boolean true
d-i partman-auto/disk string /dev/vda
d-i partman-auto/method string lvm
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 atomic
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-md/confirm boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/mount_style select uuid
tasksel tasksel/first multiselect standard, ssh-server
popularity-contest popularity-contest/participate boolean false
d-i  grub-installer/only_debian         boolean true
d-i finish-install/reboot_in_progress note
d-i debian-installer/exit/poweroff boolean true


Reply to: