You are not logged in.
Pages: 1
I tried to follow it with last archlinux and archboot iso and got lot fun(it is impossible to install). I would glad to "help" to update it. Only problem that I am newbie so I would need realtime instructing.
The main problem is that I have to use compatibility mod if I want to use nvidia official drivers.
Last edited by Trieforce (2012-03-09 18:30:38)
Offline
Well to argument a little my post:
- There is no option in archlinux.iso to install grub in /dev/sda*, anymore. grub-install didn't work for me.
Offline
Afaik the installer now always installs the bootloader to the partition containing /boot, so the Macbook article's instructions to avoid installing to the MBR are redundant anyway.
(someone please correct me if i'm wrong)
ᶘ ᵒᴥᵒᶅ
Offline
We got the same issue. We solved it by installing GRUB manually using change root : https://wiki.archlinux.org/index.php/Change_Root
Offline
On Macbooks, I assume it is better to use EFI instead of BIOS, but it requires some extra work. You need a GPT instead of MBR and GRUB2 instead of legacy grub.
If you're interested, read these articles:
https://wiki.archlinux.org/index.php/GPT
https://wiki.archlinux.org/index.php/EFI
https://wiki.archlinux.org/index.php/Grub2
It worked for me. Basically before using the installer, do this:
1. set up network connection
2. install gptfdisk with pacman
3. run gdisk to create a GPT
4. first partition, make a 200MB EFI partition (set partition type accordingly), the rest according to your needs.
5. format first partition with FAT32
6. use the installer, but skip the boot loader part and uncheck grub in the package list, check grub2-efi instead
7. follow the wiki article to install grub2 to the EFI partition (you may have to chroot, i dont remeber), with a suitable grub.cfg
8. last step: insert a Mac OS X installation disk, boot it to open a Terminal and do it like this
https://wiki.archlinux.org/index.php/Gr … FI_systems
I think I could add that to the Wiki page but I don't have the time now.
Offline
@wombat. Installing EFI isn't this hard, but I need nvidia's blob to work.
Offline
We got the same issue. We solved it by installing GRUB manually using change root : https://wiki.archlinux.org/index.php/Change_Root
I gave me errors. You installed it in compatibility mod?
Offline
E3xpl0d3 wrote:We got the same issue. We solved it by installing GRUB manually using change root : https://wiki.archlinux.org/index.php/Change_Root
I gave me errors. You installed it in compatibility mod?
Yes.
Offline
Afaik the installer now always installs the bootloader to the partition containing /boot, so the Macbook article's instructions to avoid installing to the MBR are redundant anyway.
(someone please correct me if i'm wrong)
I'm not certain but I'm pretty sure this isn't correct for grub2. Maybe you're thinking of the default install with (legacy) grub?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
litemotiv wrote:Afaik the installer now always installs the bootloader to the partition containing /boot, so the Macbook article's instructions to avoid installing to the MBR are redundant anyway.
(someone please correct me if i'm wrong)
I'm not certain but I'm pretty sure this isn't correct for grub2. Maybe you're thinking of the default install with (legacy) grub?
Yes that's certainly possible, i haven't installed grub2 yet (am probably going to one of these days to get efi-boot running).
ᶘ ᵒᴥᵒᶅ
Offline
Pages: 1