The other day, I tried to triple-boot my Dell E1705 computer with XP Pro, Vista and Ubuntu. I started by making a clean installation of XP Pro I then proceeded to installing Vista Ultimate on a second partition. After installing Vista, I went to installing Ubuntu using the live CD. Everything went well, I created the Linux swap partition as well as the EXT3 one, I then rebooted my computer and chose to go into Ubuntu; everything seemed to work fine. However, when I tried to go into XP the system said there was an error of some sort and that I could not get into XP anymore. Does anyone have any idea on why this occurred?
Thanks.
- Robert A.
-
-
Does your XP bootable after Vista installed?
-
-
The problem is Vista's boot loader. When you triple boot like that, GRUB (Ubuntu's boot loader) will detect your Windows XP partition and thus show it in your boot menu. However, when you put Vista on after XP, it basically over-writes XP's boot loader. So basically, what's happening is that GRUB is trying to send you to XP's boot loader (which you would never see since it's transparent and automatically assumes that Windows is the only OS on your system), but it's not there any more. What should happen is that you boot into Vista from GRUB, and Vista's boot loader should appear, giving you the option to boot into Vista or XP. It's annoying, but that's what Vista does. The beauty of GRUB is that you can edit to just take away the Windows XP option, and then rename the Vista option to just Windows. GRUB will then direct you to the Windows boot loader.
-
Thanks again for your help. -
Code:sudo gedit /boot/grub/menu.lst
Code:title Windows Vista
Code:title Windows
-
Just in case you would forgot anything, you can use "#" to mask options that you are not currently use. Grub also let you choose which OS is your default OS, but remember it count from 0.
-
Thanks everyone for your help.
I've been a wuss and haven't tried installing Ubuntu for a second time since I'm scared that what happened last time might happen again. Here's what someone else said in another thread. I never did this and I'm wondering whether it would change anything if I did it or not and whether this might actually be the reason why I wasn't able to boot into XP.
Last edited by a moderator: May 8, 2015 -
Go to my post and give it a try if you install Ubuntu again.
Triple-boot problem...
Discussion in 'Linux Compatibility and Software' started by Rakien, Apr 22, 2007.