LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Gruby problem with 2 HDD and 3 OS's (https://www.linuxquestions.org/questions/linux-newbie-8/gruby-problem-with-2-hdd-and-3-oss-106044/)

hugeness 10-19-2003 05:04 PM

Gruby problem with 2 HDD and 3 OS's
 
Hello!

Installed RH 9 just fine, running alongside w2k on a 60gb drive, now I'd like to put back my old 10gb drive running win98 (cos its got all my lovely stuff on it).
Is it easy to reconfigure grub so i get a choice of the 3 operating systems to boot up when i start the machine?
I have tried ratching through all the lines of sample code I can find - but got no-where (just to here).
Thank you!

aaa 10-19-2003 05:12 PM

It's easy to configure GRUB. Just select an entry you want to edit, and press 'e'. The hardest part is it's naming convention. Note that since you'll probably have to put the 10gb drive as the first one, you'll have to edit certain files in Linux and Windows. The files I can think of right now are C:\boot.ini for Windows, /etc/fstab for Linux, and /etc/grub.conf for GRUB.

aaa 10-19-2003 05:18 PM

More detail is needed if you want to know exactly what to edit in the files.
Where will the 60gb drive go (Win98 insists on being first)? (primary master, primary slave, etc...)
What partitions are on the 60gb?

hugeness 10-19-2003 05:45 PM

Hi,
thanks for the reply.
I can put the drives anyway around that makes the best/easiest setup - I hadn't realised that could be a problem (oops#2).
Just tried to recap the partition info by looking at Kickstart, but for some reason the partition info is blank. Roughly - got win2k on 20Gb, 10Gb fat32 for file sharing, Linux swap boot and system on 30Gb and somehow managed to keep 10Gb unformatted!

hugeness 10-19-2003 05:47 PM

(That should be Linux 20Gb) the second hard drive is just a straightforward win98 drive.
thanks.

aaa 10-19-2003 08:30 PM

Possible steps: Install Win98 hd>Install GRUB to this hd>If Red Hat works, proceed to next step, if not the /etc/fstab may need to be edited>Edit Windows2k's boot.ini (and possible other things)
Where will the 60gb hd go? (primary slave, secondary master, etc.)
Give us the output of these commands:
This will give the contents of the fstab file:
cat /etc/fstab
This will list partitions (your earlier description did not tell us which partitions were primary and which were logical):
fdisk -l
This will give the contents of the grub configuration file:
cat /etc/grub.conf
You may not have edit the fstab file, for Red Hat may have set it up so it would not be affected by the changes your about to make. You may need to adjust the drive letters in Win2k.

aaa 10-19-2003 08:39 PM

Type these in a terminal/command line (such as xterm, gterm, konsole)

hugeness 10-21-2003 11:11 AM

Sorry for the delay - have reinstalled the rh 9, but left out the win2k for now! so working okay. I'll have another crack at it when i'm a bit more experienced. Thank you.


All times are GMT -5. The time now is 06:46 PM.