ADVICE? Dual boot - in which order?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: ADVICE? Dual boot - in which order?

Post by Husse »

Yes it is possible but there is a BIG but...
As you could expect Windows does not give a damn about other operating systems so grub will be destroyed.
Luckily that's easy to fix.
Boot the live cd and follow the instructions in the wiki
http://www.linuxmint.com/wiki/index.php ... _your_grub
Of course read it at least once first and write down the number of your present Mint partition. This is simple and I've done it several times (not because of Windows though)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: ADVICE? Dual boot - in which order?

Post by Husse »

Add something like this to /boot/grub/menu.lst

Code: Select all

title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
makeactive
chainloader	+1
This is if you have grub in MBR and Windows in the first partition (sda1)
Husse

Re: ADVICE? Dual boot - in which order?

Post by Husse »

Judging from your posts grub is in MBR
This is the borderland between hard- and software
And it's only grub stage 1 we're discussing when we talk of where grub is....
Locked

Return to “Beginner Questions”