[clug] Installing debian on a macpro - grub failed
Paul Warren
pwarren at pwarren.id.au
Mon Dec 16 17:05:29 MST 2013
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 16/12/13 22:56, Logan Ryan McLintock wrote:
> Hi Guys,
>
> I have a MacPro 5,5 (the box one, not the macbook pro laptop) and I
> am trying to install Debian. I booted a Partition Magic DVD and use
> GParted to make all the three hard drives and single SSD ext4 (i.e.
> erasing the terrible mountain lion).
>
> Then I did the firmware nonfree netinst whilst connected to the
> internet (behind a net gear router). Every thing went fine until
> the Grub failed. I was using
>
> debian firmware 7.2.0 amd64 netinst
>
> and I checked sums before burning it.
>
> I am trying to install debian as the only operating system (no os
> x, no rEFIt), booting naturally using efi, not bios emulation.
> Maybe the grub in the Debian is too old?
>
> I would really appreciate any help as I am quite unsure what to do.
> I could probably use ubuntu as I think the installer can do the
> whole efi grub 2 thing, but I would prefer debian.
>
> I am willing to pay for help.
>
> PS. Don't but macs
>
> Regards, Logan -) cyclops
>
Here's what I had to do for my MACs:
EFI needs its own smallish partition with a fat32 filesystem
here's my layout with just one disk:
(parted) print
Model: ATA Hitachi HTS54503 (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 512MB 511MB fat32 boot
2 512MB 316GB 316GB ext4
3 316GB 320GB 4023MB linux-swap(v1)
Now, debian does sort of support UEFI booting with the 7.2 install
discs (haven't tried 7.3 yet but should be good), but there was some
extra mucking about I had to do.
Once you've installed, and it boots the flashing folder icon (or
question mark, I forget which). Boot into rescue mode, and let debian
find the right root partition, and execute a shell in that partition.
You may have to:
mount /boot/efi
then:
apt-get install grub-efi-amd64
The installer for grub-efi-amd64 puts the boot executable in
/efi/EFI/debian/grub64x64.efi
And we need to put that in the right place for EFI to load it:
mkdir /boot/efi/EFI/boot
cp /boot/efi/EFI/debian/grubx64.efi /boot/efi/EFI/boot/bootx64.efi
then run:
update-grub
To make sure all the configs are in the right place.
Then reboot! and you should eventually get into debian :)
If you have a white screen for ~30s after the boot chime, and you want
to get rid of the wait, you'll have to boot an OS X disk and run:
bless --device /dev/disk0s1 --setBoot --verbose
substituting the proper device node for your efi partition.
Also, if you have a relatively recent mac, it's a good idea to install
OS X to a USB disk so you can run the firmware updates.
Hope that helps
- --
Paul.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQJ8BAEBCgBmBQJSr5VJXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRERjMwRkZFNkNCRUVFRDYwRTM0MEVFQkE1
MzQxRjM2NjIwOEVEQjJBAAoJEFNB82Ygjtsqgd8QAKr/dMrm7vPawPfu+JcaVjr3
hlriJP1r/oWVOKyxLsaSRKit92PheRrs7LVZUA+SMzEzo+kO4lZevK2dxs+8tW/6
PUUmvh+GBuCXAYyYR/wlYEwMzHC5ecZXbMt6S6vkIBDqBEyUSuC20KStDj4wCUUB
hvpb/IDqEEzcJwYzbh4RBQ5DrhamyCzd3r3V/bstKObq8P1ZbdYAa4nCvdOWB4Uv
vAGj4b2F1+K2GL2vWlDDNKvxiuZcKtvs015oj0V+VI3nRbsl0lzzYNBQqaGwuvsN
yEPYSVlLmDgheh2CS2nUROeHOIm1szWKOhlJbbruvuuaXRm7dVGeSVOE0ZnCmfw7
2tF2i1ElE8dtBR5a+k8UreaXVBKU+VgjpI4TjHIGruCPIHdft9FJjfe2Lf2Yn1Ma
wYtKkChQjhGV3ZTh3OXhcOCzu6Q8IUkUsWg5q61mtTq6eXLW+iiMYVH40MuYDCzo
8CnlwtHCCn7DD1KEb//xIGpMHz2jzHIGcwEwPhPY1jLFpUHQsONMT5s2UGPE3vXP
nJSKc2OmrbJUm2kiojzhIYAnW+/9G9r7+FFLUmjv2rilTXnFFhjjvjSPpvxyTS1X
zhLp9IAFeCB1rvzkGlLbNGagIp530pmvbAK5XiWIMdPri16zeAAtnido1x/Y2e0W
3g3Ws8eJcv7xZQ2awi5N
=ZvVm
-----END PGP SIGNATURE-----
More information about the linux
mailing list