sudo cp -R /boot/grub /boot/grub.old Remove GRUB 2 sudo apt-get purge grub-pc The system will be unbootable until another bootloader is installed. Once the packages are removed, many files will still remain in '/boot/grub' Install GRUB 0.97 sudo apt-get install grub With grub...