wqpplace.blogg.se

Install arch linux macbook pro
Install arch linux macbook pro





install arch linux macbook pro

Uncomment and add for yaourt: # vim /etc/nf Add: Server = $arch Set locale preferences in /etc/nf: # vim /etc/nf Type in: LANG="en_US.UTF-8" LC_COLATE="C" For example: # ln -s /usr/share/zoneinfo/Europe/Paris /usr/share/zoneinfo/Europe/Paris /etc/localtime # echo > /etc/hostname Generate a link from /usr/share/zoneinfo/Zone/SubZone to /etc/localtime. Next we chroot (change root) into our system: # arch-chroot /mnt # pacstrap /mnt base base-devel grub-efi-x86_64Ĭonfigure the system Generate an fstab with the following command: # genfstab -p /mnt > /mnt/etc/fstab Install the base and base-devel (optional but recommended) Install the base system and boot-loader Edit /etc/pacman.d/mirrorlist so you will have fast speed :) # vim /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist # lsusb - If you have an usb wireless adapter # iwconfig - Search for devices that has an wireless card # ip link set on # wifi-menu - Search & Connect to your network

install arch linux macbook pro

For more information read configuring network. If you need to setup a static IP or use management tools such as Netcfg, you should stop this service first: systemctl stop rvice. ) if you want them to be detected by genfstab.Ĭonnect to the internet A DHCP service is already enabled for all available devices. You should also create directories for and mount any other partitions (/mnt/boot, /mnt/home. Mount the partitions We now must mount the root partition on /mnt. Read Create an UEFI System Partition in Linux. If you are using (U)EFI you will most probably need another partition to host the UEFI System partition. Partition disks Run cgdisk and partition your disk (duh!)įormat the partitions See File Systems for details.







Install arch linux macbook pro