LinuxQuestions.org
Help answer threads with 0 replies.
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 01-23-2005, 05:58 PM   #1
nemofreak
LQ Newbie
 
Registered: Jan 2005
Location: In a box. A large box. With internet access.
Distribution: SuSE and Knoppix
Posts: 9

Rep: Reputation: 0
Multi-Booting Windows XP, Windows x64 and SuSE 9.1


I recently built a computer originally intended for rendering 3D frames, but I have decided to install Linux as well. I bought a Hitatchi SATA drive to install Windows on, and I have an IDE drive for Linux ((SuSE 9.1)). I am trying to install both Windows XP Home and x64 on the SATA drive, by simply splitting the drive in half with two partitions. Okay, no problems there.

I installed SuSE on my IDE drive, and put GRUB in charge. It detected Windows XP and I added Windows x64 manually. I rebooted, and got the GRUB bootloader screen. I choose XP, and it says something to the effect of “unknown file system.” Same with x64. Both OS’s are formatted in NTFS, for the record, and I told GRUB to live in my IDE drive’s MBR.

Any suggestions on how to get all three of the OS’s to cooperate with each other?

Thank you in advance for your time. System specs are below:

Mobo: MSI K8N Neo Platinum
Proc.: AMD Athlon 64 3400+ ClawHammer
Memory: 1 GB Corsair
HD’s: 120 GB SATA Hitatchi
120 GB IDE Western Digital
Distro: SuSE 9.1
 
Old 01-23-2005, 06:06 PM   #2
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
I would guess something is funky within grub - either it might be looking at the wrong drive, or the generic windows entry of
Code:
title:anything
rootnoverify
chainloader +1
needs to be modified. Can you please post the content of the /boot/grub/menu.lst file?

Peace,
JimBass
 
Old 01-23-2005, 07:46 PM   #3
nemofreak
LQ Newbie
 
Registered: Jan 2005
Location: In a box. A large box. With internet access.
Distribution: SuSE and Knoppix
Posts: 9

Original Poster
Rep: Reputation: 0
Here's the menu.lst file:

Code:
# Modified by YaST2. Last modification on Sun Jan 23 16:37:28 2005


color white/blue black/light-gray
default 0
timeout 8
gfxmenu (hd0,1)/boot/message

###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux
    kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 vga=0x31a splash=silent desktop resume=/dev/hda1 showopts
    initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP
    root (hd1,0)
    chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe
    kernel (hd0,1)/boot/vmlinuz root=/dev/hda2 showopts ide=nodma apm=off acpi=off vga=normal noresume nosmp noapic maxcpus=0  3
    initrd (hd0,1)/boot/initrd

###Don't change this comment - YaST2 identifier: Original name: Windows x64###
title Windows x64
    root (hd1,1)
    chainloader +1
Hope this helps.
 
Old 01-23-2005, 08:01 PM   #4
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
You see where it says -
Quote:
title Windows XP
root (hd1,0)
chainloader +1
It is looking for Windows on a hard disk. I think a sata drive will normally be /dev/sda. You might have the sata drive mapped to hd1, but I don't know how to check that. I think there is a device.map file that contains those mappings. Check that guy out, or maybe somebody else will read here and know how things should be set. I would guess that the sata would be sd0, and that should be tried in place of the hd1.

Peace,
JimBass
 
Old 01-23-2005, 08:11 PM   #5
nemofreak
LQ Newbie
 
Registered: Jan 2005
Location: In a box. A large box. With internet access.
Distribution: SuSE and Knoppix
Posts: 9

Original Poster
Rep: Reputation: 0
I read the device.map file and it said:

Code:
(hd0) /dev/hda
(hd1) /dev/hdg
Hda is my IDE drive, and hdg is my SATA. I don't know if this really matters, but my SATA drive shows up as the IDE fourth master in my BIOS, and my IDE drive shows up as the IDE primary master.
 
Old 01-23-2005, 11:23 PM   #6
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
DUH!

I'm stupid for not seeing this earlier - it should not read
Quote:
root (hd1,0)
It should read
Code:
rootnoverify (hd1,0)
That should clear up your problems, as it was looking for a root that doesn't exist under MS. Rootnoverify! You should make that change both to the regular XP entry, and the 64 bit as well.

The mappings looked fine, and it must have been the result of the AFC football game that caused me to mis the obvious answer. Just edit the file and you'll be all set I suspect.

Peace,
JimBass
 
Old 01-24-2005, 06:12 PM   #7
nemofreak
LQ Newbie
 
Registered: Jan 2005
Location: In a box. A large box. With internet access.
Distribution: SuSE and Knoppix
Posts: 9

Original Poster
Rep: Reputation: 0
No such luck...

When I changed it, I rebooted the system, GRUB's menu came up and I selected Windows XP. The screen went black for a moment, then took me back to the GRUB menu.
 
  


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
Multi Boot XP 64, SuSe 9.3 Fedora Core 4 and Windows 98 NobsterTheLobster Linux - General 2 07-08-2005 03:20 PM
Multi-booting with SuSE 9.2, Windows x64 and XP on two hard disks... nemofreak Linux - General 4 06-19-2005 09:41 PM
SuSE, FC & Windows multi-boot powah Linux - Newbie 10 04-26-2005 02:08 AM
Ahhh, Windows XP/suse 9.0 multi-boot problems. somedude88 Linux - Newbie 7 01-13-2005 02:36 PM
multi booting windows and linux vipo1 Linux - General 8 09-28-2004 04:08 AM

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

All times are GMT -5. The time now is 11:10 AM.

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