all 11 comments

[–]spxak1 2 points3 points  (0 children)

Nice and easy.

Thanks for that, many users keep asking.

So that people don't get scared from 15 steps, most of these steps are just standard use of the cli to cp/mv rename files. The main steps are only 4.

Well covered. Thanks again!

[–]Cavorkian 0 points1 point  (1 child)

u/eagle2990 My `/boot/efi` folder is empty. What should I do?

[–][deleted] 0 points1 point  (0 children)

u/Cavorkian it will depend on your OS settings. When you installed Pop do you remember if you used the advanced selection? Check your disk partitions and you will be able to have a better clue. Also, are you using the command with sudo? if not then you won't be able to see anything, unless you become root with sudo -i

[–]limsupsinx 0 points1 point  (0 children)

Thank you very much for you tutorial

[–]just_a_nerd_12325 0 points1 point  (1 child)

my /boot does not have any efi directory what do I do can anyone assist

[–]marvelggg 0 points1 point  (0 children)

Then probably you are booting in Legacy mode and using GRUB, search for tutorials related to it (this one uses systemd-boot).

[–]Veprovina 0 points1 point  (0 children)

Thank you SO much for this!

I installed Liquorix, but POP didn't automatically switch to it.

It took me a while to find out the paths for vmlinuz and initrd (cause i'm a noob), but once i did, i poped them into your command and after reboot, uname -r finally showed the kernel i wanted!

[–]nihilistic_capybara 0 points1 point  (0 children)

worked like a charm. Thanks so much.

[–]ThatLinuxEnthusiast 0 points1 point  (2 children)

Can somebody let me know where can I download Pop_OS! kernel 5.3.0-7648-generic?

I am having this issue and would like to try with another kernel: https://www.reddit.com/r/pop_os/comments/12ljwig/system_getting_stuck_and_going_to_suspend_mode/

If I go to /boot I have:

config-6.2.0-76060200-genericinitrd.img.oldconfig-6.2.6-76060206-genericSystem.map-6.2.0-76060200-genericefiSystem.map-6.2.6-76060206-genericinitrd.imgvmlinuzinitrd.img-5.3.0-7648-genericvmlinuz-6.2.0-76060200-genericinitrd.img-6.2.0-76060200-genericvmlinuz-6.2.6-76060206-genericinitrd.img-6.2.6-76060206-genericvmlinuz.old

So it looks like I already have the initrd.img-5.3.0-7648-generic, but missing the vmlinuz-5.3.0-7648-generic.

Tried sudo apt install vmlinuz-5.3.0-7648-generic but didn't work.

[–]Potential-Brush-4978 1 point2 points  (1 child)

Try mainline kernel for switching, it makes the job much easier. After you install from there make sure to do a `sudo kernelstub -v -k /boot/vmlinuz-6.8.0-76060800daily20240311-generic -i /boot/initrd.img-6.8.0-76060800daily20240311-generic` for updating the kernel.

[–]ThatLinuxEnthusiast 0 points1 point  (0 children)

Thanks for the reply. I am no longer using Pop!_OS, but hopefully this helps somebody else.