ghostBSD as isohybrid?

Post your general questions or comments about GhostBSD here!
Post Reply
soma
Posts: 1
Joined: Sun Sep 13, 2015 8:26 am

ghostBSD as isohybrid?

Post by soma »

Hello Forum, I've got a question. Can I use the actual ghostBSD 10.1 as a isohybrid for usb-sticks?

Thank you for answering!
User avatar
ericbsd
Developer
Posts: 2052
Joined: Mon Nov 19, 2012 7:54 pm

Re: ghostBSD as isohybrid?

Post by ericbsd »

Yes,

To write the iso to a USB stick on BSD

Code: Select all

dd if=GhostBSD10.1-RELEASE-20150912-mate-i386.iso of=/dev/da0 bs=1m
on LInux

Code: Select all

dd if=GhostBSD10.1-RELEASE-20150912-mate-i386.iso of=/dev/sdf bs=1M
Post Reply