Their approach https://wiki.debian.org/InstallingDebianOn/Apple/MacBookAir/3-2Their approach does does not work (everything goes fine but usb does not become bootable). It
It also seems seems several years old and outdated. Other distosdistros have large amoutsamounts of troubleshooting this issue, but not debianDebian. Any advice, how can I debug why my usbUSB did not becamsebecome Debian bootable after those procedures.
My steps were:
1)erase usb drive using disk utils and create FAT partition(i tried also exFAT and OSX Extended).
downloaded the iso and converted it to img:
hdiutil convert debian-8.4.0-i386-DVD-1.iso -format UDRW -o debian-8.4.0-i386-DVD-1.img
and renaming the result to remove the ".img" from name. I also tried to us UDTO instead of UDRW.
finding my usb location using diskutil list, it was
/dev/disk2unmounting the usb: diskutil
unmountDisk /dev/disk2dding the image:
sudo dd if=debian-8.4.0-i386-DVD-1.img of=/dev/disk2 bs=1m
what took several hours. The result was the expected message that usb could not be read.
- ejecting the usb with:
diskutil eject /dev/disk2
Erase USB drive using disk utils and create FAT partition(i tried also exFAT and OSX Extended).
Downloaded the ISO and converted it to img:
hdiutil convert debian-8.4.0-i386-DVD-1.iso -format UDRW -o debian-8.4.0-i386-DVD-1.imgand renaming the result to remove the ".img" from name. I also tried to us UDTO instead of UDRW.
Finding my USB location using diskutil list, it was
/dev/disk2Unmounting the USB: diskutil
unmountDisk /dev/disk2dding the image:
sudo dd if=debian-8.4.0-i386-DVD-1.img of=/dev/disk2 bs=1mWhat took many hours. The result was the expected message that USB could not be read.
Ejecting the USB with:
diskutil eject /dev/disk2
The result was that the usbUSB was not bootable - in(in the loading screen pressing alt button -) the usbUSB does not show.