![]() |
Debian Freshly Installed - "Oh no, something went wrong"
On a virtual machine, I just installed Debian 8. After setting it up and booting into it for the first time, I get a white screen saying, "Oh no, something went wrong". I'm not sure what to do at this point. I've tried reinstalling, but some problem.
|
Quote:
|
I have not run into this, though I've installed Debian to bare metal without issues many times. I do have a few ideas for troubleshooting.
What virtualization software are you using, and, in particular, what is the VM software's setting for the video adapter? If this were a bare metal install, my first suspect would be the graphics driver. When you boot the VM, do you have the option to boot into Safe Mode or something like that? (I forget the exact Debian boot terminology.) Alternatively, can you boot the installation media into Live Mode, mount the install drive, and take a look at the logs, either in /var/log or using SystemD tools? This LQ thread may provide some hints: http://www.linuxquestions.org/questi...rt-4175510641/ Afterthought: This is a complete shot in the dark, but, as best as I can remember, the current Debian installation routine asks you to select a Display Manager at time of install; I think it defaults to GDM. Which one did you select? |
Try getting to a terminal (CTRL+ALT+F3) and do
Code:
$ dpkg-reconfigure libpam-systemd Code:
$ dpkg-reconfigure systemd Code:
$ ps aux | grep X | awk '{print $2}' | xargs sudo kill $1 If it fails, have a look in /var/log/Xorg.0.log. I hope this helps. |
Quote:
anyhow, it all starts with getting into a tty, as described earlier. or boot into rescue mode. the most likely guess is a graphical driver issue, so enter these commands: Code:
lspci -k | grep -iEA5 'vga|3d' bonus points if you manage code tags. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Quote:
|
Might help or not. But requires you to start over.
http://www.brianlinkletter.com/insta...rtual-machine/ |
In the VM
Quote:
|
All times are GMT -5. The time now is 01:47 PM. |