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
Post a Comment