Double boot. Kernel Panic ....

Top Page

Reply to this message
Author: Regis.Gras
Date:  
To: Julien VIVENOT
CC: guilde
Subject: Double boot. Kernel Panic ....

J'ai effectivement eu un probleme de double boot avec une RedHat 9.0 et
une RedHat 7.3

J'utilise grub et vous lilo, mais ca ne doit pas grand chose sur le
principe.

Voici, le grub.conf FAUX, généré a l'installation
=======================================================================
FAUX
=======================================================================

# 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 (hd0,8)
#          kernel /boot/vmlinuz-version ro root=/dev/sda9
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
        root (hd0,8)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/1 hdc=ide-scsi
        initrd /boot/initrd-2.4.20-8.img
title Red Hat 7.2
        rootnoverify (hd0,0)
        chainloader +1



Et voici la correction due à Olivier Allard-Jacquin
=======================================================================
CORRECTION
=======================================================================

# 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 (hd0,5)
#          kernel /boot/vmlinuz-version ro root=/dev/hda6
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,5)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
        root (hd0,5)
        kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/1
        initrd /boot/initrd-2.4.20-8.img
title Red Hat (2.4.18-3)
        root (hd0,0)
        kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hda1
        initrd /boot/initrd-2.4.18-3.img




J'espere que cela vous sera utile.

Bien cordialement

-- 
*-----------------------------------------------------------------------*
* Regis Gras  LEGI HMG, Rue de la piscine                              
*
*             Domaine Universitaire 38402 Saint Martin D'Heres         
*
*             Tel (33) 04 76 82 51 31     Fax (33) 04 76 82 52 71      
*
*             e-mail Regis.Gras@???                            
*
*-----------------------------------------------------------------------*