Changeset 376 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
Feb 12, 2006, 2:49:46 AM (18 years ago)
Author:
andree
Message:

First try standrad grub-install in grub-MR restore script before trying
anything fancy. This fixes issue with amd64 Debian system not being
bootable after restore but may apply to other amd64 distros as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/restore-scripts/mondo/grub-MR

    r274 r376  
    149149fi
    150150
     151echo "Now I'll use grub-install" >> $LOGFILE
     152chroot /mnt/RESTORING grub-install $1 >> $LOGFILE
     153res=$?
     154echo "grub-install returned $res" >> $LOGFILE
     155[ "$res" -eq "0" ] && exit 0
     156
    151157echo "Trying a hack" >> $LOGFILE
    152158FindBootPart $1 $2
Note: See TracChangeset for help on using the changeset viewer.