20130826

Re-build Grub on Proliant

/etc/grub.conf
boot=/dev/cciss/c0d0


/boot/grub/device.map
(fd0)     /dev/fd0
(hd0)    /dev/cciss/c0d0

/sbin/grub --batch --device-map=/boot/grub/device.map \
   --config-file=/boot/grub/grub.conf --no-floppy
grub> root (hd0,0)
grub> setup (hd0)
grub> quit

original

No comments:

Post a Comment