Kernel Did Not Upgrade? / Not In Grub List -- SOLVED --

Archived topics about LMDE 1 and LMDE 2
Locked
BadFinger

Kernel Did Not Upgrade? / Not In Grub List -- SOLVED --

Post by BadFinger »

Update pack 4 went fine, but something went wrong with the new kernel/Grub list.
Running uname -a still shows 3.0.0-1-amd64 kernel.

Running update-grub gives me:
Generating grub.cfg ...
Found background image: linuxmint.png
Found Debian background: linuxmint.png
Found linux image: /boot/vmlinuz-3.0.0-1-amd64
Found initrd image: /boot/initrd.img-3.0.0-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Linux Mint Xfce Edition (1) on /dev/sda1
Found Linux Mint 12 LXDE (12) on /dev/sda6
Found Windows 7 (loader) on /dev/sdb1

I have LMDE installed on sda3.
I'll take some newb help from someone .. ..I need the new kernel to install and show it in the list upon boot-up.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
äxl

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by äxl »

sudo apt-get install linux-headers-3.2.0-2-amd64
sudo update-grub
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by BadFinger »

Still isn't in the Grub list on boot.
uname -a still shows 3.0.0-1-amd64 #1 SMP Sun Jul 24 02:24:44 UTC 2011 x86_64 GNU/Linux

tom@hackingu:~$ sudo apt-get install linux-headers-3.2.0-2-amd64
[sudo] password for tom:
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-3.2.0-2-amd64 is already the newest version.
The following packages were automatically installed and are no longer required:
libboost-system1.42.0 libglew1.6 libqtmultimediakit1 libgtkimageview0 libboost-thread1.42.0 ttf-wqy-zenhei kdebase-data libmcs1
libboost-regex1.42.0 libxalan2-java-gcj libgdata1.8-cil libqtlocation1 libsmpeg0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
tom@hackingu:~$ sudo update-grub
Generating grub.cfg ...
Found background image: linuxmint.png
Found Debian background: linuxmint.png
Found linux image: /boot/vmlinuz-3.0.0-1-amd64
Found initrd image: /boot/initrd.img-3.0.0-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Linux Mint Xfce Edition (1) on /dev/sda1
Found Linux Mint 12 LXDE (12) on /dev/sda6
Found Windows 7 (loader) on /dev/sdb1
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by Monsta »

äxl wrote:sudo apt-get install linux-headers-3.2.0-2-amd64
err... linux-headers won't do you any good without linux-image :)
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by BadFinger »

Ran that, updated grub again, still no difference.

tom@hackingu:~$ sudo update-grub
Generating grub.cfg ...
Found background image: linuxmint.png
Found Debian background: linuxmint.png
Found linux image: /boot/vmlinuz-3.0.0-1-amd64
Found initrd image: /boot/initrd.img-3.0.0-1-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
Found Linux Mint Xfce Edition (1) on /dev/sda1
Found Linux Mint 12 LXDE (12) on /dev/sda6
Found Windows 7 (loader) on /dev/sdb1
done
äxl

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by äxl »

Monsta wrote:
äxl wrote:sudo apt-get install linux-headers-3.2.0-2-amd64
err... linux-headers won't do you any good without linux-image :)
:D Oops, sorry. Thought they were dependent. So, BadFinger did you:
sudo apt-get install linux-headers-3.2.0-2-amd64 linux-image-3.2.0-2-amd64
sudo update-grub
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by BadFinger »

Ok, thanks everyone, the option is now there and it boots into it.

Now I have the black screen though after grub selection using 3.2 kernel (nvidia 580).
usually 'nomodeset' option will get me to desktop, but not this time.
So now I'm off to solve another problem, and have to still use 3.0 kernel until then :(
äxl

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by äxl »

I've read about this Nvidia problem before. Did you ever try the option modeset=0 or nouveau.modeset=0?
Last edited by äxl on Sun Apr 08, 2012 5:05 pm, edited 1 time in total.
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List <SOLVED>

Post by BadFinger »

Marking the kernel problem as solved.
No, i'll try that now thnx.
äxl

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by äxl »

modeset=0
or
nouveau.modeset=0
?

I guess you have to rename the first post in this thread to mark it solved, am I wrong?
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by BadFinger »

yes, I already marked it solved.
i tried 'nomodeset', and the options you suggested, but didn't help.
I add them after the word 'quiet', hope that was in the right spot.
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List -SOLVED-

Post by BadFinger »

kernel problem is solved.
äxl

Re: Kernel Did Not Upgrade? / Not In Grub List

Post by äxl »

BadFinger wrote:I add them after the word 'quiet', hope that was in the right spot.
I have no idea. ;) As far as I've read it's usually after quiet splash.
kernel problem is solved.
Which one?
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List -- SOLVED --

Post by BadFinger »

all three.
nomodeset, modeset=0 and nouveau.modeset=0.
none worked :(
zerozero

Re: Kernel Did Not Upgrade? / Not In Grub List -- SOLVED --

Post by zerozero »

if you are booting into 3.2 kernel and nvidia fails try this: reinstall nvidia-kernel-dkms
BadFinger

Re: Kernel Did Not Upgrade? / Not In Grub List -- SOLVED --

Post by BadFinger »

Hi zero, thanks for stopping by, (cuz I know your busy), with the final fix.
Now I have the new kernel and can reach the desktop.

And by the way .. ..LMDE with MATE (or Mate .. heh) is AWESOME.
All those complaining for the last few months hopefully will be quieted down now.
zerozero

Re: Kernel Did Not Upgrade? / Not In Grub List -- SOLVED --

Post by zerozero »

BadFinger wrote: And by the way .. ..LMDE with MATE (or Mate .. heh) is AWESOME.
All those complaining for the last few months hopefully will be quieted down now.
:lol: we can only hope.
you're welcome
Locked

Return to “LMDE Archive”