While doing apt-get dist-upgrade
on a Debian GNU/Linux Jessie
EXTLINUX warned me that now was mandatory to install grub
.
The system was installed after an image not done by me: is it safe to ignore the warning? Have I to install grub
also if now it's not installed and everything works (until I reboot, maybe)?
Can you please give me pointers?
Your system won't boot anymore, since EXTLINUX config won't be updated.
Install grub and tell him where to install its boot loader.
apt-get install grub-pc
I also experienced this while upgrading Debian Wheezy to Debian Jessie on a VPS. The solution was to keep the old version of extlinux. Source: http://shallowsky.com/blog/linux/install/extlinux-on-jessie.html
Hold the old extlinux:
Then upgrade:
Reboot should still work.
If you do a kernel update, as far as I understand, you should update the extlinux config manually. See this question: Kernel upgrade with EXTLINUX on Debian