Gentoo Archives: gentoo-user

From: Daniel da Veiga <danieldaveiga@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] livecd install problems
Date: Sun, 19 Mar 2006 18:35:12
Message-Id: 342e1090603191021q63426e31h7f158f6a7d86aee5@mail.gmail.com
In Reply to: [gentoo-user] livecd install problems by David Relson
1 On 3/19/06, David Relson <relson@×××××××××××××.com> wrote:
2 > G'day,
3 >
4 > I'm trying to install the livecd (livecd-i686-installer-2006.0.iso) on
5 > a PII-450 machine with 256MB ram and an 18GB Fujitsu hard drive. The
6 > machine is on a 192.168.1.x LAN with 192.168.1.2 providing DNS and DSL
7 > firewall services. The installation fails :=< Copies of
8 > installprofile.xml, clientconfiguration.xml, and installer.log.failed
9 > are below.
10 >
11 > All my attempts at installing have failed so far. Suggestions as to
12 > what's wrong (and help in getting around the problems) would be appreciated !
13 >
14 > Thanks.
15 >
16 > David
17 >
18 > #### /var/log/installer.log.failed
19 >
20 > GLI: March 19 2006 17:54:40 - Setting root password.
21 > GLI: March 19 2006 17:54:42 - Livecd root password set.
22 > GLI: March 19 2006 17:54:46 - Portmap started.
23 > GLI: March 19 2006 17:54:46 - Completed pre_install steps
24 > GLI: March 19 2006 17:58:21 - Partition table for /dev/sda is unchanged...skipping
25 > GLI: March 19 2006 17:58:26 - Exception received during 'Mount local partitions': MountError :FATAL: mount_local_partitions: Could not mount a partition
26 > GLI: March 19 2006 17:58:26 - Traceback (most recent call last):
27 > GLI: March 19 2006 17:58:26 - File "/opt/installer/GLIClientController.py", line 165, in run
28 > self._install_steps[self._install_step]['function']()
29 > GLI: March 19 2006 17:58:26 - File "/opt/installer/GLIArchitectureTemplate.py", line 441, in mount_local_partitions
30 > raise GLIException("MountError", 'fatal','mount_local_partitions','Could not mount a partition')
31 > GLI: March 19 2006 17:58:26 - GLIException: MountError :FATAL: mount_local_partitions: Could not mount a partition
32 >
33
34 Well, it seems the installer was unable to mount /mnt/gentoo, that
35 will be your root mountpoint (the "/" in the device), you have told
36 the installer not to format the partitions, that could be one of the
37 reasons why it can't mount it, because simply there's no filesystem on
38 the device. Another option is that you have mounted the device
39 already.
40
41 Do you have anything else on the disk? Another partition or
42 filesystem? Something that you don't wanna loose? If not, I suggest
43 you tell the installer to format the partitions...
44
45
46 > #### clientconfiguratin.xml
47 >
48 > <?xml version="1.0" ?>
49 > <client-configuration>
50 > <network-gateway>
51 > 192.168.1.2
52 > </network-gateway>
53 > <http-proxy/>
54 > <network-ip>
55 > 192.168.1.30
56 > </network-ip>
57 > <rsync-proxy/>
58 > <ftp-proxy/>
59 > <verbose>
60 > False
61 > </verbose>
62 > <enable-ssh>
63 > False
64 > </enable-ssh>
65 > <install-mode>
66 > normal
67 > </install-mode>
68 > <root-mount-point>
69 > /mnt/gentoo
70 > </root-mount-point>
71 > <profile-uri/>
72 > <network-type>
73 > static
74 > </network-type>
75 > <network-netmask>
76 > 255.255.255.0
77 > </network-netmask>
78 > <log-file>
79 > /var/log/installer.log
80 > </log-file>
81 > <network-interface>
82 > eth0
83 > </network-interface>
84 > <root-passwd>
85 > **********************************
86 > </root-passwd>
87 > <network-dhcp-options/>
88 > <architecture-template>
89 > x86
90 > </architecture-template>
91 > <network-broadcast>
92 > 192.168.1.255
93 > </network-broadcast>
94 > <interactive>
95 > True
96 > </interactive>
97 > <dns-servers>
98 > 192.168.1.2
99 > </dns-servers>
100 > <kernel-modules/>
101 > </client-configuration>
102 >
103 >
104 >
105 > #### installprofile.xml
106 > <?xml version="1.0" ?>
107 > <gli-profile>
108 > <kernel-build-method>
109 > genkernel
110 > </kernel-build-method>
111 > <cron-daemon>
112 > vixie-cron
113 > </cron-daemon>
114 > <domainname>
115 > localdomain
116 > </domainname>
117 > <portage-snapshot>
118 > file:///mnt/cdrom/snapshots/portage-20060123.tar.bz2
119 > </portage-snapshot>
120 > <kernel-source>
121 > livecd-kernel
122 > </kernel-source>
123 > <install-pcmcia-cs>
124 > False
125 > </install-pcmcia-cs>
126 > <time-zone>
127 > America/New_York
128 > </time-zone>
129 > <install-distcc>
130 > False
131 > </install-distcc>
132 > <boot-device>
133 > /dev/sda
134 > </boot-device>
135 > <dynamic-stage3>
136 > True
137 > </dynamic-stage3>
138 > <kernel-bootsplash>
139 > False
140 > </kernel-bootsplash>
141 > <bootloader-mbr>
142 > True
143 > </bootloader-mbr>
144 > <hostname>
145 > localhost
146 > </hostname>
147 > <bootloader-kernel-args/>
148 > <post-install-script-uri/>
149 > <nisdomainname/>
150 > <install-stage>
151 > 3
152 > </install-stage>
153 > <ftp-proxy/>
154 > <rsync-proxy/>
155 > <stage-tarball/>
156 > <bootloader>
157 > grub
158 > </bootloader>
159 > <root-pass-hash>
160 > $1$a.PHSveD$04QXafey77sXdPqi2QBvW/
161 > </root-pass-hash>
162 > <http-proxy/>
163 > <mta/>
164 > <grp-install>
165 > True
166 > </grp-install>
167 > <logging-daemon>
168 > syslog-ng
169 > </logging-daemon>
170 > <kernel-config/>
171 > <portage-tree-sync>
172 > snapshot
173 > </portage-tree-sync>
174 > <kernel-initrd>
175 > True
176 > </kernel-initrd>
177 > <install-rp-pppoe>
178 > False
179 > </install-rp-pppoe>
180 > <default-gateway interface="eth0">
181 > 192.168.1.2
182 > </default-gateway>
183 > <install-packages/>
184 > <network-interfaces>
185 > <device broadcast="192.168.1.255" ip="192.168.1.30" netmask="255.255.255.0">
186 > eth0
187 > </device>
188 > </network-interfaces>
189 > <network-mounts/>
190 > <partitions>
191 > <device devnode="/dev/sda" disklabel="msdos">
192 > <partition format="False" mb="101" minor="1" mkfsopts="" mountopts="defaults" mountpoint="/boot" origminor="1" resized="False" type="ext2"/>
193 > <partition format="False" mb="996" minor="2" mkfsopts="" mountopts="" mountpoint="" origminor="2" resized="False" type="linux-swap"/>
194 > <partition format="False" mb="16323" minor="3" mkfsopts="" mountopts="defaults" mountpoint="/" origminor="3" resized="False" type="ext3"/>
195 > </device>
196 > </partitions>
197 > <services/>
198 > <etc-files>
199 > <file name="rc.conf">
200 > <entry name="EDITOR">
201 > /bin/nano
202 > </entry>
203 > </file>
204 > <file name="conf.d/keymaps">
205 > <entry name="SET_WINDOWSKEYS">
206 > Yes
207 > </entry>
208 > </file>
209 > <file name="make.conf">
210 > <entry name="MAKEOPTS"/>
211 > <entry name="USE">
212 > X alsa apache2 apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr cli crypt ctype cups dba eds elibc_glibc emboss encode esd ethereal exif expat fam fastbuild foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 gtkhtml guile idn imlib ipv6 jpeg kde kernel_linux lcms libg++ libwww mad memlimit mikmod mng motif mozilla mp3 mpeg ncurses nls nptl ogg opengl oss pam pcre pdflib perl png posix python qt quicktime readline samba sdl session simplexml slang soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev userland_GNU vorbis x86 xml xml2 xmms xsl xv zlib
213 > </entry>
214 > <entry name="FEATURES"/>
215 > <entry name="ACCEPT_KEYWORDS"/>
216 > <entry name="CFLAGS">
217 > -march=i686 -O2 -pipe
218 > </entry>
219 > </file>
220 > <file name="conf.d/clock">
221 > <entry name="CLOCK">
222 > UTC
223 > </entry>
224 > </file>
225 > </etc-files>
226 > </gli-profile>
227 >
228 >
229 >
230 >
231 >
232 > --
233 > gentoo-user@g.o mailing list
234 >
235 >
236
237
238 --
239 Daniel da Veiga
240 Computer Operator - RS - Brazil
241 -----BEGIN GEEK CODE BLOCK-----
242 Version: 3.1
243 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
244 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
245 ------END GEEK CODE BLOCK------
246
247 --
248 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] livecd install problems David Relson <relson@×××××××××××××.com>