Installing Debian on iMac 17" (Late 2006): Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
Line 19: Line 19:


  sync
  sync
diskutil eject /dev/disk7


TDBD
TDBD

Revision as of 15:29, 15 March 2019

Preparation

I started to read this:

Then I downloaded Debian for AMD64.

Preparing the USB-stick

bash-3.2# mount | grep UNTIT
/dev/disk7s2 on /Volumes/UNTITLED (msdos, local, nodev, nosuid, noowners)
bash-3.2# umount /dev/disk7s2
umount(/Volumes/UNTITLED): Resource busy -- try 'diskutil unmount'
bash-3.2# diskutil unmount /dev/disk7s2
Volume UNTITLED on disk7s2 unmounted
bash-3.2#  dd if=debian-9.8.0-amd64-netinst.iso of=/dev/disk7
sync
diskutil eject /dev/disk7

TDBD