It's me again. My laptop is Alienware Area 51m laptop. My OS is Zorin OS 16 Pro.
Recently I realized that after I upgraded my kernel to 5.13.0-35(or 37), the kernel can not boot. The screen become black when loading the kernel. I have tried adding some parameters in the boot command in grub as below but still in vain.
method1: add nomodeset
method2: adding noapic noacpi nosplash irqpoll instead of quiet splash
However, the kernel can be booted in VMWare workstation without any extra parameters
Anyway, now I want to use old kernel which is 5.13.0-28 because it could work with the laptop. However,it was already purged by using the command
sudo apt autoremove
So, could someone show me how to install the 5.13.0-28 kernel (also including the depenedent packages) and make sure it will not be purged again when using the command 'sudo apt autoremove'
Many thanks