Browse code

Updating the kernel version in grub.

Sharath George authored on 2015/08/14 03:32:52
Showing 1 changed files
... ...
@@ -96,7 +96,7 @@ set theme=/boot/grub2/themes/photon/theme.txt
96 96
 menuentry "Photon" {
97 97
 	insmod ext2
98 98
     insmod part_gpt
99
-	linux /boot/vmlinuz-3.19.2 init=/lib/systemd/systemd root=UUID=UUID_PLACEHOLDER loglevel=3 ro
99
+	linux /boot/vmlinuz-4.0.9 init=/lib/systemd/systemd root=UUID=UUID_PLACEHOLDER loglevel=3 ro
100 100
 	initrd /boot/initrd.img-no-kmods
101 101
 }
102 102
 # End /boot/grub2/grub.cfg