How to Create a Ubuntu Linux bootable USB Stick on OS X

Опубликовано: 06 Октябрь 2024
на канале: Tate A
16,916
103

Please like and subscribe!

Ubuntu Linux website: http://ubuntu.com

Terminal commands
The brackets were removed because, they aren't allowed in the description.

hdiutil convert -format UDRW -o New file.img Downloaded file.iso

diskutil list

diskutil unmountDisk /dev/disk And the number of the disk

sudo dd if= The new file.img of=/dev/rdisk And the number of the disk bs=1m If this command does not work try 1M

Thank you!