Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jul 2001 12:32:15 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Chojin <freebsd@tarakan-network.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Create a FreeBSD bootable CD
Message-ID:  <3B4A06BF.3F07B116@mindspring.com>
References:  <10f.234f1eb.2879e474@aol.com> <000d01c107d0$9555ba60$0245a8c0@chojin>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B4A06BF.3F07B116>