Burning Ubuntu ISO image into Hard disk - Ask Ubuntu


i'd boot linux kernel hard disk gui. how may burn ubuntu iso image hard disk, connected embedded board, when boot embedded device, there's ubuntu os gui development?

thanks!

i kind of agree woeitg's comment, if need should work if "dd" iso blank hard drive. command this:

root@localhost$ dd if=/home/ubuntu.iso of=/dev/sdb bs=2m 

be careful! if target wrong wipe hard drive. check drive try:

root@localhost$ ls -l /dev/disk/by-id/ 

that show brand/make of hard drive , sdx udev has assigned it.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User