LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-15-2010, 03:39 AM   #1
ldmn
LQ Newbie
 
Registered: May 2010
Posts: 12

Rep: Reputation: Disabled
Smile Multi-boot - 2 Win XP + Linux (Mint) - with Grub (or GAG)?


Greetings,

would set up a 2 WinXP and 1 Linux(Mint) multi-boot config with the least efforts, and Linux know-how.

The way with GAG multiboot loader seems to be an easy way, but it seems dated, inconvenient especially without floppy drive.

Do you think it would be possible to make Grub2 of Linux Mint to accept 2 Win XPs as bootable partitions?
/Although without using GAG, the WinXP bootloader will take control for both XPs/. The threads in this topic seemed to be quite complex.

Would it be really too difficult to set up such a config for Grub2, and you rather recommend Virtualization (XP within Linux Mint)?

Thanx if thou hast some expertise to share.
 
Old 06-15-2010, 04:03 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Grub will handle it easiely - the difficulty is getting 2 XP systems independently on the disk; you have to hide the first during the install of the second. Too much trouble IMHO.
See saikee's post here
 
1 members found this post helpful.
Old 06-15-2010, 09:49 AM   #3
ldmn
LQ Newbie
 
Registered: May 2010
Posts: 12

Original Poster
Rep: Reputation: Disabled
Smile

Thanx for info!

Multi-boot is operational, and with this help hiding XP partitions was solved, too. ( As I faced a GRUB2 named danger...)

Relevant part of my Grub.cfg in /boot/grub:

Code:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
	insmod ntfs
	set root='(hd0,1)'
	parttool (hd0,1) hidden-
	parttool (hd0,2) hidden+
	parttool (hd0,1) boot+
	search --no-floppy --fs-uuid --set ae18c3ec18c3b19f
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "Microsoft Windows XP Professional (on /dev/sda2)" {
	insmod ntfs
	set root='(hd0,2)'
	parttool (hd0,2) hidden-
	parttool (hd0,1) hidden+
	parttool (hd0,2) boot+
	search --no-floppy --fs-uuid --set 2e7cbadd7cba9ed1
	drivemap -s (hd0) ${root}
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###
---my task chronology:
-installed xp1
-hid xp1 partition
-installed xp2
-installed linux Mint
-run gparted to remove hidden status from xp1 and xp2 partitions (several times...)
-amended grub.cfg (several times...)

--> had no more to do than to look like a satisfied hobbit after his 2nd supper.

Last edited by ldmn; 06-15-2010 at 04:21 PM. Reason: Victory is mine
 
Old 06-16-2010, 05:19 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Glad to hear it.
Thanks for posting that cfg - I continue to avoid grub2 as I still feel it's not up to standard, but I'll have to come to terms with it sometime.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux & Win XP multi boot problem shree23 Linux - Software 1 05-18-2006 08:50 AM
Multi boot problem (2 linux, 1 Win) Tim_Foust Linux - Newbie 5 10-06-2005 11:23 AM
multi boot win/linux? linuxnoobhelp Linux - Newbie 2 10-22-2004 09:52 PM
Multi-boot win/linux on SATA Raptor? phairest Linux - Newbie 10 04-04-2004 12:20 AM
GRUB, Multi Linux/Multi Disk Boot gtnorton Linux - Software 1 03-16-2003 03:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration