Gentoo Archives: gentoo-user-es

From: "Roger D. Vargas" <roger@××××××××.cu>
To: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] kernel panic: no init found
Date: Sun, 02 Apr 2006 12:47:57
Message-Id: 37081.192.168.1.1.1143985793.squirrel@linux
In Reply to: Re: [gentoo-user-es] kernel panic: no init found by kooroc@gmail.com
1 >
2 > Se me ocurre que con genkernel usaras initrd y que al compilar el
3 > núcleo a pelo no, ¿puedes poner aquí tu grub.conf/lilo.conf?
4 He instalado gentoo unas 5 veces. Las dos primeras me pidio usar un
5 initrd. La tercera, aunque use genkernel, no necesite initrd. La cuarta,
6 compile a mano y no necesite nada. Justo ahora, la mas importante y
7 definitiva, no me funciona. Aqui esta el grub.conf (win xp arranca
8 perfectamente):
9
10 timeout 10
11 # By default, boot the first entry.
12 default 0
13 #splashimage=(hd0,1)/grub/splash.xmp.gz
14 # Fallback to the second entry.
15 fallback 1
16 # For booting GNU/Linux
17 title GNU/Linux
18 root (hd0,1)
19 kernel /boot/kernel-2.6.15 root=/dev/hda2
20 #initrd /initrd.img
21 # For booting Windows NT or Windows95
22 title Windows NT / Windows 95 boot menu
23 rootnoverify (hd0,0)
24 makeactive
25 chainloader +1
26 # For loading DOS if Windows NT is installed
27 # chainload /bootsect.dos
28 # For installing GRUB into the hard disk
29 title Install GRUB into the hard disk
30 root (hd0,0)
31 setup (hd0)
32 # Change the colors.
33 title Change the colors
34 color light-green/brown blink-red/blue
35
36 --
37 Roger D. Vargas
38 http://dsgp.blogspot.com
39
40 --
41 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] kernel panic: no init found Javier Barrio <coder@×××××.org>