Closed sebbov closed 1 year ago
It seems I'll have to make the script reboot the system when it detects that there's a kernel update going on. Once kernel is updated and headers are installed, the installation works good. It's already doing reboots for some operating systems, so it should be that much of a deal. Just makes the whole process slower.
I'll probably have an update ready tomorrow.
Hi @m-strzelczyk thanks for your quick fix. However, this still blocks my team because our team does not support "reboot" while GPU driver installation.
Do you happen to know is there any good way to let Debian update the kernel without rebooting? Appreciated!
I'm afraid it's impossible to update the kernel without restarting the system.
This script always had an option to reboot systems for driver installation, it didn't happen before for Debian or Ubuntu, because it wasn't necessary. Unfortunately it is now :< Perhaps once GCP releases new base boot image that has the newest kernel, we won't have to reboot once more.
Create VM with default Debian image, which resolves to
debian-11-bullseye-v20230814
. I included a T4, but it shouldn't matter.Running the install script on first boot results in:
Full output below.
First seen on 8/23. Internally reported at b/297284811. Not a Debian issue per: https://bugs.debian.org/1050841. #26 was a partial fix which got reverted.