pcie bus error severity=corrected type=physical layer id=00e0(receiver id) login screen

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.
It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.
Anybody know how to fix this?
drivers login 18.04 pcie
add a comment |Â
up vote
1
down vote
favorite
So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.
It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.
Anybody know how to fix this?
drivers login 18.04 pcie
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.
It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.
Anybody know how to fix this?
drivers login 18.04 pcie
So I have a MSI GL72 6QF and I just install ubuntu 18.04 on it and and I have having problems to get in to a account, and now i can't loggin at all.
It keep frezzing after I hit enter after typing password in the login screen. and i cant get a terminal open.
Anybody know how to fix this?
drivers login 18.04 pcie
asked May 13 at 21:02
Marco Doornbos
16126
16126
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.
With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:
GRUB_CMDLINE_LINUX_DEFAULT=
There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.
Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:
Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.
sudo nano /etc/default/grub
Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:
sudo update-grub
The boot parameter will now be used each time you start up.
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
While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.
With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:
GRUB_CMDLINE_LINUX_DEFAULT=
There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.
Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:
Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.
sudo nano /etc/default/grub
Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:
sudo update-grub
The boot parameter will now be used each time you start up.
add a comment |Â
up vote
0
down vote
While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.
With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:
GRUB_CMDLINE_LINUX_DEFAULT=
There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.
Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:
Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.
sudo nano /etc/default/grub
Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:
sudo update-grub
The boot parameter will now be used each time you start up.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.
With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:
GRUB_CMDLINE_LINUX_DEFAULT=
There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.
Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:
Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.
sudo nano /etc/default/grub
Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:
sudo update-grub
The boot parameter will now be used each time you start up.
While your system is booting, hold down Shift to get the GRUB menu. This should be done soon after turning your computer on/rebooting.
With Start Ubuntu selected, press E to edit boot parameters. You should see multiple lines of text. Find the following line:
GRUB_CMDLINE_LINUX_DEFAULT=
There may or may not be parameters after the equals sign. Typically, they will be "quiet splash", but if they are different, it does not matter. You'll want to add pci=nomsi between the quotes. If there are other parameters in the quotes, add a space after the last parameter. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=nomsi"
Again, you don't have to have quiet and splash. If it looks different, it is not the cause of your issues anyway.
Once you're finished, press Ctrl + X to boot. Test your system out. If it works, you need to make the change permanent. To do so:
Open /etc/default/grub in terminal with your preferred text editor. Will use nano for these instructions.
sudo nano /etc/default/grub
Now repeat what you did with the boot parameters. Add pci=nomsi to GRUB_CMDLINE_LINUX_DEFAULT= and then save with Ctrl + O and enter. Exit with Ctrl + X. Then run:
sudo update-grub
The boot parameter will now be used each time you start up.
answered May 15 at 12:04
hiigaran
775119
775119
add a comment |Â
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%2f1035852%2fpcie-bus-error-severity-corrected-type-physical-layer-id-00e0receiver-id-login%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