Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2004 07:56:26 -0700 (PDT)
From:      "Bruce R. Montague" <brucem@mail.cruzio.com>
To:        freebsd-small@freebsd.org
Subject:   Re: Pico-BSD: HD-install
Message-ID:  <200405101456.i4AEuQxg000218@mail.cruzio.com>

next in thread | raw e-mail | index | archive | help

 Marcus Mundt asked:

 > I'm trying to set up a client working with PicoBSD. It should support many
 > NICs and have at least telnet on it. I would like to know if it is possible
 > to get PicoBSD on HD an boot it from there, perhaps with altered startup.

 Yes, you can do this, essentially trivially. Just copy
the picobsd kernel (the uncompressed kernel image, not
floppy image that contains the compressed kernel image).
Put the picobsd kernel anyplace that you would boot a
FreeBSD kernel. Boot it the same way you would boot
a FreeBSD kernel. 

 In the "build_dir-YOURCONF" subdirectory of your picobsd
configuration directory, you will find the picobsd kernel,
named "kernel". Copy it to the "/" dir of the disk from
which you want to boot it... if you need to experiment in
a fast cycle, on a development machine, just copy and
rename the picobsd kernel and reboot the system, running
the new kernel as you would an alternate kernel:

 #cd YOURCONF
 #cp kernel /picokernel

 #shutdown -r now

 space-bar

 OK
    unload
 OK 
    load /picokernel
 OK
    boot



 - bruce



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