Cannot login to my Ubuntu 16.04 VB

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
In a bit of a problem here. I installed a proprietary nvidia driver on my Ubuntu 16.04 on the Virtual Box. After I have do so, I was not able to get past the login screen. I would input my password, it would look as if it is going to give me the desktop screen but then it would go back to the start screen again and ask me for login details.
I followed the steps here to mess with the grub file through the command line (upstart):
12.04.3 can start only after I press "resume" in rescue mode (every boot) - problem with Nvidia driver
After adding nomodeset and running the update-grub - problem was not solved. So I removed quite splash and now I get the UEFI screen. No idea what that is. And now I am stuck....
NOTE: Fixed the UEFI issue. I had a tick box ticked in the VB settings. But still cannot get past the login screen. Easy solution: is to delete the nvidia driver. But I really do not want to. As I believe my sound stutter on videos is due to absence of the driver.
nvidia login
add a comment |Â
up vote
2
down vote
favorite
In a bit of a problem here. I installed a proprietary nvidia driver on my Ubuntu 16.04 on the Virtual Box. After I have do so, I was not able to get past the login screen. I would input my password, it would look as if it is going to give me the desktop screen but then it would go back to the start screen again and ask me for login details.
I followed the steps here to mess with the grub file through the command line (upstart):
12.04.3 can start only after I press "resume" in rescue mode (every boot) - problem with Nvidia driver
After adding nomodeset and running the update-grub - problem was not solved. So I removed quite splash and now I get the UEFI screen. No idea what that is. And now I am stuck....
NOTE: Fixed the UEFI issue. I had a tick box ticked in the VB settings. But still cannot get past the login screen. Easy solution: is to delete the nvidia driver. But I really do not want to. As I believe my sound stutter on videos is due to absence of the driver.
nvidia login
You donâÂÂt need drivers for your actual graphics card inside VirtualBox since it provides the guest with its own virtual graphics card. You should rather check your VirtualBox settings.
â Melebius
Feb 7 at 13:21
working now. I had to purge nvidia: sudo apt-get purge nvidia*
â i squared - Keep it Real
Feb 7 at 13:26
but the sound stutter persists.....
â i squared - Keep it Real
Feb 7 at 13:27
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
In a bit of a problem here. I installed a proprietary nvidia driver on my Ubuntu 16.04 on the Virtual Box. After I have do so, I was not able to get past the login screen. I would input my password, it would look as if it is going to give me the desktop screen but then it would go back to the start screen again and ask me for login details.
I followed the steps here to mess with the grub file through the command line (upstart):
12.04.3 can start only after I press "resume" in rescue mode (every boot) - problem with Nvidia driver
After adding nomodeset and running the update-grub - problem was not solved. So I removed quite splash and now I get the UEFI screen. No idea what that is. And now I am stuck....
NOTE: Fixed the UEFI issue. I had a tick box ticked in the VB settings. But still cannot get past the login screen. Easy solution: is to delete the nvidia driver. But I really do not want to. As I believe my sound stutter on videos is due to absence of the driver.
nvidia login
In a bit of a problem here. I installed a proprietary nvidia driver on my Ubuntu 16.04 on the Virtual Box. After I have do so, I was not able to get past the login screen. I would input my password, it would look as if it is going to give me the desktop screen but then it would go back to the start screen again and ask me for login details.
I followed the steps here to mess with the grub file through the command line (upstart):
12.04.3 can start only after I press "resume" in rescue mode (every boot) - problem with Nvidia driver
After adding nomodeset and running the update-grub - problem was not solved. So I removed quite splash and now I get the UEFI screen. No idea what that is. And now I am stuck....
NOTE: Fixed the UEFI issue. I had a tick box ticked in the VB settings. But still cannot get past the login screen. Easy solution: is to delete the nvidia driver. But I really do not want to. As I believe my sound stutter on videos is due to absence of the driver.
nvidia login
nvidia login
edited Feb 7 at 13:20
asked Feb 7 at 13:10
i squared - Keep it Real
1093
1093
You donâÂÂt need drivers for your actual graphics card inside VirtualBox since it provides the guest with its own virtual graphics card. You should rather check your VirtualBox settings.
â Melebius
Feb 7 at 13:21
working now. I had to purge nvidia: sudo apt-get purge nvidia*
â i squared - Keep it Real
Feb 7 at 13:26
but the sound stutter persists.....
â i squared - Keep it Real
Feb 7 at 13:27
add a comment |Â
You donâÂÂt need drivers for your actual graphics card inside VirtualBox since it provides the guest with its own virtual graphics card. You should rather check your VirtualBox settings.
â Melebius
Feb 7 at 13:21
working now. I had to purge nvidia: sudo apt-get purge nvidia*
â i squared - Keep it Real
Feb 7 at 13:26
but the sound stutter persists.....
â i squared - Keep it Real
Feb 7 at 13:27
You donâÂÂt need drivers for your actual graphics card inside VirtualBox since it provides the guest with its own virtual graphics card. You should rather check your VirtualBox settings.
â Melebius
Feb 7 at 13:21
You donâÂÂt need drivers for your actual graphics card inside VirtualBox since it provides the guest with its own virtual graphics card. You should rather check your VirtualBox settings.
â Melebius
Feb 7 at 13:21
working now. I had to purge nvidia: sudo apt-get purge nvidia*
â i squared - Keep it Real
Feb 7 at 13:26
working now. I had to purge nvidia: sudo apt-get purge nvidia*
â i squared - Keep it Real
Feb 7 at 13:26
but the sound stutter persists.....
â i squared - Keep it Real
Feb 7 at 13:27
but the sound stutter persists.....
â i squared - Keep it Real
Feb 7 at 13:27
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The proprietary nvidia driver here won't help unless you're using some form of PCIe forwarding (probably not unless you explicitly enabled this support in your host BIOS and have more than one graphics device.)
Instead, you should install the virtualbox guest additions in the VM, as it will provide better integration with the VM hardware, it's available in the package virtualbox-guest-dkms and will install everything into the kernel for you. The guest graphics for X11 is in virtualbox-guest-x11. Just sudo apt install them.
For your stutter issue, I would check the audio device being emulated, something like 
Try different audio controllers, some may perform better than others, and make sure your host audio driver is on the one you're using. (Pulse by default.)
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The proprietary nvidia driver here won't help unless you're using some form of PCIe forwarding (probably not unless you explicitly enabled this support in your host BIOS and have more than one graphics device.)
Instead, you should install the virtualbox guest additions in the VM, as it will provide better integration with the VM hardware, it's available in the package virtualbox-guest-dkms and will install everything into the kernel for you. The guest graphics for X11 is in virtualbox-guest-x11. Just sudo apt install them.
For your stutter issue, I would check the audio device being emulated, something like 
Try different audio controllers, some may perform better than others, and make sure your host audio driver is on the one you're using. (Pulse by default.)
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
add a comment |Â
up vote
0
down vote
The proprietary nvidia driver here won't help unless you're using some form of PCIe forwarding (probably not unless you explicitly enabled this support in your host BIOS and have more than one graphics device.)
Instead, you should install the virtualbox guest additions in the VM, as it will provide better integration with the VM hardware, it's available in the package virtualbox-guest-dkms and will install everything into the kernel for you. The guest graphics for X11 is in virtualbox-guest-x11. Just sudo apt install them.
For your stutter issue, I would check the audio device being emulated, something like 
Try different audio controllers, some may perform better than others, and make sure your host audio driver is on the one you're using. (Pulse by default.)
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The proprietary nvidia driver here won't help unless you're using some form of PCIe forwarding (probably not unless you explicitly enabled this support in your host BIOS and have more than one graphics device.)
Instead, you should install the virtualbox guest additions in the VM, as it will provide better integration with the VM hardware, it's available in the package virtualbox-guest-dkms and will install everything into the kernel for you. The guest graphics for X11 is in virtualbox-guest-x11. Just sudo apt install them.
For your stutter issue, I would check the audio device being emulated, something like 
Try different audio controllers, some may perform better than others, and make sure your host audio driver is on the one you're using. (Pulse by default.)
The proprietary nvidia driver here won't help unless you're using some form of PCIe forwarding (probably not unless you explicitly enabled this support in your host BIOS and have more than one graphics device.)
Instead, you should install the virtualbox guest additions in the VM, as it will provide better integration with the VM hardware, it's available in the package virtualbox-guest-dkms and will install everything into the kernel for you. The guest graphics for X11 is in virtualbox-guest-x11. Just sudo apt install them.
For your stutter issue, I would check the audio device being emulated, something like 
Try different audio controllers, some may perform better than others, and make sure your host audio driver is on the one you're using. (Pulse by default.)
answered Feb 7 at 14:55
Robobenklein
1,1981023
1,1981023
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
add a comment |Â
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
host audio driver is not pulse
â i squared - Keep it Real
Feb 7 at 15:31
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
@isquared-KeepitReal Oh, sorry, pulse is the default for an Ubuntu host. If you have other options besides the default on windows it might be worth trying those as well.
â Robobenklein
Feb 7 at 15:33
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
Windows audio for driver. And then soundblast (gives no sound), Intel hd audio -> soft hissing and stuttering, ich ac97-> less frequent disturbances but worse than Intel hd audio
â i squared - Keep it Real
Feb 7 at 15:41
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003887%2fcannot-login-to-my-ubuntu-16-04-vb%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You donâÂÂt need drivers for your actual graphics card inside VirtualBox since it provides the guest with its own virtual graphics card. You should rather check your VirtualBox settings.
â Melebius
Feb 7 at 13:21
working now. I had to purge nvidia: sudo apt-get purge nvidia*
â i squared - Keep it Real
Feb 7 at 13:26
but the sound stutter persists.....
â i squared - Keep it Real
Feb 7 at 13:27