… after having played with partitions.
Let's say that your (new) root is /dev/sda6 - (hd0,5) , in GRUB lingo.
/usr and /proc and chroot to it:mount /dev/sda6 /mnt mount --bind /proc /mnt/proc mount --bind /dev /mnt/dev chroot /mnt
/boot/grub/menu.list if neededgrub and issue:root (hd0,5) setup (hd0) quit
When all else fails, before hitting the BRS, try:
It'll made you wish you have three hands, but it'll basically kill all the processes and sync the disks before rebooting. Hard, but way better than switching it off and on again.