I recently created a partition on my Macbook Pro (late 2013 release) to run Ubuntu, following this tutorial.
I managed to have it running smoothly, but I need to update the Kernel to 4.4. I've been following this website's instructions but once I reboot my computer and log back in and run uname -r
, the Kernel is still 4.2.0-30-generic
. I've also tried pressing Esc to see GRUB, but the apparently installed Kernel 4.4 doesn't appear on the list.
Any ideas?
UPADTE 1:
After Hyltixa helped me, it seems that GRUB is the problem here. After running sudo update-grub
this shows up:
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.4.0-040400-generic
Found initrd image: /boot/initrd.img-4.4.0-040400-generic
Found linux image: /boot/vmlinuz-4.2.0-30-generic
Found initrd image: /boot/initrd.img-4.2.0-30-generic
Found linux image: /boot/vmlinuz-4.2.0-27-generic
Found initrd image: /boot/initrd.img-4.2.0-27-generic
Found Mac OS X on /dev/sda5
done
which shows that the files did in fact get installed. But GRUB is not showing them as options when booting
UPDATE 2
Here's a snapshot of the grub-customizer tool:
Try using the grub-customizer according to the answer to this question you find here, there you can easy modife grub and the order in grub, try to see with this app if you can make any changes to the grub to make the 4,4 kernel to show up as boot alternativ !
http://askubuntu.com/questions/100232/how-do-i-change-the-grub-boot-order
– Hyltixa Mar 11 '16 at 01:27