Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo failed to start
Date: Fri, 01 Sep 2006 04:40:01
Message-Id: 20060901043557.73269.qmail@web35206.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] Gentoo failed to start by Stephen Liu
1 Hi Richard and folks,
2
3 Further to my late posting, tried again still failed. Steps performed
4 as follows;
5
6 After activating lv, vg, mounting device, partitions, etc.;
7
8 # cd /mnt/gentoo
9 # mount -t proc none /mnt/gentoo/proc
10 # mount -o bind /dev /mnt/gentoo/dev
11 # chroot ./ ./bin/bash
12 All w/o complaint
13
14 # env-update
15 -/bin/bash:env-update:command not found
16
17 ignoring the above complaint and continued:
18 # source /etc/profile
19 # export PS1="(chroot) $PS1"
20 both w/o complaint
21
22 Edited /etc/fstab as follows;
23 /dev/hda1 /boot ext2 defaults,noatime 1 2
24 /dev/hda2 / ext3 noatime 0 1
25 /dev/hda3 / swap sw 0 0
26
27 /dev/vg/usr /usr ext3 noatime 0 1
28 /dev/vg/home /home ext3 noatime 0 1
29 /dev/vg/opt /opt ext3 noatime 0 1
30 /dev/vg/var /var ext3 noatime 0 1
31 /dev/vg/tmp /tmp ext3 noatime 0 1
32
33 /proc proc default 0 0
34 /dev/shm tmpfs nodev,nosuid,noexec 0 0
35
36 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
37 /dev/cdrom1 /mnt/cdwriter auto noauto,user 0 0
38 * end *
39
40
41 Ran
42 # grep -v rootfs /proc/mounts > /etc/fstab
43 No complaint
44
45
46 Exited chroot and umounted all devices and partitions. Rebooted PC.
47
48 Still failed, only a black screen with 2 "!" scatering on it. Neither
49 "grub>" displayed.
50
51 Tks
52
53
54 B.R.
55 SL
56 --
57 gentoo-user@g.o mailing list

Replies

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