Gentoo Archives: gentoo-user-de

From: Tamer Higazi <th982a@××××××××××.com>
To: gentoo-user-de@l.g.o
Subject: [gentoo-user-de] Block Device boot problem, brauche hilfe.
Date: Sat, 06 Sep 2008 16:09:48
Message-Id: 48C2AB53.6060308@gmail.com
1 Hi,
2 Ich kriege den Dreh nicht raus, herauszufinden was ich in der
3 Kernelkonfiguration (vermutlich) vergessen habe. Hoffe, ihr könnt mir
4 weiterhelfen.
5
6 Beim booten kriege ich die Fehlermeldung:
7
8 "Block device /dev/sda5 is not a valid root device".
9
10 Kann mir jemand da weiter helfen?
11
12 Hier ein Auszug meiner fstab und grub.conf: http://rafb.net/p/Z9WNgO61.html
13
14 Für jede hilfe bin ich dankbar.
15
16
17 Tamer
18
19
20 grub.conf:
21
22 # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
23 #
24 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
25 # If you are not using Genkernel and you need help creating this file, you
26 # should consult the handbook. Alternatively, consult the
27 grub.conf.sample that
28 # is included with the Grub documentation.
29
30 default 0
31 timeout 30
32
33 title Gentoo Linux 2.6.25-r7
34 root (hd0,0)
35 kernel /boot/kernel-genkernel-x86_64-2.6.25-gentoo-r7 root=/dev/ram0
36 init=/linuxrc ramdisk=8192 real_root=/dev/sda5
37 initrd /boot/initramfs-genkernel-x86_64-2.6.25-gentoo-r7
38
39 fstab:
40 # /etc/fstab: static file system information.
41 #
42 # noatime turns off atimes for increased performance (atimes normally aren't
43 # needed; notail increases performance of ReiserFS (at the expense of
44 storage
45 # efficiency). It's safe to drop the noatime options if you want and to
46 # switch between notail / tail freely.
47 #
48 # The root filesystem should have a pass number of either 0 or 1.
49 # All other filesystems should have a pass number of 0 or greater than 1.
50 #
51 # See the manpage fstab(5) for more information.
52 #
53
54 # <fs> <mountpoint> <type> <opts>
55 <dump/pass>
56
57 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
58 /dev/sda1 /boot ext2 noauto,noatime 1 2
59 /dev/sda5 / ext3 noatime 0 1
60 /dev/sda6 /opt ext3 noatime 0 1
61 /dev/sda7 /usr/local ext3 noatime 0 1
62 /dev/sda8 /home ext3 noatime 0 1
63 /dev/sda9 none swap sw 0 0
64 /dev/cdrom /mnt/cdrom audo noauto,ro 0 0
65 #/dev/fd0 /mnt/floppy auto noauto 0 0
66
67 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
68 # POSIX shared memory (shm_open, shm_unlink).
69 # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
70 # use almost no memory if not populated with files)
71 shm /dev/shm tmpfs
72 nodev,nosuid,noexec 0 0

Replies

Subject Author
Re: [gentoo-user-de] Block Device boot problem, brauche hilfe. Wolfgang Jankowski <Wolfgang.Jankowski@×××.de>
Re: [gentoo-user-de] Block Device boot problem, brauche hilfe. Dirk Heinrichs <dirk.heinrichs@××××××.de>