notes/os/linux/manjaro/manjaro-kernels.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

47 строки
1.2 KiB
Plaintext
Исходник Ответственный История

Этот файл содержит неоднозначные символы Юникода

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

https://wiki.manjaro.org/index.php/Manjaro_Kernels
sudo mhwd-kernel -h
sudo mhwd-kernel -li
sudo mhwd-kernel -i <your-kernel>
[rmc: for removing current]
Volatile files bug:
https://forum.manjaro.org/index.php?topic=20285.0
https://forum.manjaro.org/index.php?topic=19869.0
https://wiki.archlinux.org/index.php/Kernel_modules
mkinitcpio:
https://wiki.archlinux.org/index.php?title=Mkinitcpio
man mkinitcpio
mkinitcpio -p linux318
>>> Generating initial ramdisk, using mkinitcpio. Please wait...
==> Building image from preset: /etc/mkinitcpio.d/linux318.preset: 'default'
-> -k /boot/vmlinuz-3.18-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-3.18-x86_64.img
Blacklisting:
piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
http://www.puppychau.com/archives/62
See if the i2c_piix4 module is indeed loaded with the command
sudo lsmod | grep i2c_piix4
Blacklist the loading of the i2c_piix4 module by adding it in
/etc/modprobe.d/blacklist.conf
blacklist i2c_piix4
dont need to update the boot image
kernels for virtualbox:
You may want to load vboxguest, vboxsf and vboxvideo
/etc/modules-load.d/linux312-virtualbox-guest-modules.conf
/etc/modules-load.d/mhwd-virtualbox.conf