Boot only ISO

wblock said:
Yes, but it will need a network connection so it can download files during the install.

Thank you, is the Book by Greg Lehey-The Complete FreeBSD-relevant for this version

THanks
DD
 
Yes, the book is relevant. The livefs CD does not have the install files, it's meant for repair of existing systems.
 
To summarise:

Code:
		Installation	Extra		Live
		files?		packages?	filesystem?

bootonly	no		no		no		(network installation only)
disc1		yes		no		no
dvd1		yes		yes		yes
livefs		no		no		yes
memstick	yes		no		yes
 
jem said:
To summarise:

Code:
		Installation	Extra		Live
		files?		packages?	filesystem?

bootonly	no		no		no		(network installation only)
disc1		yes		no		no
dvd1		yes		yes		yes
livefs		no		no		yes
memstick	yes		no		yes


I installed with the bootonly, and pointed to the FTp site to get the packages.
 
jem said:
To summarise:

Code:
		Installation	Extra		Live
		files?		packages?	filesystem?

bootonly	no		no		no		(network installation only)
disc1		yes		no		no
dvd1		yes		yes		yes
livefs		no		no		yes
memstick	yes		no		yes
When I was booting default from livefs I came directly into sysinstall.
So, might it be possible to install via livefs ?
 
Only because all discs use the same interface - sysinstall.

livefs is a system with FreeBSD already installed and nothing else. When using it, you should open the "Fixit" menu item (don't recall it's exact name) right away and choose the way to run it.
What you can do is grab the needed distributions (base, kernels, etc.) separately (and prior to the installation) from the FTP or a disc1/DVD image and install them manually by running the corresponding ./install.sh scripts.
 
Back
Top