Unfortunately, due to BIOS limitations, you can’t just simply install vanilla Ubuntu 18.04. The TensorBooks need a modified set of linux kernel parameters in order to be able to use their GPUs and display. We’re working with the BIOS authors to modify the BIOS to not require this.
In the mean time, you can re-install Ubuntu 18.04 + Lambda Stack by following these steps:
-
Install Ubuntu 18.04
-
Log in, open a terminal and type
sudo nano /etc/default/grub
Then modify the
/etc/default/grub
file to so that theGRUB_CMDLINE_LINUX_DEFAULT
looks like this:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_os_name=Linux acpi_osi= acpi_backlight=vendor"
Save the file with
[Ctrl]-[O]
then[Enter]
. -
Type
sudo update-grub
in the terminal. -
Install Lambda Stack: Lambda Stack: an AI software stack that's always up-to-date
-
Reboot the machine with
sudo reboot
You should now have a system with Ubuntu 18.04 + Lambda Stack installed.