I want install FreeBSD 10 , how to create USB Bootable ? i tried Unitbooten but its Not working This Post please Help !!!
Asked
Active
Viewed 2,240 times
1 Answers
3
I think we can use dd command to make the usb stick bootable. please try the command below.
#dd bs=4M if=freebsd.iso of=/dev/sdX && sync
where /dev/sdX is your usb drive device id.
Abhishek
- 31
- 3