make usb disk debian from mac

mkdir debian cd debian curl -O https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.5.0-amd64-netinst.iso hdiutil convert debian-9.5.0-amd64-netinst.iso -format UDRW -o debian-9.5.0-amd64-netinst.img mv debian-9.5.0-amd64-netinst.img.dmg debian-9.5.0-amd64-netinst.img diskutil list diskutil unmountDisk /dev/disk2 sudo dd if=debian-9.5.0-amd64-netinst.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.