From: Dinko Korunic Date: Thu, 28 Apr 2011 14:18:35 +0000 (+0200) Subject: - failsafe instalacije grub2 u vise sektora X-Git-Tag: v2.6.32.1~2 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=kernel-cn.git;a=commitdiff_plain;h=e826e340c0a81da51ced9c2aef2ef5fb8c2916fd - failsafe instalacije grub2 u vise sektora --- diff --git a/debian/postinst b/debian/postinst index 8545cb0..0bac419 100755 --- a/debian/postinst +++ b/debian/postinst @@ -269,7 +269,7 @@ if [ "x$GRUB2" = "xno" ]; then fi else # Grub2 part - install_device="$(grub-probe -t drive /boot/grub)" + install_device="(hd0)" fi echo -n " grub4" @@ -325,6 +325,17 @@ if [ "x$GRUB2" = "xno" ]; then fi echo -n " grub7" +# install to other boot sectors if needed (better safe than sorry) +if [ "x$GRUB2" = "xyes" ]; then + # Grub2 part + db_get grub-pc/install_devices + for i in `echo $RET | sed -e 's/,/ /g'`; do + read_device="$(readlink -f "$i")" + grub-install --force --no-floppy $read_device + done +fi +echo -n " grub8" + # disable lilo if [ -e /etc/lilo.conf ]; then mv -f /etc/lilo.conf /etc/lilo.conf.old