

The config below sets the graphics mode and font on the console to something the installer can use, loads the kernel and initrd into memory and boots. Make a grub.cfg file in /mnt/usb/boot/grub/grub.cfg. Grub-install -target=i386-efi -efi-directory=/mnt/usb -boot-directory=/mnt/usb/boot -bootloader-id=boot -removable
LAST MAC MINI CORE 2 DUO INSTALL
LAST MAC MINI CORE 2 DUO CODE
If your spare drive has another partition type or file system, use fdisk to make a 'W95 FAT32' MBR partition (hex partition code 0x0b) and mkfs.vfat to clear the partition and make a new FAT32 filesystem. Installing GRUB and copying the installer files does not destroy the data on the drive, but just to be sure, take backups. If you already have a USB drive with a FAT32 file system and about 50 MB free space, you're set.

you don't need another Mac running linux). The jessie netboot requires less than 64 MB, so any old USB stick will do.Ī computer already running Debian jessie, any architecture will do (i.e. MacBook2,1 is also able to run 64-bit linux (amd64 architecture in Debian), but this guide will use the i386 version.Ī USB drive with enough space for the ISO image of your choice.
LAST MAC MINI CORE 2 DUO HOW TO
This guide shows how to prepare a 32-bit EFI bootable USB drive which has the Debian installer and an i386 installation ISO image of your choice (we'll use the netboot image mini.iso in the examples) using another Debian (Jessie) system to prepare the USB drive. The UEFI bootloader in these disk images is the 64-bit version, which does not boot even in the 64-bit ?MacBook2,1 because the Apple firmware expects 32-bit EFI binaries. The firmware interface in both models is however 32-bit UEFI.ĭebian installer releases for Jessie have UEFI support only in the amd64 ISO images. The early Intel-based white MacBooks from 20 came either with the 32-bit Intel Core Duo processor (MacBook1,1) or the 64-bit Intel Core 2 Duo (MacBook2,1).

Here's how to install Debian (jessie) on 32-bit UEFI based MacBooks (MacBook1,1 and Macbook2,1) from 2006-2007 (only tested on MacBook2,1 but MacBook1,1 should work as well).
