You are not logged in.
I installed linux-lts but I decided to remove linux-lts and use linux.
i removed linux-lts and nvidia-lts.
i installed linux and nvidia.
then i boot wirh linux and config grub by this command :
sudo grub-mkconfig -o /boot/grub/grub.cfgAfter that, my system will still boot automatically with
linux-lts and there is always error. error says module loading error and kernel not load and ....
When I boot manually with
linux kernel everything works like a charm .
How can I make
linuxto be default?
Offline
Offline
grub-mkconfig should™ have removed the linux-lts entry - did you forget to mount the boot partition?
Offline
i read and done this before . but this is NOT releated to my problem
Offline
grub-mkconfig should™ have removed the linux-lts entry - did you forget to mount the boot partition?
what you mean mount the boot partition ??? i removed linux-lts and installed linux simply
then re-generated grub config file
but still my system try boot with linux-lts
Offline
If your GRUB looks for the grub.cfg on a separate partition and that wasn't mounted when you generated your grub.cfg you will not have updated the correct grub.cfg. Mount the partitions like you think they are correct and post
lsblk -f
mount
sudo cat /boot/grub/grub.cfgLast edited by V1del (2021-09-05 12:19:51)
Offline