FreeBSD installation from USB

I used unetbootin on Windows to create a bootable 2G-USB with the 8.0-RELEASE-i386-dvd1.iso.
I can boot from it. But when it goes to "Choose Installation Media"; what should I choose?

Based on this it is supposed to be option 7 (from an existing filesystem) and then /mnt. Is this correct?
Or maybe something else?

It did not work for me. Maybe I messed up something?
 
Initiate the emergency holographic console (VTY4, hit Alt+F4) and mount your USB thingie somewhere on the filesystem first.
 
Zare said:
Initiate the emergency holographic console (VTY4, hit Alt+F4) and mount your USB thingie somewhere on the filesystem first.

Thanks. That makes sense; but I have given up and burn a DVD instead.
 
Link you've provided is for virtual machine which emulates hdd (ad drive) from your usb stick. In order to use it in future, i.e. to boot and install correctly from usb flash drive you need first to convert ISO image to usb specific image and then write it to that flash. Because sysinstall is limited in features and waits for specific environment, devices and partitioning. Take a look for detailed procedure how to convert bootable freebsd iso to bootable flash image.
 
there is option for source media from USB on same screen you selected existing file susyem. Boot from your USB staick again and this time select USB option.
 
Thanks! But this is the chicken-and-egg situation.
I didn't have freebsd running at that time. But I did have windows and Linux....
 
fbsd1 said:
You should really read the how-to guide section of this forum before posting questions.

http://forums.freebsd.org/showthread.php?t=11715

@ fbsd1: I have tried your script, fbsdiso2usb, and it created a bootable USB stick (I replaced disc1 with dvd1 iso image).
However, a couple things should be considered:

1. if the usb stick is one like mine; it would hang and it makes the system crash with a <ctrl>+C !

2. the script doesn't recover well: mdconfig will create md1, md2, ... the next run; newfs would fail when it run into my usb stick; umount -v would fail with "device busy". I had to use umount -f.

But as I said before it'd be nice if there is another way we can create the bootable USB without freeBSD (my freebsd partition on disk was messed up!). unetbootin may do the trick.
 
Zare said:
Initiate the emergency holographic console (VTY4, hit Alt+F4) and mount your USB thingie somewhere on the filesystem first.

nah! It won't even have ls! No mount command either!
 
Second time :) You probably want to try it first in a virtual environment like VirtualBox or VMWare. And you will have any OS you dream :)
 
varda said:
Second time :) You probably want to try it first in a virtual environment like VirtualBox or VMWare. And you will have any OS you dream :)

I have had it long long time ago. I gave up and burn a DVD instead to re-install freebsd.

My laptop, DELL D420, can triple boot: win/linux/bsd. I don't like VB or VMware.

Linux/bsd can access to other OS partitions but not Win! :p

Too much build time required on freebsd to make firefox35 work with flash! :(
 
Back
Top