make usb disk debian from mac

mkdir debian cd debian curl -O http://ftp.debian.org/debian/dists/stretch/main/installer-amd64/current/images/netboot/mini.iso hdiutil convert mini.iso -format UDRW -o mini.img mv mini.img.dmg mini.img diskutil list diskutil unmountDisk /dev/disk2 sudo dd if=mini.img of=/dev/disk2 bs=1m diskutil eject /dev/disk2

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.