Page fault in FreeBSD-7.0: How to set dumpdev when installing from bootonly cdrom

Polytropon freebsd at edvax.de
Thu Jul 17 08:16:17 UTC 2008


On Thu, 17 Jul 2008 01:10:01 +0200, Juergen Leising <juergen.leising at gmx.de> wrote:
> Ok. But I am still unsure about which files exactly have to be
> modified on the bootonly cdrom image.
> 
> I have changed or added
> 
> 	boot/loader.conf, 

contains your actual settings

> 	boot/loader.conf.local 

contains machine-specific settings for sites with a common
loader.conf (ex man loader.conf)

> 	boot/defaults/loader.conf

contains the default settings and is evaluated prior to loader.conf,
so you don't need to change it, you just put your overrides in
loader.conf.


> and inside boot/mfsroot.gz
> 	
> 	etc/rc.conf.

Correct. Note that rc.conf is processed after kernel initialisation,
it is read by rc (and its "sub-scruipts"); if rc isn't run, no attention
is paid to rc.conf's settings.


> But despite all of this I still get: No dumpdevice defined.
> Why does the kernel claim so?

You can enter the boot loader's dialog facility and check the
variables set or which of them have been passed to the kernel.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0


More information about the freebsd-bugs mailing list