Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Gentoo failed to start
Date: Thu, 31 Aug 2006 16:03:12
Message-Id: 20060831155624.16557.qmail@web35203.mail.mud.yahoo.com
1 Hi folks,
2
3 New installation - Gentoo amd64
4 Guide:- Gentoo Linux AMD64 Handbook
5 http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
6
7 Kernel - linux-2.6.17-gentoo-r7
8
9
10 # fdisk -l
11 /dev/hda1 * 83 System (for /boot)
12 /dev/hda2 83 Linux (for /)
13 /dev/hda3 82 swap
14 /dev/hda4 8e Linux LVM (for /usr /home /var /opt /tmp)
15
16 /vg/usr
17 /vg/home
18 /vg/var
19 /vg/opt
20 /vg/tmp
21
22
23 Installation went through quite smoothly except following problems
24 found:-
25
26 1)
27 # USE="-doc symlink" emerge gentoo-sources
28 .....
29 ......
30 * GNU info directory index is up-to-date.
31 * IMPORTANT: 7 config files in /etc need updating.
32 * Type emerge --help config to learn how to update config files.
33 * end *
34
35 # find /etc -iname '._cfg????_*'
36 No printout. Can't find the config files to be updated.
37
38
39 2)
40 # grep -v rootfs /proc/mounts > /etc/mtab
41 -
42 cursor hanging there
43
44 # grub install /dev/hda
45 df: Warning: cannot read table of mounted filesystems
46 df: Warning: cannot read table of mounted filesystems
47 Could not find device for /boot: Not found or not a block device.
48 * end *
49
50
51 3)
52 /boot/grub/grub.conf
53 default 0
54 timeout 30
55
56 title=Gentoo linux 2.6.17.-r7
57 root (hd0,0)
58 kernel /boot/kernel-2.6.17-gentoo-r7 root=/dev/hda2
59 * end *
60
61 Should I put (hd0,1) for my case? I followed the sample in the guide
62 book.
63
64
65 4)
66 # cat /etc/fstab
67 # <fs> <mountpoint> <type> <opts> <dump/pass>
68
69 # NOTE: If your BOOT partition is ReiserFS, add the notail option to
70 opts.
71 /dev/BOOT /boot ext2 noauto,noatime 1 2
72 /dev/ROOT / ext3 noatime 0 1
73 /dev/SWAP none swap sw 0 0
74 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
75 #/dev/fd0 /mnt/floppy auto noauto 0 0
76
77 # NOTE: The next line is critical for boot!
78 proc /proc proc defaults 0 0
79
80 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
81 * end *
82
83
84 On reboot only a black screen displayed. Please advise how to fix the
85 problem. TIA
86
87 B.R.
88 SL
89 --
90 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Gentoo failed to start Jarry <jarry@×××.net>
Re: [gentoo-user] Gentoo failed to start Richard Fish <bigfish@××××××××××.org>