Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2006 21:56:58 +0100
From:      Nils Vogels <nivo+sender+6075ff@yuckfou.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Boot from CD (this time in ASCII :) )
Message-ID:  <4558DC1A.3050300@yuckfou.org>
In-Reply-To: <OF7155E00C.7379CD67-ONC1257225.005506D5-C1257225.005506D9@sara.it>
References:  <OF7155E00C.7379CD67-ONC1257225.005506D5-C1257225.005506D9@sara.it>

next in thread | previous in thread | raw e-mail | index | archive | help
a.brancatelli.mail@sara.it wrote on 13-11-2006 16:28:
> Now my question is this: how do the kernel know where to search the fstab
> (considered that the fstab says where to find the /etc)? I mean: I suppose
> I have to put on the CDROM an exact /etc/fstab for that installation?? Or
> this could be avoided? Also because I may need to edit the fstab for the
> machine without having to reburn the CD? so what? Or maybe the kernel can
> actually just be read from the CD and then everything else from the ( SAN |
> local ) drive? Am I missing something?
>   
Have a look at the following manpages:

boot(8)
loader(8)

This explains the FreeBSD startup system.

In short, you tell the loader which kernel to boot, and you tell the
kernel where the root filesystem is. The root fileystem is considered to
contain instructions on how to proceed from there.

HTH & HAND



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4558DC1A.3050300>