On Sun, 2 Mar 2003, Peter Eis wrote:

> 
> 
> Jorge Almeida wrote:
> 
> >On Sun, 2 Mar 2003, Peter Eis wrote:
> >
> >  
> >
> >>Hi Jorge
> Sounds really strange. I don't think the problem on your system is 
> related with the sound system or the power supply and I never heard of 
> problems caused by booting different perating systems.
> Maybe the problem is really just caused by the 2nd hd.
> Is the new disk mounted by gentoo?
> If yes, does the problem dissapear if you don't mount the new drive (or 
> temporary remove it)?
> Could be that gentoo uses different access mode to the drive than 
> RedHat. Did you compare the boot logs?
> 
> Peter
> 

No, gentoo doesn't try to mount the second HD. Are the boot logs still 
preserved somewhere? I didn't do dmesg then, as I didn't notice any 
problem booting.
Well, I also changed bootloader when I installed the second disk 
(/dev/hdb). I had 
lilo in the MBR of /dev/hda, and now I have grub also in the same place. 
The lilo bootloader of the MBR passed control to the boot sector of the 
gentoo partition, whivh also had (and still has)  grub. Now, the 
grub in the MBR boots gentoo 
directly.
My /boot/grub/menu.lst of the redhat part (corresponding to the MBR of 
/dev/hda):
[EMAIL PROTECTED] root]# more /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this 
file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd1,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hdb2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
vga=792
#splashimage=(hd1,1)/boot/grub/splash.xpm.gz
splashimage=(hd0,14)/boot/grub/splash.xpm.gz
title RH8.0
        root (hd1,1)
        kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/1 hde=ide-scsi
        initrd /boot/initrd-2.4.18-14.img

(...)

title gentoo
        root (hd0,14)
        kernel (hd0,14)/boot/bzImage ro root=/dev/hda15 hde=ide-scsi

My /boot/grub/menu.lst of the gentoo partition (/dev/hda15) controlling 
the boot sector of /dev/hda15 :
[EMAIL PROTECTED] root]# more /mnt/gentoo/boot/grub/menu.lst
default 0
timeout 30
splashimage=(hd0,14)/boot/grub/splash.xpm.gz

title=Gentoo
root (hd0,14)
kernel /boot/bzImage root=/dev/hda15 hde=ise-scsi

 -- 
Jorge Almeida


--
[EMAIL PROTECTED] mailing list

Reply via email to