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