3

I want install FreeBSD 10 , how to create USB Bootable ? i tried Unitbooten but its Not working This Post please Help !!!

Ashu_FalcoN
  • 2,118

1 Answers1

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