bootonly, mini-memstick.

Hello gang !

please, can you detail the use of the bootonly.iso and mini-memstick.img ?

The Handbook is not very complete about them.

Thanks in advance
 
The mini-memstick and boot-only installation mediea expects that you'll be able to connect to a FreeBSD ftp server through a network and pull down the files needed for installation. In contrast, the memstick (not mini-memstick) image has the needed files so you could do an install even if unable to reach a FreeBSD ftp server.
 
It's right there, on the announcement page:

OK.
___________________________________________
memstick
This can be written to an USB memory stick (flash drive) and used to do an install on machines capable of booting off USB drives. It also supports booting into a "livefs" based rescue mode. There are no pre-built packages.

As one example of how to use the memstick image, assuming the USB drive appears as /dev/da0 on your machine something like this should work:

# dd if=FreeBSD-11.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=1m conv=sync

___________________________________________

Please, can you tell me how can I make/create a .img of the FreeBSD.
memstick.img is right for me, but I need to add some packages to the memstick.img. How can I do ?
Thanks in advance.
 
Please, can you tell me how can I make/create a .img of the FreeBSD.
memstick.img is right for me, but I need to add some packages to the memstick.img. How can I do ?
Use mdconfig(8). Check the EXAMPLE section near the end. It shows all you need to do to create and mount a file-backed device. When that's done, you simply copy the .txz files you want and unmount it.
 
Use mdconfig(8). Check the EXAMPLE section near the end. It shows all you need to do to create and mount a file-backed device. When that's done, you simply copy the .txz files you want and unmount it.

Beastie,

let me try ... in any case thanks very much !!!!
Surely it will be another test devoted to open the street to create a most hardware agnostic bootable FreeBSD version.

:);)
 
Back
Top