Gentoo Archives: gentoo-user

From: Thufir <hawat.thufir@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: 7. Configuring the Kernel
Date: Sat, 17 Nov 2007 23:08:16
Message-Id: fhnrhs$46o$5@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: 7. Configuring the Kernel by Mick
1 On Sat, 17 Nov 2007 20:54:41 +0000, Mick wrote:
2
3 >> Booting 'gentoo Linux'
4 >>
5 >> root (hd1,0)
6 >> Filesystem type is ext2fs, partition type 0x83 kernel /kernel-has-alsa
7 >> root=/dev/hdb3
8 >>
9 >> Error 15: File not found
10 >> Press any key to continue...
11 >
12 > So if you look into /dev/hdb1 while mounted under /boot, can you see a
13 > file called "kernel-has-alsa"?
14
15
16 I don't understand your question, but does this answer it?
17
18 arrakis ~ #
19 arrakis ~ # mount
20 /dev/hdb3 on / type ext3 (rw,noatime)
21 proc on /proc type proc (rw)
22 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
23 udev on /dev type tmpfs (rw,nosuid)
24 devpts on /dev/pts type devpts (rw,nosuid,noexec)
25 /dev/hdb1 on /boot type ext2 (rw)
26 none on /dev/shm type tmpfs (rw)
27 /dev/mapper/VolGroup00-LogVol00 on /mnt/VolGroup00/LogVol00 type ext3
28 (rw,noexec,nosuid,nodev)
29 usbfs on /proc/bus/usb type usbfs
30 (rw,noexec,nosuid,devmode=0664,devgid=85)
31 arrakis ~ #
32 arrakis ~ # cat /etc/fstab
33 /dev/hdb1 /boot ext2 defaults 1 2
34 /dev/hdb2 none swap sw 0 0
35 /dev/hdb3 / ext3 noatime 0 1
36 none /proc proc defaults 0 0
37 none /dev/shm tmpfs defaults 0 0
38 /dev/VolGroup00/LogVol00 /mnt/VolGroup00/LogVol00 ext3
39 users,rw 0 0
40
41 arrakis ~ #
42 arrakis ~ # cat /etc/gentoo-release
43 Gentoo Base System release 1.12.9
44 arrakis ~ #
45 arrakis ~ # date
46 Sat Nov 17 14:55:04 PST 2007
47 arrakis ~ #
48 arrakis ~ #
49
50
51
52 To my knowledge, the partitions and discs are correct and consistent.
53
54
55
56 -Thufir
57
58 --
59 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: 7. Configuring the Kernel Dirk Heinrichs <dirk.heinrichs@××××××.de>