From 0d40589e6087fbbdaf8b5c053c1688a7114076a9 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Thu, 2 Apr 2015 16:13:12 +0200 Subject: [PATCH] Grub install is now completely automated. See bugfix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737 --- preseed/debian/jessie/preseed.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/preseed/debian/jessie/preseed.cfg b/preseed/debian/jessie/preseed.cfg index 1bc1331..25f08a9 100644 --- a/preseed/debian/jessie/preseed.cfg +++ b/preseed/debian/jessie/preseed.cfg @@ -342,12 +342,16 @@ d-i popularity-contest/participate boolean true # 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 # This one makes grub-installer install to the MBR if it also finds some other # OS, which is less safe as it might not be able to boot that other OS. -d-i grub-installer/with_other_os boolean true +d-i grub-installer/with_other_os boolean true +# Since Debian Jessie, the d-i will ask to specify the device for Grub. +# Should use 'default', to use the default system disk +# Fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737 +d-i grub-installer/bootdev string default #####################################################################