Installing Debian on iMac 17" (Late 2006)

From Wurst-Wasser.net
Jump to navigation Jump to search

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