[How To] Remove Old and Unused Kernels February 17, 2021 0 From time to time Ubuntu updates the GRUB menu lists a lot of previous Linux kernels and eats a lot of hard-disk space. In this article, we will discuss how we can remove old and … Read More
kernel: irq 153: Please try booting with acpi=off and report a bug September 16, 2011 0 Problem kernel: irq 153: Please try booting with acpi=off and report a bug Apr 2 11:14:17 localhost kernel: irq 153: nobody cared! (screaming interrupt?) Apr 2 11:14:17 localhost kernel: irq 153: Please try booting with … Read More
[How To] Compile Kernel (CentOS 2.6.19) September 15, 2011 0 Download Kernel from http://kernel.org Extract package tar xjf linux-2.6.19.tar.bz2 cd linux-2.6.19 Modify /etc/modprobe.conf to avoid error message mcedit /etc/modprobe.conf Comment mptscsi (if exists) alias eth0 pcnet32 alias scsi_hostadapter mptbase #alias scsi_hostadapter1 mptscsi alias scsi_hostadapter2 mptfc … Read More