HELP!! Trying to install new hard drive...

HELP!! Trying to install new hard drive...

Post by James Ayton, Jr » Thu, 18 Jan 2001 10:22:18



My set up is as follows...

I have an 18 gig hard drive with Windows 2000 and Windows 98 dual booting,
this drive is C:\, and is connected to my Ultra ATA66 controller.

I have a 4 gig drive with Corel Linux that is connected to the IDE
connector on the mother board.  The Linux controls the MBR, as Corel's OS
loader pops up on start up, and I can select either Linux or Windows.  If I
select Windows, it goes to Windows 2000 OS Loader to select between 2000 and
98.

I want to add a new 45 Gig drive as D: to the Ultra ATA66 controller.
However, all drives connected to this controller are assigned drive letters
before the IDE connectors on the mother board are.  So, if I have them all
connected, all I see are the letters 'LI' when I start up.  Is there a way
to tell the MBR that the Corel's Linux OS Loader is on drive E: now?

Thanks,
James Ayton, Jr.

 
 
 

HELP!! Trying to install new hard drive...

Post by Donald Arsenea » Thu, 18 Jan 2001 11:41:28



Quote:> I want to add a new 45 Gig drive as D: to the Ultra ATA66 controller.
> However, all drives connected to this controller are assigned drive letters
> before the IDE connectors on the mother board are.  So, if I have them all
> connected, all I see are the letters 'LI' when I start up.  Is there a way
> to tell the MBR that the Corel's Linux OS Loader is on drive E: now?

Unplug your new drive so you can boot Linux.

Boot Linux

Log in as root

cd /etc

cp fstab fstab_2disk

edit fstab, changing "/dev/hdb*" to "/dev/hdc*"
(If there are any /hdc entries already, change them to /hdd first.)

cp lilo.conf lilo.conf.2disk

edit lilo.conf, changing "root=/dev/hdb*" to "root=/dev/hdc*"

run /sbin/lilo

You might have some references to hdb in modules.conf or
auto.*, so edit those too.

Shutdown

Plug in new disk drive

Boot Linux.

(I hope I got that right)