SUSE / openSUSE This Forum is for the discussion of Suse Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-27-2007, 03:47 PM
|
#1
|
Member
Registered: Nov 2003
Location: Huntsville, AL
Distribution: RHEL, Solaris, OSX, SuSE
Posts: 419
Rep:
|
Dual-boot SUSE 10.2 64-bit and Windows XP 64-bit
I have a 64-bit computer that I have Windows XP 64-bit running on and I decided to throw another SCSI drive into it and install Suse 10.2 64-bit. The install went flawlessly. It left my Windows drive alone and installed on the new drive. When I boot the machine GRUB placed start point for my new Linux install and also one from my Windows install. Suse boots up just great...My windows link doesn't work though. When I select "Windows" it looks like it's going to start, but nothing happens. Any ideas?
|
|
|
03-27-2007, 04:36 PM
|
#2
|
Member
Registered: Aug 2006
Location: Detroit!
Distribution: Ubuntu 7.04
Posts: 182
Rep:
|
Does it give an error message? If so, what?
--Drew
|
|
|
03-27-2007, 05:06 PM
|
#3
|
Member
Registered: Nov 2003
Location: Huntsville, AL
Distribution: RHEL, Solaris, OSX, SuSE
Posts: 419
Original Poster
Rep:
|
It doesn't give an error. I just displays what's below and stops.
Code:
rootnoverify (hd0,0)
ChanLoader (hd2,1)+1
When I proc out what SCSI I have, this is what I see.
Code:
Host: SCSI6 Channel: 00 ID: 00 Lun: 00 #This is storage drive
Host: SCSI6 Channel: 00 ID: 01 Lun: 00 #This is my Windows Drive
Host: SCSI6 Channel: 00 ID: 02 Lun: 00 #This is my Linux Drive
I hope this information helps.
|
|
|
03-27-2007, 07:16 PM
|
#4
|
Member
Registered: Aug 2006
Location: Detroit!
Distribution: Ubuntu 7.04
Posts: 182
Rep:
|
hmm.. could you give /boot/grub/menu.lst ?
|
|
|
03-27-2007, 08:46 PM
|
#5
|
Member
Registered: Jan 2006
Location: Austin
Distribution: openSUSE 11.2
Posts: 167
Rep:
|
Grub Menu.lst Boot Windows From Different Hard Drive
When you boot from a different hard drive than Windows is loaded on, you may have a problem because the Logical Drive Designation is wrong. The Boot drive always becomes HD0 and if Windows is installed on another drive, it will become HD1. Since Windows was loaded when it was HD0, it may fail to startup correctly from Grub's menu.lst file using the default settings. Why not modify your /boot/grub/menu.lst file using the Kate text editor loaded from the konqueror file manager in super user mode to look like this:
###Don't change this comment - YaST2 identifier: Original name: windows###
title Windows XP Pro
rootnoverify (hd1,0)
chainloader +1
map (hd0) (hd1)
map (hd1) (hd0)
The last two commands is what does the trick, by swapping the logical drive designations HD0 and HD1 so that Windows starts up like normal as HD0.
Thank You,
|
|
|
All times are GMT -5. The time now is 12:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|