I want to learn how to create a bootable dangerously dedicated disk on a USB flash drive. What would be the commands to accomplish this? I have these so far:
What command or commands would I use to make it bootable? Would I have to use one of the following commands (or would I use both of them):
Code:
gpart create -s BSD da1
gpart add -t freebsd-ufs da1
newfs -U da1a
What command or commands would I use to make it bootable? Would I have to use one of the following commands (or would I use both of them):
Code:
gpart bootcode -b /boot/mbr da1
gpart bootcode -b /boot/boot da1