Hi guys,
I've initially partitioned my computer to 5 partitions. (Windows NTFS, Free Space FAT32, Linux Kubuntu 8.04 EXT3, Home EXT3 & SWAP).
Of course this system is dual boot.
I've then decided to test Xubuntu 8.04 on the last free space partition. Of course the boot loader changed to include Xubuntu's boot info.
Now I want to delete it's partition & reformat it as Fat32, mostly I'll do that from Windows.
My problem is that when I've entered Kubuntu's "menu.lst", I've recognized the old boot loader.
The new loader which includes the Xubuntu's boot info is on the Xubuntu's partition along with the previous list.
So the MBR might be pointing to Xubuntu's partition for booting up. If I delete the partition I would no longer be able to boot.
My question:
How to restore or reinstall boot loader from Kubuntu to restore old settings (The above menu.lst file - dual boot), so I would be able to delete Xubuntu's partition trouble free.
Thnx in advanced.
I've initially partitioned my computer to 5 partitions. (Windows NTFS, Free Space FAT32, Linux Kubuntu 8.04 EXT3, Home EXT3 & SWAP).
Of course this system is dual boot.
I've then decided to test Xubuntu 8.04 on the last free space partition. Of course the boot loader changed to include Xubuntu's boot info.
Now I want to delete it's partition & reformat it as Fat32, mostly I'll do that from Windows.
My problem is that when I've entered Kubuntu's "menu.lst", I've recognized the old boot loader.
Code:
title Ubuntu 8.04, kernel 2.6.24-18-generic root (hd0,3) kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=b5a5cd78-c20b-494a-9bc1-60aa62a646f6 ro quiet splash initrd /boot/initrd.img-2.6.24-18-generic quiet title Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode) root (hd0,3) kernel /boot/vmlinuz-2.6.24-18-generic root=UUID=b5a5cd78-c20b-494a-9bc1-60aa62a646f6 ro single initrd /boot/initrd.img-2.6.24-18-generic title Ubuntu 8.04, kernel 2.6.24-17-generic root (hd0,3) kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=b5a5cd78-c20b-494a-9bc1-60aa62a646f6 ro quiet splash initrd /boot/initrd.img-2.6.24-17-generic quiet title Ubuntu 8.04, kernel 2.6.24-17-generic (recovery mode) root (hd0,3) kernel /boot/vmlinuz-2.6.24-17-generic root=UUID=b5a5cd78-c20b-494a-9bc1-60aa62a646f6 ro single initrd /boot/initrd.img-2.6.24-17-generic title Ubuntu 8.04, kernel 2.6.24-16-generic root (hd0,3) kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=b5a5cd78-c20b-494a-9bc1-60aa62a646f6 ro quiet splash initrd /boot/initrd.img-2.6.24-16-generic quiet title Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode) root (hd0,3) kernel /boot/vmlinuz-2.6.24-16-generic root=UUID=b5a5cd78-c20b-494a-9bc1-60aa62a646f6 ro single initrd /boot/initrd.img-2.6.24-16-generic title Ubuntu 8.04, memtest86+ root (hd0,3) 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
So the MBR might be pointing to Xubuntu's partition for booting up. If I delete the partition I would no longer be able to boot.
My question:
How to restore or reinstall boot loader from Kubuntu to restore old settings (The above menu.lst file - dual boot), so I would be able to delete Xubuntu's partition trouble free.
Thnx in advanced.
Comment