Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2010 00:14:16 +0200
From:      Manolis Kiagias <sonicy@otenet.gr>
To:        Pierre-Luc Drouin <pldrouin@pldrouin.net>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: How to create a FreeBSD 8.0 boot CD without boot.flp?
Message-ID:  <4B732FB8.1090002@otenet.gr>
In-Reply-To: <4B732E49.4010504@pldrouin.net>
References:  <4B7320DA.2080606@pldrouin.net> <4B732695.5080701@otenet.gr> <4B732795.70702@pldrouin.net> <4B732C72.1050806@otenet.gr> <4B732E49.4010504@pldrouin.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/02/2010 12:08 π.μ., Pierre-Luc Drouin wrote:
> What I am trying to do is basically to install FreeBSD 8.0 on a CD. I
> followed these instructions to install FreeBSD on a USB stick:
>
> http://typo.submonkey.net/articles/2006/04/13/installing-freebsd-on-usb-stick-episode-2
>
>
> minus the fdisk/bsdlabel/newfs part . I just set up rc.conf to
> configure the ethernet interface with DHCP and load sshd
>
> then I am now creating an iso image with the boot image. So at the
> root of the CD I will have the boot directory containing the kernel
> subdirectory.
>
> I figured out about the boot image error from mkisofs. I had to copy
> cdboot into the actual boot directory for the image and the path
> specified by the -b option is relative to the root directory of the CD...
>
> So should this work according to you?
>
> Thanks!
>

It is going to be an interesting experiment. The official install
CD/DVDs boot from boot/kernel on the CD but the root filesystem used is
actually in an mfs (memory disk). Also it executes sysinstall instead of
init at the end of the boot sequence. I suppose you can mount the root
filesystem from CD as read-only but you will have to handle things like
/var and /usr and you will probably need some writing capability. I am
sure this can be done in more than a few ways though I've never
researched this myself.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B732FB8.1090002>