Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New kernel does not boot up on remote host
Date: Thu, 05 Jul 2007 23:26:54
Message-Id: 468D7CC2.5040604@bellsouth.net
In Reply to: Re: [gentoo-user] New kernel does not boot up on remote host by Galevsky
1 Galevsky wrote:
2 >
3 >
4 > Thank you Dan, but I did it before, and boot.log remains empty. In
5 > fact, the new kernel boot turns on like grub couldn't find the kernel
6 > image....
7 >
8 > < SNIP >
9 >
10 > and my grub.conf:
11 >
12 > ### START (grub.conf)
13 > sd-4421 boot # cat /boot/grub/grub.conf
14 > # Customized boot procedure
15 >
16 > default 0
17 > timeout 1
18 > #fallback 1 2
19 >
20 > title Gentoo Linux 2.6.16-gentoo_xen_dom0
21 > root (hd0,0)
22 > kernel /boot/vmlinuz-2.6-xen ro root=/dev/sda2
23 >
24 >
25 > title Gentoo Linux 2.6.20-r8
26 > root (hd0,0)
27 > kernel /boot/vmlinuz-2.6.20-gentoo-r8 ro root=/dev/sda2
28 >
29 >
30 > title Gentoo Linux 2.6.18-r4-dedibox_r6_final
31 > root (hd0,0)
32 > kernel /boot/ref/2.6.18-gentoo-r4dedibox_r6_final ro root=/dev/sda2
33 > ### END (grub.conf)
34 >
35 > Well, let's try a boot on kernel /boot/vmlinuz-2.6-xen
36 >
37 > => box not responding..... and via the rescue system:
38 >
39 > # ls /mnt/sda2/var/log/
40 > portage user.log xen
41 > # more /mnt/sda2/var/log/user.log
42 > Jul 6 00:12:30 sd-4421 shutdown[4571]: shutting down for system reboot
43 >
44 > thus no log at all (xen log also empty).
45 >
46 >
47 > Gal'
48
49 This is my grub.conf entry:
50
51 > title Gentoo new kernel
52 > kernel (hd0,0)/bzImage-2.6.20-r8-3 root=/dev/hda6 ide0=ata66
53 > ide1=ata66 vga=788
54 Note the missing /boot before the kernel? If you have /boot on a
55 separate partition, you need to remove the /boot and make it read
56 something like kernel /vmlinuz-2.6.20-gentoo-r8 ro root=/dev/sda2 Keep
57 in mind, the root partition is not mounted when it loads the kernel.
58 That is mounted later.
59
60 I hope that helps.
61
62 Dale
63
64 :-) :-)
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New kernel does not boot up on remote host Galevsky <galevsky@×××××.com>