From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <delta407@delta407.homeip.net> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_ADSP_NXDOMAIN, DMARC_MISSING,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from vhost.swchs.org (vhost.swchs.org [216.185.203.194]) by chiba.3jane.net (Postfix) with ESMTP id 2F04FABDAF for <gentoo-dev@gentoo.org>; Wed, 17 Apr 2002 11:45:15 -0500 (CDT) Received: from WorldClient [127.0.0.1] by lerfjhax.com [127.0.0.1] with SMTP (MDaemon.v3.5.0.R) for <gentoo-dev@gentoo.org>; Wed, 17 Apr 2002 11:45:06 -0500 Date: Wed, 17 Apr 2002 11:45:05 -0500 From: "Will Glynn" <delta407@delta407.homeip.net> To: gentoo-dev@gentoo.org X-Mailer: WorldClient Standard 3.5.0e X-MDRemoteIP: 127.0.0.1 X-Return-Path: delta407@delta407.homeip.net X-MDaemon-Deliver-To: gentoo-dev@gentoo.org Message-Id: <20020417164515.2F04FABDAF@chiba.3jane.net> Subject: [gentoo-dev] Install w/o CD Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@gentoo.org> List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=subscribe> List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org> List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe> List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/> X-Archives-Salt: b6d5e8f5-4d84-4d8d-8a3f-5f2fe7543db8 X-Archives-Hash: 58334a4df754f4339b5dbcf7b010dc7a I was recently (40 minutes ago) placed in a position where I wanted to install Gentoo on an existing Linux computer. But... I didn't have a Gentoo CD, nor did I have access to a burner. I'm sure that there are others who are in this same position but would still like to use Gentoo. ...no, this e-mail isn't asking for help. How I did this may be obvious to some of you, but it took me a good half hour to figure out. I booted up the computer, downloaded the 16 MB ISO, did a mount -o loop .iso gentoocd/ and copied the contents into /boot/gentoo. The machine was running grub, so I added the following to /boot/grub/menu.lst: title Gentoo Linux Setup kernel /gentoo/isolinux/kernel devfs=nomount vga=normal load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=22000 root=/dev/ram0 rw initrd /gentoo/isolinux/rescue.gz Then I rebooted and the world was happy. (After trying to figure out why it didn't work for half an hour, that is. But it works now, anyway.) This seems like a reasonable way to load Gentoo without writing to a CD-R, which some people might find useful. --delta407