2

I'm trying to install Ubuntu 18.04.3 LTS on a high end Lenovo Thinkpad which I intend to use for development due to it's GPUs.

First attempt was to install on a HyperVisor VM. I briefly saw a some sort of boot error message the first time I connected to it, but it worked for about 10 minutes. After that I lost connection to the VM and I could never get back. I ended up deleting that VM and creating a new one, but never could get a system I could connect to. When I attempt to connect I get a tiny white screen, then a full sized black screen, then a message to try to reconnect.

I tried next to boot off the USB drive and install, but the installer freezes and crashing before the install process starts.

All of this made me think there was some sort of BIOS driver compatibility issues so I tried upgrading BIOS, but I still can't get anything to work. Any suggestions? I could pay for support if something thinks they can help.

Mike
  • 53

2 Answers2

1

The problem turns out to be the gpu. I can now boot from a USB and do an installation thanks to the suggestions listed below. The installation doesn't work, but at least I can do an installation.

Errors from nouveau when installing or booting from live usb

Mike
  • 53
0

On which OS have you created the bootable USB? Lenovo laptops especially thinkpads have an issue with interacting with a bootable usb made on linux especially if it was not in FAT32 format.

Try to follow these steps:

  1. Format the USB with FAT32 format.
  2. Make a new bootable USB from a windows computer.

If you dont have a windows PC then you can do a temporary virtual machine inside of linux.

Mark Kirby
  • 18,949
  • 19
  • 79
  • 116
Ifly777
  • 133