From ed0e4b6fc2f780438acf288312c908478b7825b6 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 23 Sep 2013 01:07:55 -0700 Subject: [PATCH] bug 3795: node can not boot after cloning sles11.3 with legacy mode --- xCAT/postscripts/configefi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/configefi b/xCAT/postscripts/configefi index 5fb3d6295..da0e7face 100644 --- a/xCAT/postscripts/configefi +++ b/xCAT/postscripts/configefi @@ -47,8 +47,8 @@ else echo "grub-install --no-floppy --recheck $boot_device" grub-install --no-floppy --recheck $boot_device if [ $? -ne 0 ];then - #sles11, run grub install directly - grub-install + #sles11, run grub-install.unsupported directly + grub-install.unsupported --no-floppy --recheck $boot_device fi if [ -e /etc/mtab.bak ];then