| Red Hat This forum is for the discussion of Red Hat 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-06-2004, 12:25 AM
|
#1
|
|
LQ Newbie
Registered: Apr 2004
Distribution: rh9
Posts: 1
Rep:
|
dual boot when linux on 1 drive, win on other drive, both scsi?
ok, so i have 2 LVD SCSI hard drives. the "c" drive is running win2k pro, and the second drive formerly known as "d" now has redhat 9. the only problem is that when both hard drives are plugged in it goes directly to windows, and once in windows it doesnt even recognize the second hard drive anymore. what really bugs me though is that as of now i have to unplug the first hard drive to even get to grub. any ideas?
thanks
|
|
|
|
04-06-2004, 01:20 PM
|
#2
|
|
Guru
Registered: Feb 2003
Location: Blue Ridge Mountain
Distribution: Debian Squeeze, Fedora 14
Posts: 7,268
Rep:
|
"as of now i have to unplug the first hard drive to even get to grub. any ideas?"
Install grub on the MBR of the first hard drive that the BIOS looks at when you boot, i.e. install grub on the other hard drive. You do this by changing /boot/grub/grub.conf and then running grub-install.
To fix grub you will have to get into RH9 with both hard drives plugged in. To do that boot into the RH9 install CD and go to rescue mode. Then mount your / partition (which I am assuming is /dev/scb3 and is an ext3 file system) and chroot:
mkdir /apple
mount -t ext3 /dev/scb3 /apple
chroot /apple
-----------------------
Steve Stites
|
|
|
|
04-08-2004, 08:08 AM
|
#3
|
|
LQ Newbie
Registered: Mar 2004
Distribution: Redhat 9
Posts: 13
Rep:
|
Same problem as I had
I had this exact problem.
Placing grub on the /mbr of the master drive will work fine.
ALTERNATIVELLY =
Make sure you have a working boot disk (Just incase)
An alternative if you do not want to go messing with the mbr is to simply enter your bios and tell it to boot off of the slave drive.
This will take you to grub which is installed on the first boot record of that drive (\boot). This method provides usefull if you ever need to format any of the drives, all of the opriginal \mbr's are still intact.
Do not switch the drives around and put windows as slave, it will not boot. For some reason windows will only boot if it isd master
Hope it works out for you
|
|
|
|
04-08-2004, 08:44 AM
|
#4
|
|
Member
Registered: Apr 2004
Location: Germany
Distribution: RedHat 9
Posts: 38
Rep:
|
hello ,
try what i will say and contact me back .
first boot in your redhat
type ( df -k ) cpmmand to know on which drive the /boot is mounted
say you found it /dev/sdb1
then type ( dd bs=512 count=1 if=/dev/sdb1 of=/win2k )
next mount your floppy disk , take the file win2k on a floppy
then reboot in your xp
copy the file win2k on the c
open the file boot.ini , hidden file , with notepad
add this line (( c:\win2k="linux" ))
then reboot with 2 disks on
it is assumed that you will find the linux option
try it , may it work .
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:18 AM.
|
|
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
|
|