LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-12-2005, 06:07 PM   #1
gqstud79
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Rep: Reputation: 0
Suse 9.1 & Windows XP dual boot issue


I installed Suse 9.1 on the primary master drive of my computer. Windows XP is residing on the secondary master drive. After I select "windows" from the grub boot menu, I get an error msg saying the following:

"root (hd1,0)
Filesystem type unknown, partition type 0x7
chainloader +1"

The contents of my grub menu.lst file are as follows:

title Windows
root (hd1,0)
chainloader +1

I have tried setting the both of my hard drives to lba mode, but this does not fix the problem. I have also tried repairing the partition table as described at the following url - hxxp://portal.suse.de/sdb/en/2004/05/fhassel_windows_not_booting91.html with no luck (this procedure worked on my laptop computer that had the same issue).

Does anyone have any other ideas that I can try to get this working? Thank you.
 
Old 02-12-2005, 07:52 PM   #2
bill1850
LQ Newbie
 
Registered: Feb 2005
Location: Michigan
Distribution: Suse 10
Posts: 16

Rep: Reputation: 0
I am having the same problem and have tried the same things that you have without any success. My situation is that I have only one harddrive and had installed Suse on an existing XP machine.

Have you looked at your partitions using Expert Partitioner? I am just curious what your partitions look like.
 
Old 02-12-2005, 11:27 PM   #3
gqstud79
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Original Poster
Rep: Reputation: 0
This is what Expert Partitioner shows:

/dev/hda 111.7GB ST3120026A
/dev/hda1 1011.8MB Linux swap swap 0 128
/dev/hda2 110.7GB Linux native / 129 14591
/dev/hdb 74.5GB WD800BB-00FRA0 0 9728
/dev/hdb1 37.6GB HPFS/NTFS /windows/C 0 4911
/dev/hdb2 36.8GB Extended 4912 9728
/dev/hdb5 36.8GB HPFS/NTFS /windows/D 4912 9728

I just accepted the default configuration that yast selected when I installed.
 
Old 02-13-2005, 04:42 PM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
I've done dual boot xp/SuSE with 9.0 and 9.2. 9.1 wasn't very good for a few things. You can download the SuSE-9.2-ftp-DVD.iso from ftp://ftp.suse.com/pub/suse/i386/9.2....2-FTP-DVD.iso or you can install via ftp with ftp://ftp.suse.com/pub/suse/i386/9.2...tallation.iso.
 
Old 02-13-2005, 05:35 PM   #5
oRg
LQ Newbie
 
Registered: Mar 2004
Distribution: SuSE 9.0Pro-9.1-9.2, Knoppix 3.4-3.6-STD, Red Hat Linux 7.0, Solaris 9
Posts: 13

Rep: Reputation: 0
There's an easier way than having two different HDD's to boot from. What I did is install SUSE 9.1 Pro on the same HDD as my WinXP but I just create a smallpartition just big enough for a large install (somewhere around 4 GB, you can choose which packages to install in YaST during the installation). Then what I did with my second HDD is partion alot for SUSE and a small amount (around 10 GB) for the WinXP partition. I do alot of gaming on WinXP and using winex for some of the games I use is buggy and some games don't work with it (like StarCraft: Broodwars). I think if you do it this way you'd be good. Then just use your second HDD (which would probably be called /dev/hdb1 or something like that) strictly for SuSE.
 
Old 02-14-2005, 04:18 AM   #6
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Quote:
Originally posted by gqstud79
This is what Expert Partitioner shows:

/dev/hda 111.7GB ST3120026A
/dev/hda1 1011.8MB Linux swap swap 0 128
/dev/hda2 110.7GB Linux native / 129 14591
/dev/hdb 74.5GB WD800BB-00FRA0 0 9728
/dev/hdb1 37.6GB HPFS/NTFS /windows/C 0 4911
/dev/hdb2 36.8GB Extended 4912 9728
/dev/hdb5 36.8GB HPFS/NTFS /windows/D 4912 9728

I just accepted the default configuration that yast selected when I installed.
Since Windows is installed on the second HDD, you need to apply the following trick in /boot/grub/menu.lst:
Code:
title windows
   root (hd1,0)
   makeactive
   chainloader +1
   map (hd0) (hd1)

   map (hd1) (hd0)
This makes Windows believe it resides on the primary HDD
See http://portal.suse.com/sdb/en/2002/0...grub_win1.html for more information.
 
Old 02-15-2005, 08:21 PM   #7
gqstud79
LQ Newbie
 
Registered: Jan 2005
Posts: 16

Original Poster
Rep: Reputation: 0
abisko00-

Thank you for the reply. I had already tried this before, but after looking at your post, I realized I had typed "map (hd0,hd1)" rather than "map(hd0) (hd1)". Everything is working fine now and I can boot into windows successfully. Thank you.
 
Old 02-16-2005, 03:04 AM   #8
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
Glad I could help, have fun!
 
  


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
SuSE 9.1 XP Dual boot issue… Hung at < loading Grub > LinuxHawk Linux - General 1 10-29-2004 02:09 AM
Need Help Loading Windows XP & SuSe Linux version 8.2---to Make a Dual Boot System Howerton Linux - Newbie 7 09-23-2004 02:49 PM
Dual boot issue w/ WinXP Pro & Mandrake 10 using GRUB Adam A Flynn Linux - General 6 06-08-2004 09:05 PM
Win2K/Suse 9.0 2 HDD Dual boot issue Larsin Linux - Hardware 3 02-17-2004 10:00 PM
2hd Windows / Linux dual boot issue zdavis Linux - Hardware 3 02-14-2004 12:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 04:08 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