Le 14/01/2019 à 11:09, Vincent Lefevre a écrit :
On 2019-01-14 11:06:01 +0100, Vincent Lefevre wrote:
On 2019-01-08 20:12:43 +0100, Pascal Hambourg wrote:
This issue is not specific to lilo. It would affect grub-pc updates too,
because the boot device is specified by device id.
For example on my system :
$ debconf-show grub-pc
(...)
* grub-pc/install_devices: /dev/disk/by-id/ata-WDC_WD1200BEVE-00WZT0_...
The issue would happen less often - only when updating the grub-pc
package instead of on any kernel update - but it would still happen.
... which was what happened to me a few days ago!
BTW, a display bug in the terminal made the problem worse, because
I could not select a device for GRUB installation. So, currently,
new GRUB versions are no longer installed.
Which display bug ? During the system installation ?
You can install new versions of GRUB by hand with
# grub-install /dev/disk/by-id/...
Or you can reconfigure grub-pc with
# dpkg-reconfigure grub-pc
If the display bug is still present in the default "dialog"
(curses-like) front-end, you can try to use the "readline" (command
line-like) front-end with "--frontend=readline" when running
dpkg-reconfigure.