NZLinuxMan wrote:Hey guys, i had linux mint 12 installed on my computer under dev/sda6
I then installed windows XP professional via USB, to a different partition.
All is going well, however, when i boot my computer, it loads straight into WinXP
I assume this is because of me only having one OS under the [operating systems] section of the boot.ini file.
I am wondering how do i add linux mint 12 to the file, so it gives me an option to boot either WinXP or Mint12 on startup.
I do not know what the partition number would be.
Thanks.
Hi,
To check partition no, use gparted. Boot into livee CD and open Gparted.
EDIT: CLI to check partition:
- Code: Select all
sudo blkid
- Code: Select all
sudo fdisk -l
EDIT2: 'l' is small letter 'L'
IF unsure, post outputs of these files as code.
If you have labeled hard drives like C: to OS E: Data, in windows XP, then it will show labels too, making it easy for identification.
GRUB is overwritten by windows bootloader.
As said by other posters, windows does not detect anything other than windows OS. GRUB detects Linux / MAC OS / Windows and maybe BSD.
So it's always better to install windows first and then install any Linux Distro.
There are 2 ways.
1. Reinstall GRUB for LIVE DVD. - this will have grub bootloader.
2. Add Linux Mint to windows bootloader.
1. follow these links
community tutorialPoint 13.
GRUB 2 GuideGrub 2 documentation2. Use
EasyBCD. It's a free windows program, which detects Linux OS. follow think link
http://www.linuxbsdos.com/2011/06/11/du ... windows-7/