• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Red Hat/Win 98 Dual Boot Problem

edie

Junior Member
I am a long time Red Hat user. I recently added a new hard drive containing Windows 98 to my machine, so now I have a Win98 hd and a Linux hd. The problem is that the Win98 hd needs to be the primary "hda" in order to boot, however I already have Red Hat installed on what _used_ to be hda, so when I try to get into Linux the boot disks etc. can't find the old instalation because they are looking for the root parition on hda3, and now the computer thinks it is hdb3.

How do I fix this without reinstalling Linux? Can I just edit the partition table in the old install to point to hdb instead of hda? Seems risky. Would something like "Partition Magic" help me out?

Thanks for the help,
Edie
 
At the LILO prompt enter the new root directory:

LILO: root=/dev/hdb3

Should boot up and then you can edit your /etc/fstab and /etc/lilo.conf files accordingly.
 
Back
Top