|
You are here |
blog.nobugware.com | ||
| | | | |
blog.chand1012.dev
|
|
| | | | | Advice for those who want to start Arch Linux but can't seem to get it working. | |
| | | | |
jborza.com
|
|
| | | | | As I planned to work some more on the emuriscv RISC-V emulator, I wanted to upgrade from Linux 4.15 and buildroot from 2018 to something more recent. Buildroot-2020-02 supports compiling the image against Linux 5.x headers, while the 5.x kernel should have better support for RISC-V. Preparations Cloned the linux kernel source at the 5.3 tag - https://github.com/torvalds/linux/tree/v5.3. Prepared the defconfig with make ARCH=riscv CROSS_COMPILE=$CCPREFIX defconfig Kernel configuration Base ISA: RV32I, no ... | |
| | | | |
willhaley.com
|
|
| | | | | My instructions are based on this article for getting Arch to support the 88SE6145 SATA II PCI-E Marvell controller. That is one of two SATA controllers used by the Intel BOXD975XBX2KR LGA 775 Intel 975X ATX Intel Motherboard. Here is what we must do. Blacklist the Marvell PATA kernel module. # /etc/rc.conf MODULES=(... !pata_marvell) Enable Marvell AHCI module. # /etc/modprobe.d/modprobe.conf options ahci marvell_enable=1 Update ramdisk config. # /etc/mkinitcpio.conf MODULES="ahci" ... FILES="/etc/modprobe.d/modprobe.conf" Recreate ramdisk. | |
| | | | |
cookie.engineer
|
|
| | | Arch Linux Installation Guide (UEFI) | ||