4

I'm trying to install Lubuntu 17.10 as a guest OS on a virtual machine. I'm using VirtualBox Version 5.2.6 r120293 (Qt5.6.1) and my host OS is CentOS 7.

I create a virtual machine, loaded the ISO image of Lubuntu 17.10 into it and started the machine. I got the options where it asked whether I wanted to try Lubuntu or I wanted to install. I selected install and the only thing I ended up getting was a garbled screen.

So, I booted it again but this time I selected try Lubuntu. But the result was the same. Following is a screenshot of the same.

garbled screen

I'm not sure what is the issue. Is it a problem with the OS or VirtualBox? And how can I resolve it?

Bilesh Ganguly
  • 829
  • 1
  • 6
  • 16

3 Answers3

2

Not sure if this will work in your case, but my guest Lubuntu 17.10 looked exactly the same when running on a windows host. Here's what fixed it for me

1. disabling nested paging (system → acceleration → enable nested paging checkbox)

2. increasing the video memory to 128 mb (display → video memory slider)

mberna
  • 229
  • 2
  • 8
2

I had the same problem, using Virtualbox 5.1.38_Ubuntu r122592 on Mint 18.3 as Host and Mint 19 as Guest both 64bit with Cinnamon.

The only thing that worked for me was to boot the guest in compatibility mode (during boot, there is a window prompting "starting Linux Mint in 10 seconds". If you hit "Enter" at this point, a menu appears, making it possible to switch to compatibility mode). This forces Mint to use Software rendering.

In Virtualbox I tried both enabling and disabling 3D-acceleration, increasing grafic memory, disabling nested paging, switching to full screen and back. None of this had an effect on the problem for me.

I wanted to share this, because, maybe it is helpful for someone in the future.

peep
  • 21
  • 3
0

Same problem on lubuntu-18.04 + VirtualBox 5.2.34. Turning off nested paging and increasing video memory didn't work. The solution was to press F6 on the boot menu (before starting the installation) and select nomodeset.

gfour
  • 101
  • 1