j'ai un petit souci je souhaite installer Arch sur mon Macbook Pro 8,2.
Je me suis évidement documenté avec ceci :
https://wiki.archlinux.org/index.php/Sy ... le_aka_GPT
https://wiki.archlinux.org/index.php/Ma ... ook_Pro%29
et donc voila les étapes de mon installation :
Code : Tout sélectionner
# pacman /mnt syslinux
installation normale (fstab, local, ...)
.... installation du bootloader :
Code : Tout sélectionner
# sgdisk /dev/sda --attributes=1:set:2
# sgdisk /dev/sda --attributes=1:show
1:2:1 (legacy BIOS bootable)
# dd bs=440 conv=notrunc count=1 if=/usr/lib/syslinux/gptmbr.bin of=/dev/sda
# syslinux-install_update -iam
Code : Tout sélectionner
syslinux install successful
FAILED to set attribute Legacy BIOS Bootable on /dev/sda3
/dev/sda4 -> /boot
/dev/sda5 -> swap
/dev/sda6 -> /
Merci d'avance pour votre aide
Armand