[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Grub



Hola tengo instalado Red-Hat, Debian y XP en mi PC pero no consigo que el 
grub del Red Hat me encuentre el kernel de debian. En teoria  funciona 
porque lo probe antes de instalar el Red Hat. El error que me da el grub 
es:
	kernel /vmlinuz 
	file not found
Os adjunto mi menu.lst o grub.conf por si veis algo mal.
Las particiones son:
	hda5=debian
	hda6=red-hat
	hda7=swap
con el XP en la primaria.
Muchas gracias.
# 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.18-14)
	root (hd0,5)
	kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/ hdc=ide-scsi
	initrd /boot/initrd-2.4.18-14.img
title DOS
	rootnoverify (hd0,0)
	chainloader +1
title debian
	root(hd0,4)
	kernel /vmlinuz

Reply to: