Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 2486  / 2 Years ago, tue, june 28, 2022, 11:20:42

I need to install a non-PAE kernel for a 64-bit machine that supports PAE. 32-bit 12.04 currently comes with a PAE kernel but I need to get a non-PAE kernel. An older version of Ubuntu is also acceptable as long as it runs in 32-bit mode.


More From » 12.04

 Answers
6

32-bit 12.04 currently comes with a PAE kernel but I need to get a non-PAE kernel.





  • It's as simple as doing this on your existing 32-bit 12.04 installation:




    • sudo apt-get install linux-image-generic


  • followed by a this to remove the PAE kernel (so the system boots from the non-PAE by default):




    • sudo apt-get remove linux-image-generic-pae

    • Alternatively, comment out the GRUB_HIDDEN lines in /etc/default/grub and run sudo update-grub to display the grub menu upon boot, from which you can select the kernel to use.


  • If you want to install a non-PAE kernel as part of a new installation, start with Xubuntu or Lubuntu 12.04 32-bit, both of which come with the non-PAE kernel. Once running, you can run sudo apt-get install ubuntu-desktop to get the full Unity desktop experience.


  • In general, the two common kernel suffixes for 12.04 are:




    1. -generic (non-PAE for 32-bit; standard for 64-bit)

    2. -generic-pae (PAE and default for 32-bit only)



[#37616] Wednesday, June 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pilun

Total Points: 270
Total Questions: 100
Total Answers: 94

Location: England
Member since Sat, Feb 13, 2021
3 Years ago
;