Archlinux auf einem Macbook Pro 3.1

Aus wiki.archlinux.de

!!Dieser Artikel befindet sich noch im Aufbau!!

Einleitung

Triple Boot Installation

Zuerst habe MacOS installiert und folgende Aufteilung gewählt:

MacOS mit 4 Partitionen:

  • Apple HFS 12GB
  • Boot UFS 500MB
  • MSDOS 19GB
  • Rest freier Speicher

Anschießend habe ich REFIT installiert, die Boot Partition mit ext3 Formatiert und dann REFIT synchronisiert.

Es ist empfehlenswert außerdem den MBR zu sichern:

dd if=/dev/sda of=/mnt/usb/apple+refit.mbr bs=512 count=1

Jetzt kannn man noch Windows Vista in die 19GB Partition installieren und zuletzt Archlinux.

ArchLinux 32-Bit Installation verschlüsselt

Infos dazu gibt es im Beginners Guide: http://wiki.archlinux.org/index.php/Beginners_Guide_(Deutsch)

1. Ändern der 'keymap'

km

>de-latin1->default 8x16

2. Module laden:

modprobe aes
modprobe dm-crypt

3. Installation starten:

/arch/setup/

4. Netzwerkverbindung einrichten

5. Parted installieren und anschliessend die Platte partitionieren:

pacman -Sy parted
parted /dev/sda

So sieht die Partitionstabelle bei mir aus:

Nummer Anfang Ende Größe Dateisystem Name Flags

1      20,5kB  210MB   210MB   fat32        EFI System Partition   boot
2      210MB   13,6GB  13,4GB  hfs+         Apple_HFS_Untitled_1
3      13,6GB  14,3GB  671MB   ext2
4      14,3GB  34,7GB  20,4GB  ntfs         DOS_FAT_32_Untitled_3
5      34,7GB  36,7GB  2015MB 
6      36,7GB  47,0GB  10,3GB  jfs
7      47,0GB  51,0GB  4000MB  ext3
8      51,0GB  53,0GB  2000MB  ext3
9      53,0GB 120,0GB  67,0GB  jfs

MBR

dd

Sound

pacman -S alsa-lib alsa-utils

nano /etc/rc.conf MODULES=(snd-hda-intel) DAEMONS=(alsa)

nano /etc/modprobe.d/sound alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel

nano /etc/modprobe.conf options snd-hda-intel model=mbp3

nano /etc/conf.d/alsa POWERSAVE=1

Bluetooth

pacman -S bluez-libs bluez-utils gnome-bluetooth bluez-gnome nautilus-sendto

nano /etc/rc.conf DAEMONS=(bluetooth)

nano /etc/conf.d/bluetooth HID2HCI_ENABLE="true"

hidd --search

Keyboard Backlight

pacman -S confuse pkgconfig

pommed-1.20-1-i686.pkg.tar.gz

nano /etc/rc.conf DAEMONS=(pommed) mv /etc/pommed.conf.mactel /etc/pommed.conf nano /etc/pommed.conf komplett auskommentieren ausser:

general {

       fnmode = 2

}


Wlan

pacman -S madwifi

nano /etc/rc.conf MOD_BLACKLIST=(ath5k)