官方仓库中现已提供 kernel26 软件包。
警告: 遵循 Arch 一贯的风格,我在发布此软件包之前对其进行了长达 24 小时的测试,因为大多数想要使用 2.6 的用户早已在使用。如果您担心稳定性,暂时请继续使用 2.4。它是 Arch 的默认内核。
一些说明
- module-init-tools 取代了 modutils,并且可以与两个内核版本一起工作。
- kernel26 软件包大量使用了“26”后缀(例如 /boot/vmlinuz26、/boot/System.map26、/boot/kconfig26),以便 2.4 和 2.6 软件包可以共存。
- 如果您遇到奇怪的卡死问题,请尝试使用 acpi=off 引导。我的几台机器时不时会出现 ACPI 冻结的情况。
- pacman -Syu (确保您已安装 module-init-tools)
- pacman -S kernel26
- generate-modprobe.conf >/etc/modprobe.conf (或自行创建)
- 将此行添加到您的 /etc/fstab 文件中
none /dev/pts devpts defaults 0 0
- 为 /boot/vmlinuz26 创建一个 lilo/grub 条目
- 重启