From owner-freebsd-hackers Mon Jul 9 12:32: 5 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id EF69137B409 for ; Mon, 9 Jul 2001 12:32:02 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (dialup-209.244.104.114.Dial1.SanJose1.Level3.net [209.244.104.114]) by swan.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id MAA22547; Mon, 9 Jul 2001 12:31:40 -0700 (PDT) Message-ID: <3B4A06BF.3F07B116@mindspring.com> Date: Mon, 09 Jul 2001 12:32:15 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Chojin Cc: hackers@FreeBSD.ORG Subject: Re: Create a FreeBSD bootable CD References: <10f.234f1eb.2879e474@aol.com> <000d01c107d0$9555ba60$0245a8c0@chojin> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chojin wrote: > > Hello, > > Someone could tell me how create a bootable FreeBSD CD ? > I cannot use a floppy image because it is too small to put > my kernel (1.5 Mo), and I cant create a 2.88 Mb floppy > image (as I don't have the drive). Then how create a > freebsd boot image which use the real CD space to put all > files I want ? > > If you have any script too, it would be cool :-) cd /usr/src make buildworld cd release make [bunch of environment vars -- see handbook] release Then you need to use mkisofs to turn the release images into ISOs, and then burncd to put the images onto the coasters. You will end up with a 2.88M floppy image. The way that CDROMs boot is their BIOS loads the floppy image into RAM with a RAM disk, and then boots it as if it were booting a floppy. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message