1829398 Members
1451 Online
109991 Solutions
New Discussion

Re: boot with two

 
nash11
Frequent Advisor

boot with two

I have two HD , both of them have a RH linux installed, I try to plug these two HD into one server and boot it , it will be crashed , it seems both of them are active mode , could advise is it possible to select one of them to boot as primary server ? thx.
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: boot with two

Sometimes, grub can be confused if you install two disks with Linux installed. I'm not sure the reason but maybe is because the root=LABEL="/" will match the two disks.

You can try setting the root to a specific disk. Edit the grub menu and replace the root entry for the selected kernel with something like:


root=/dev/sda3 #For scsi
root=/dev/hda3 #For IDE

You must know the partition that holds your root file system.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?

Re: boot with two

Check in BIOS which disk is recognised as master and which one as slave, if there is a conflict then check jumper setting on hdd.

-chakri