(16-Apr-2018, 07:10 PM)traver02 Wrote: Hi AK,Hi Luca, I tried to switch kernels using 1.0.11 and have no problems. Are you sure you have rebooted? For now, can you SSH into your SnakeoilOS computer and edit the boot loader manually. Once log in, run the following command:
i have just updated to 1.0.11
before i was using the M2tech kernel
now i cannot switch to the standard Kernel anymore
64 bit version
- select kernel
- reboot
- kernel is always the m2tech
- cleared cache
- switched off and on again.....
- kernel is m2tech
- no way
- should i physically delete the m2tech kernel? is it accessible? do not think so
thanks
luca
sudo nano /etc/default/grub
Enter your user password again when prompted. Look at the contents of the file, and you should find the following two lines. Note your second line might be different
#GRUB_DEFAULT=0
GRUB_DEFAULT="1>Ubuntu, with Linux 4.4.9-rt17-amd64-m2tech"
Change it to:
GRUB_DEFAULT=0
#GRUB_DEFAULT="1>Ubuntu, with Linux 4.4.9-rt17-amd64-m2tech"
Now save the file, and run the following command:
sudo update-grub
If there are no errors, reboot the computer and see how it goes.