Sponsored Content
Full Discussion: how to burn these files...?
Operating Systems BSD how to burn these files...? Post 56867 by auswipe on Wednesday 13th of October 2004 03:19:14 PM
Old 10-13-2004
You can burn the 5.2.1-RELEASE-i386-miniinst.iso and be good to go if you have prior experience with FreeBSD.

If not, just burn the disk1 and that should be all you need for a basic installation to learn on.

Be sure to take a good look at the FreeBSD Handbook available at www.freebsd.org/Handbook. It's a real good source of FreeBSD documentation that covers installation and configuration.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

burn cdrom with solaris

Hallo, who can help me to configure a scsi cd writer to my sun server enterprice 1000. 1. Hardware configuration 2. Burn program etc.. Please send me links or dokuments were i can get more infos about this theme. regards joerg (1 Reply)
Discussion started by: joerg
1 Replies

2. UNIX for Dummies Questions & Answers

Burn long filenames to CD

I downloaded a file with a name like "longfilename.cpio.gz" from a WinXP machine and burned it to a CD with Nero. When I mounted this CD on my Solaris box, all I could read was the first 8 characters of the filename (ie. "longfile"). Do I need to burn these files with a certain format so... (2 Replies)
Discussion started by: here2learn
2 Replies

3. Shell Programming and Scripting

Music cd burn

Allo. I do a program using shell script to burn cds and dvds because I don't want to install one with kde or gnome dependance. I want to optimize one of my shell script. this shell script is to burn music cds. I juste have to go in shell and write : burn_cd_music audio1.mp3 audio2.mp3 audio1.ogg... (4 Replies)
Discussion started by: bog333
4 Replies

4. OS X (Apple)

burn clarification procedure

without having to write a mini series novel. i have read the disk utility / help / burn, innuendo solution. would the correct procedure to burn a Linux Mint Installation DVD/CD onto a USB device be: 1- select the CD/DVD. 2- click burn 3 - in the pop up window that follows choose the USB... (1 Reply)
Discussion started by: cowLips
1 Replies

5. UNIX and Linux Applications

Burn avi to cd with k3b

Is there a way to burn avi to cd with k3b? When I tried the disc became unusable. I tried to open the disc on 2 different computers with no luck. (0 Replies)
Discussion started by: cokedude
0 Replies
BHYVELOAD(8)						    BSD System Manager's Manual 					      BHYVELOAD(8)

NAME
bhyveload -- load a FreeBSD guest inside a bhyve virtual machine SYNOPSIS
bhyveload [-c cons-dev] [-d disk-path] [-e name=value] [-h host-path] [-m mem-size] vmname DESCRIPTION
bhyveload is used to load a FreeBSD guest inside a bhyve(4) virtual machine. bhyveload is based on loader(8) and will present an interface identical to the FreeBSD loader on the user's terminal. The virtual machine is identified as vmname and will be created if it does not already exist. OPTIONS
The following options are available: -c cons-dev cons-dev is a tty(4) device to use for bhyveload terminal I/O. The text string "stdio" is also accepted and selects the use of unbuffered standard I/O. This is the default value. -d disk-path The disk-path is the pathname of the guest's boot disk image. -e name=value Set the FreeBSD loader environment variable name to value. The option may be used more than once to set more than one environment variable. -h host-path The host-path is the directory at the top of the guest's boot filesystem. -m mem-size [K|k|M|m|G|g|T|t] mem-size is the amount of memory allocated to the guest. The mem-size argument may be suffixed with one of K, M, G or T (either upper or lower case) to indicate a multiple of Kilobytes, Megabytes, Gigabytes or Terabytes respectively. The default value of mem-size is 256M. EXAMPLES
To create a virtual machine named freebsd-vm that boots off the ISO image /freebsd/release.iso and has 1GB memory allocated to it: bhyveload -m 1G -d /freebsd/release.iso freebsd-vm To create a virtual machine named test-vm with 256MB of memory allocated, the guest root filesystem under the host directory /user/images/test and terminal I/O sent to the nmdm(4) device /dev/nmdm1B bhyveload -m 256MB -h /usr/images/test -c /dev/nmdm1B test-vm SEE ALSO
bhyve(4), nmdm(4), vmm(4), bhyve(8), loader(8) HISTORY
bhyveload first appeared in FreeBSD 10.0, and was developed at NetApp Inc. AUTHORS
bhyveload was developed by Neel Natu <neel@FreeBSD.org> at NetApp Inc with a lot of help from Doug Rabson <dfr@FreeBSD.org>. BUGS
bhyveload can only load FreeBSD as a guest. BSD
January 7, 2012 BSD
All times are GMT -4. The time now is 12:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy