Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Installing 2006.1 from the livedvd - is it really possible?
Date: Thu, 14 Sep 2006 20:36:20
Message-Id: loom.20060914T220516-289@post.gmane.org
In Reply to: [gentoo-user] Installing 2006.1 from the livedvd - is it really possible? by Helmut Jarausch
1 Helmut Jarausch <jarausch <at> igpm.rwth-aachen.de> writes:
2
3
4 > GenToo (at least the 2006.1 livedvd) is driving me nuts.
5 > I have tried several installations (more than 6) and they all
6 > fail by e.g.
7
8 > So, what can I do?
9
10
11 Hello Helmut,
12
13 It's a good thing I'm very stubborn, as I too have had troubles with
14 the 2006.1 livecd installation methods.
15
16 I have had several successes; here's how I do it.
17
18 first, I select a networkless install (dumb down the choices
19 for the livedcd). following the gui config screens,
20 I do select eth0 and set it up for a static ip.
21 In general make the least changes to to the
22 default, dumbed_down networkless install as
23 possible, once you get a kernel installed
24 from the stage 3, you can build a kernel.
25
26 As an interim grub.conf entry, I used this:
27 .............................................
28 #0
29 title=Gentoo Linux
30 root (hd0,1)
31 kernel /kernel-genkernel-x86_64-2.6.17-gentoo-r7 root=/dev/ram0 init=/linuxrc
32 ramdisk=8192 real_root=/dev/hda6
33 initrd /initramfs-genkernel-x86_64-2.6.17-gentoo-r7
34 #1
35 title=Gentoo 2.6.17-gentoo-r5 using init
36 root (hd0,1)
37 kernel /kernel-2.6.17-gentoo-r5 root=/dev/ram0 init=/linuxrc ramdisk=8192
38 real_root=/dev/hda6
39 initrd /initramfs-genkernel-x86_64-2.6.17-gentoo-r7
40 #2
41 title=Works...Gentoo Linux 2.6.17-gentoo-r5
42 root(hd0,1)
43 kernel /boot/kernel-2.6.17-gentoo-r5 root=/dev
44 .................................................
45
46 the first entry (#0) was the created by the installation
47 process. I build a kernel, kernel-2.6.17-gentoo-r5, manually and used
48 a similar entry (#1) to get the machine to
49 boot the kernel I built from gentoo-sources.
50 #2 is the my standard grub.conf entry found
51 on my machines.... The default was
52 a gentoo-r7 kernel. I then used the
53 gentoo-r5 sources to build the first
54 kernel and then the gentoo-r7 sources
55 to build the current kernel.
56
57 It's a cautious approach, but it worked.
58
59 the only packages I install, from the liveCD
60 are vim and slocate. Everthing else was after
61 I got the machine up on my kernel and sync/update
62 the machine before adding new software. Also at
63 that time, I performed major surgery on the
64 USE flag in make.conf......
65
66 The networkless install option will not
67 let you change the USE flags in /etc/make.conf. USE
68 the USE defaults..... you can change them later.
69 (I know this defeats the purpose, but it's the
70 only way I could get livedCD 2006.1 to work....(YMMV)
71 I not certain this is the hangup on livecd 2006.1, but,
72 it's what I did to get the dam 2006.1 livecd to work....
73 I'd like to hear from others their experiences and
74 work-arounds.
75
76 Last make sure in the screen that allows you to select the
77 arch (in the lower left hand corner) you get that
78 correct and as specific a possible. I discovered
79 that the K6 arch was eliminated and I had to use
80 2006.0 media with a i586 stage 3 . K-6 install
81 failed to work with any media labled 2006.1.
82 the amd64 and P4 did work eventually using 2006.1
83 install media(livedCD).
84
85 I was hoping that installing newer arch's would be
86 smoother, but, alas, I had to do the same thing
87 with a amd64 (turion) an an Intel P4.....networkless
88 to get it to work. If you configure the ethernet
89 during the networkless install and select sshd to
90 start automatically, then upon reboot, you can
91 ssh into the machine and finish the install.
92 .......................................
93 all in all, I had hoped that the livecd 2006.1
94 would be quick to set up and run to completion,
95 unattended. That goal remains elusive, and I'd
96 really like to know if I'm just too stupid
97 to use the 2006.1 livecd or if others experience
98 trouble too?
99
100 It may be quicker to use the old manual installation
101 method.....
102
103 NOTE: I've used lots of installation media from a variety
104 of BSD and linux variants, with little or no trouble.....
105
106 YMMV,
107 HtH,
108
109 James
110
111
112
113
114
115
116 --
117 gentoo-user@g.o mailing list