FreeBSD LIVE von einem USB stick

C

ccc

Routinier
Hallo

Wie kann ich meine eigene FreeBSD Live erstellen, damit von einem USB stick an fast jedem Notebook oder PC bootet?
 
Zuletzt bearbeitet:
Mit der Imagedatei (z.B.: FreeBSD-9.0-RELEASE-i386-memstick.img) vom FreeBSD-Projekt nicht zufrieden?
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"-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"

Be careful to make sure you get the target (of=) correct.
Quelle (Abschnitt: Availability): http://www.freebsd.org/releases/9.0R/announce.html
 
Danke, aber ich möchte ein USB Image selber bauen mit allen Apps, die ich brauche.
Weiss jemand, wie es geht?
 

Ähnliche Themen

NomadBSD 1.4 RC1: Live-Betriebssystem auf FreeBSD-Basis mit Persistenz [Notiz]

NomadBSD 1.3 freigegeben

USB Stick wird als cdc_ether erkannt

Script pausieren bis Bedingung erfüllt ist

KS Installation über lokale FTP Repository (Start von USB-Stick)

Zurück
Oben