Using my PC to install Mint Linux on a USB hard drive.
Now when I try to boot my PC, it get Grub stage 1.5 Error 21
I can boot with super grub, but the fix will not work
HTis is a single drive multi boot system with Kubuntu, PCLinux OS and Windows.
the menu.lst is below
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, kernel 2.6.20-16-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
title Ubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Ubuntu 7.10, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title PCLinuxOS release 2007 (PCLinuxOS) for i586 (on /dev/hda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.18.8.tex5 root=/dev/hda5
savedefault
boot
Now when I try to boot my PC, it get Grub stage 1.5 Error 21
I can boot with super grub, but the fix will not work
HTis is a single drive multi boot system with Kubuntu, PCLinux OS and Windows.
the menu.lst is below
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, kernel 2.6.20-16-generic
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro quiet splash
initrd /boot/initrd.img-2.6.20-16-generic
quiet
title Ubuntu 7.10, kernel 2.6.20-16-generic (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=e24800ab-7f6d-4646-8723-1e4a7ed30741 ro single
initrd /boot/initrd.img-2.6.20-16-generic
title Ubuntu 7.10, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
title PCLinuxOS release 2007 (PCLinuxOS) for i586 (on /dev/hda5)
root (hd0,4)
kernel /boot/vmlinuz-2.6.18.8.tex5 root=/dev/hda5
savedefault
boot
Comment