Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Broken ISO
Date: Wed, 11 Jul 2001 13:11:51
Message-Id: 20010711131151.M22717@cvs.gentoo.org
In Reply to: [gentoo-dev] Broken ISO by Adrian Petcu
1 On Wed, Jul 11, 2001 at 06:55:58PM +0300, Adrian Petcu wrote:
2 >
3 > I recently downloaded an i586 binary ISO image containing the bootable
4 > installation cd for Gentoo linux. It didn't work and now I know there was
5 > a problem with the iso image, as it was marked 'broken' on the download
6 > site. I have the burned cd with that image, and everything on it works,
7 > except for the booting problem, and i want to use it somehow. I cannot
8 > download anything from the internet for now, so i want to use _only_ that
9 > 'broken' burned cd to install Gentoo linux on my computer, but with a
10 > different approach for installing (e.g. booting from floppies instead of
11 > cd then using the binaries from the cd, etc). Please give me some hints
12 > on how i can substitute the booting routine on the cd and then normally
13 > start the installation, as it was intended inittialy. Again, i cannot
14 > download anything else such as build image, but i have the floppies images
15 > from your disks directory.
16
17 This is not a supported installation method, but it should be possible to use
18 the boot/rescue disk to mount the CD at /mnt/cdrom, set up your partitions for
19 Gentoo Linux, and then extract all the packages listed in
20 http://cvs.gentoo.org/cgi-bin/cvsweb.cgi/gentoo-x86/profiles/default/packages?rev=1.12&content-type=text/x-cvsweb-markup
21 (or as many as you can find) to /mnt/gentoo (where your new partitions are
22 mounted; your boot partition should be mounted at /mnt/gentoo/boot).
23
24 Do so as follows:
25
26 cd /mnt/cdrom/packages/All
27 cat pkg-1.0.tbz2 | bzip2 -dc | tar xpvf - -C /mnt/gentoo
28
29 Also extract the linux-2.4.4.9.tbz2 package, which is not listed in the
30 above URL.
31
32 When extracting, you'll see a "trailing garbage ignored" message; don't worry
33 about this. After extracting all the packages listed at the URL above this
34 way, you should have the equivalent of a "sys" image -- a basic Gentoo Linux
35 system. You should then be able to chroot to /mnt/gentoo and follow all of the
36 configuration steps outlined in our i586 CD install guide on the Web site.
37
38 After hacking away for a bit, you should have a running Gentoo Linux system!
39 Again, I've never tested this install method but it should definitely be possible.
40
41 Best Regards,
42
43 --
44 Daniel Robbins <drobbins@g.o>
45 President/CEO http://www.gentoo.org
46 Gentoo Technologies, Inc.