Gentoo Archives: gentoo-dev

From: Dave Lee <davel@××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Install w/o CD
Date: Wed, 17 Apr 2002 15:48:29
Message-Id: Pine.SGI.4.21.0204171436360.18274167-100000@the-gimp
In Reply to: [gentoo-dev] Install w/o CD by Will Glynn
1 Loop mounting the .iso is also good for building a gentoo system for a
2 slow machine on a newer faster machine. I built gentoo for my p150 using
3 my d1GHz and the install iso loop mounted at /mnt/iso and then chrooted to
4 /mnt/gentoo and installed pretty much following the std install guide.
5 Once the new system is built you can either burn it onto cd, copy it from
6 disk to disk, or use some network xfer method.
7
8 Dave
9
10 Will Glynn wrote:
11 > I was recently (40 minutes ago) placed in a position where I wanted to
12 > install Gentoo on an existing Linux computer. But... I didn't have a
13 > Gentoo CD, nor did I have access to a burner. I'm sure that there are
14 > others who are in this same position but would still like to use Gentoo.
15 >
16 > ...no, this e-mail isn't asking for help. How I did this may be obvious
17 > to some of you, but it took me a good half hour to figure out. I booted
18 > up the computer, downloaded the 16 MB ISO, did a mount -o loop .iso
19 > gentoocd/ and copied the contents into /boot/gentoo. The machine was
20 > running grub, so I added the following to /boot/grub/menu.lst:
21 >
22 > title Gentoo Linux Setup
23 > kernel /gentoo/isolinux/kernel devfs=nomount vga=normal load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=22000 root=/dev/ram0 rw
24 > initrd /gentoo/isolinux/rescue.gz
25 >
26 > Then I rebooted and the world was happy. (After trying to figure out why
27 > it didn't work for half an hour, that is. But it works now,
28 > anyway.) This seems like a reasonable way to load Gentoo without writing
29 > to a CD-R, which some people might find useful.
30 >
31 > --delta407