LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Suse/Novell
User Name
Password
Suse/Novell This Forum is for the discussion of Suse Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 10-22-2005, 09:12 PM   #1
kurtwisener
Member
 
Registered: Jul 2004
Location: Austin, TX
Distribution: Slackware
Posts: 50

Rep: Reputation: 15
Windows XP/OpenSUSE problem


So I know that others have posted on this but I have a sneaking suspicion that my situation may be unique. Here's what I did, and with what.

AMD Athlon64 3500+ on a Gigabyte GA-K8NF-9 with a Seagate 200GB IDE drive as master and a Western Digital 60GB ide drive as slave. I used the Seagate Drive Utility (DiskWizard SE) to format both drives as NTFS. The next setup option stated that I had to choose whether or not to designate the second drive as a boot drive or extra storage. I chose to install the drive as a boot drive. I assume this wrote an MBR to it and adjusted my BIOS accordingly. Next I installed Windows XP Pro SP2 to the second drive. My thought was that it would simply write the NTLDR crap to the second drive and avoid writing anything to the first drive, upon which I then installed OpenSUSE. The good news is that SUSE runs great, the bad news is XP has decided to hide.

I checked the second drive and it has the Windows installation on it but when I tried to add the appropriate entry to my /grub/menu.list it just yielded a black screen displaying the grub entry:
Code:
rootnoverify (hd1,0)
etc...

now to the questions:

Is my MBR on the wrong drive?
Can I just boot from my Windows disc and pull a FIXMBR and install grub natively?
Should I just say &^ck all, whack out Windows and pray that Cedega will actually work this time?

-Kurt
 
Old 10-23-2005, 12:22 AM   #2
cdhgee
Member
 
Registered: Oct 2003
Location: St Paul, MN
Distribution: Fedora 8, Fedora 9
Posts: 513

Rep: Reputation: 30
What I would suggest is that you have an MBR on each physical drive - on the master for GRUB and on the slave for Windows. If you disable the master drive in the BIOS, then boot off your XP CD and do FIXBOOT and FIXMBR that should cure the XP problem. Then re-enable the master drive, and you should be able to boot your OS of choice.
 
Old 10-23-2005, 03:03 AM   #3
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
Did XP run before you installed SUSE?
 
Old 10-23-2005, 04:56 PM   #4
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 229Reputation: 229Reputation: 229
I think cdhgee is right on. Because XP could see both drives, it probably put its MBR on the master. You then wiped it out w/ GRUB. His fix should work provided you truly disable the master drive during the repair. Physically disconnecting it would not be too drastic, although disabling in the BIOS should work too.
 
Old 10-24-2005, 02:18 AM   #5
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
Edit your grub config as and add this line:

Code:
rootnoverify (hd1,0)
chainloader +1
 
Old 10-24-2005, 07:13 AM   #6
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 229Reputation: 229Reputation: 229
Reviewing the thread:
  1. Quote:
    Edit your grub config as and ...
    I assume you meant:
    Quote:
    "Edit your grub config as root and ..."?.
    Don't forget that the "grub config" is now called /boot/grub/menu.list.
  2. The complete XP stanza would look like this:
    Code:
    title XP
    rootnoverify (hd1,0)
    makeactive
    chainloader +1
    Don't forget a title line to let GRUB know it's a new section, as well as what to display on the menu screen at boot. The 'makeactive' is a bit of insurance, "Winders" sometimes requires it.
    Code:
    rootnoverify (hd1)
    Will work just as well if the "Winders" MBR is installed on the slave.
  3. Did XP run before you installed SUSE?
  4. Come to think of it I would change one of cdhgee's words -- from:
    Quote:
    What I would suggest is that you have an MBR on each physical drive - on the master for GRUB and on the slave for Windows.
    to:
    Quote:
    What I would suggest is that you want an MBR on each physical drive - on the master for GRUB and on the slave for Windows.
    What you probably have is the "Winders" MBR on the primary & nothing on the slave.
  5. Let me say again that the method in cdhgee's post #2 is sound & will make your "Winders" installation independent of your GNU/Linux.
  6. Quote:
    ... but when I tried to add the appropriate entry to my /grub/menu.list it just yielded a black screen displaying the grub entry:
    How did you try to add that "appropriate entry"? -- What editor were you using?

    Maybe it's time to ask you to post your /boot/grub/menu.list, preferably in a "Code" block.
  7. If you don't have it already, here is the GRUB Manual. If you lose the link, Google on "gnu grub manual" (include the quotes).
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
openSUSE dhcp problem Nimrod_NiT Suse/Novell 6 12-04-2005 06:59 PM
How to enable 2 NICs and share internet to a windows PC using Opensuse 10.0 OSS mailavj Suse/Novell 8 11-16-2005 01:06 PM
Install/Boot problem with OpenSuSE 10 FKereki Linux - Laptop and Netbook 0 10-19-2005 11:19 AM
Problem Burning openSuSe IanPappas Suse/Novell 4 10-07-2005 03:27 AM
problem installing opensuse 10 rc1... egcoder Suse/Novell 1 09-16-2005 02:01 PM


All times are GMT -5. The time now is 03:57 AM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration