Gentoo Archives: gentoo-user

From: Gilberto Martins <zigotto@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Problems with GRUB in the installation of Gentoo
Date: Sun, 12 Feb 2006 22:36:59
Message-Id: e4780a290602121423m3fa19640q@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Problems with GRUB in the installation of Gentoo by Bo Andresen
1 Hi again !!!
2
3 > Perhaps you should post the output of:
4 >
5 > #ls -l /boot
6 > #cat /boot/grup/grub.conf
7
8 There it goes:
9
10 livecd / # ls -l /boot
11 total 2231
12 lrwxrwxrwx 1 root root 1 Feb 11 09:22 boot -> .
13 -rw-r--r-- 1 root root 32414 Feb 12 16:06 config-gentoo-2.6.12-gentoo-r10
14 drwxr-xr-x 2 root root 1024 Feb 12 13:16 grub
15 -rw-r--r-- 1 root root 2227076 Feb 12 16:01 kernel-gentoo-2.6.12-gentoo-r10
16 drwx------ 2 root root 12288 Feb 10 22:44 lost+found
17 livecd / # cat /boot/grub/grub.conf
18 default 0
19 timeout 0
20 #splashimage=(hd0,0)/grub/splash.xpm.gz
21
22 title Gentoo Linux 2.6.12.gentoo-r10
23 root (hd0,0)
24 kernel /kernel-gentoo-2.6.12-gentoo-r10 root=/dev/hdb3
25
26 #title Linux Testing
27 #rootnoverify (hd0,4)
28 #makeactive
29 #chainloader +1
30
31 livecd / #
32
33 Note that I started the gentoo boot disk, mounted it all, using the
34 folowing commands:
35
36 mount /dev/hdb3 /mnt/gentoo
37 mount /dev/hdb1 /mnt/gentoo/boot
38 swapon /dev/hdb2
39 mount -t proc none /mnt/gentoo/proc
40 mount -o bind /dev /mnt/gentoo/dev
41
42 and also chroot-ed it ...
43
44 chroot /mnt/gentoo /bin/bash
45 env-update
46 source /etc/profile
47
48
49 I appreciate your help a lot.
50 Thanx.
51
52 --
53 gentoo-user@g.o mailing list

Replies