Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Old MacBook does not boot from USB

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
hijjj
Posts: 1
Joined: 2019-08-12 01:05

Old MacBook does not boot from USB

#1 Post by hijjj »

Hi -

I have an old macbook1,1 - which i would like to keep using as debian machine. at the moment i just do not get it to boot from a USB drive. I had a look at https://wiki.debian.org/InstallingDebia ... acBook/2-1 and downloaded the mini.iso.

I formated the USB drive on a Mac:
sudo diskutil partitionDisk /dev/disk2 GPT FAT32 New 0b

diskutil list shows
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *1.0 GB disk2
1: DOS_FAT_12 Firmware 6.3 MB disk2s2

I used balena Etcher to copy the mini.iso onto the drive

When I boot my macbook pressing "alt" it boots straight into MacOs.

When I boot holding down "D" or "C" the EFI bootloader appears but it only shows the mac hd - while the USB drive is blinking and seems to be recognised ...

Any suggestions what I am missing here or if more information needs to provided.

Cheers!

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Old MacBook does not boot from USB

#2 Post by phenest »

You don't need to format the USB drive. Just copy the iso to the root of the drive.

Code: Select all

dd if=mini.iso of=/dev/disk2
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Old MacBook does not boot from USB

#3 Post by Head_on_a_Stick »

^ Don't forget to flush the buffers!

I prefer cp:

Code: Select all

# cp mini.iso /dev/disk2 ; sync
Easier to remember and also (slightly) quicker :)
deadbang

Post Reply