You are not logged in.
So installing Arch on my Macbook was, ironically, way easier than on the desktop where I manually selected each component in the hope that it would be as FOSS compatible as possible... the only issue I have is that whenever I have to cold start / reboot (fortunately not too often), it spends ~30 seconds showing this empty white screen until it decides to load GRUB. Does anyone know if there's a way around this issue, or what it is doing? I can't remember it taking that long before, although it was fairly slow in booting with OS X too.
BTW, I am not dual booting. It's an old non-aluminium Macbook, v5.2 or something I guess.
Last edited by unhammer (2010-09-30 09:05:59)
Offline
I think it's normal for Macbooks, it's the EFI bios looking for bootable media. Annoying, but normal.
ᶘ ᵒᴥᵒᶅ
Offline
I've solved the same problem by booting a Mac OS X Install DVD, opening it's Terminal application using the command:
# bless --device /dev/disk0s1 --setBoot --legacy
But of course, you have to make sure to replace '/dev/disk0s1' with the partition you've installed grub in (sda0 should be equivalent to disk0s1, sda1 to disk0s2 and so on).
Offline
Thanks ber_t! That solved it
However, now I have a new problem, and I'm not sure if it's worse or what... the startup DING is back!
Perhaps I can change the volume from the installer thing...
Last edited by unhammer (2010-09-29 20:46:59)
Offline
I've solved the same problem by booting a Mac OS X Install DVD, opening it's Terminal application using the command:
# bless --device /dev/disk0s1 --setBoot --legacy
But of course, you have to make sure to replace '/dev/disk0s1' with the partition you've installed grub in (sda0 should be equivalent to disk0s1, sda1 to disk0s2 and so on).
Oh that's excellent, thanks.
ᶘ ᵒᴥᵒᶅ
Offline
It seems volume keys don't work in the installer :-/ will let you know if searching turns up anything...
Offline
Thanks ber_t! That solved it
However, now I have a new problem, and I'm not sure if it's worse or what... the startup DING is back!
Perhaps I can change the volume from the installer thing...
Yes, you can:
# /usr/sbin/nvram SystemAudioVolume=%80
Offline
ber_t to the rescue again, thanks !
Offline
Please mark your topic [solved] unhammer.
ᶘ ᵒᴥᵒᶅ
Offline