From 3679c438992ad1d04e90e874eb7193cfa23c1c23 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Apr 2014 12:23:32 +0200 Subject: g-i: try harder to install grub... --- d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg | 4 +++- d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg index 01593ec4..a5fe8b09 100644 --- a/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_jessie_lxde_preseed.cfg @@ -321,7 +321,9 @@ tasksel tasksel/desktop multiselect lxde # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. -d-i grub-installer/only_debian boolean true +#d-i grub-installer/only_debian boolean true +# install grub on the first disk found +d-i grub-installer/bootdev string (hd0,0) ### Finishing up the installation # During installations from serial console, the regular virtual consoles diff --git a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg index 01593ec4..8f393b01 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg @@ -1,4 +1,4 @@ -#### Contents of the preconfiguration file for Debian +### Contents of the preconfiguration file for Debian ### Localization # Preseeding only locale sets language, country and locale. d-i debian-installer/locale string en_US @@ -321,7 +321,9 @@ tasksel tasksel/desktop multiselect lxde # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. -d-i grub-installer/only_debian boolean true +#d-i grub-installer/only_debian boolean true +# install grub on the first disk found +d-i grub-installer/bootdev string (hd0,0) ### Finishing up the installation # During installations from serial console, the regular virtual consoles -- cgit v1.2.3-54-g00ecf