Ubuntu 16.04 32-bit does not boot after sudo apt upgrade

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I installed latest Ubuntu 16.04 on my 32-bit laptop. Clean install, erasing other operating systems. Everything was fine, I was able to reboot after the installation was finished. No other actions with the new operating system were made.



After that, I ran the command: sudo apt update && sudo apt upgrade, waited until it finished and then I rebooted again. After that the system is not booting.



enter image description here



Every time the last message is Starting Show Plymouth Boot Screen....



I can enter a virtual console with Ctrl+Alt+F1, but don't know what to do there. sudo apt-get dist-upgradedid not help. It said nothing to upgrade, and after rebooting it hangs again.



After removing quiet splash on /etc/default/grub in hangs with other message:



screenshot



Now the last message is Write protecting the kernel text: 8504k, or Starting WPA supplicant..., the last message varies.










share|improve this question























  • finish the update with sudo apt-get dist-upgrade
    – ravery
    Feb 9 at 12:26










  • did not helped, it said nothing to upgrade, after reboot hangs again
    – dima.rus
    Feb 9 at 12:43














up vote
0
down vote

favorite












I installed latest Ubuntu 16.04 on my 32-bit laptop. Clean install, erasing other operating systems. Everything was fine, I was able to reboot after the installation was finished. No other actions with the new operating system were made.



After that, I ran the command: sudo apt update && sudo apt upgrade, waited until it finished and then I rebooted again. After that the system is not booting.



enter image description here



Every time the last message is Starting Show Plymouth Boot Screen....



I can enter a virtual console with Ctrl+Alt+F1, but don't know what to do there. sudo apt-get dist-upgradedid not help. It said nothing to upgrade, and after rebooting it hangs again.



After removing quiet splash on /etc/default/grub in hangs with other message:



screenshot



Now the last message is Write protecting the kernel text: 8504k, or Starting WPA supplicant..., the last message varies.










share|improve this question























  • finish the update with sudo apt-get dist-upgrade
    – ravery
    Feb 9 at 12:26










  • did not helped, it said nothing to upgrade, after reboot hangs again
    – dima.rus
    Feb 9 at 12:43












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I installed latest Ubuntu 16.04 on my 32-bit laptop. Clean install, erasing other operating systems. Everything was fine, I was able to reboot after the installation was finished. No other actions with the new operating system were made.



After that, I ran the command: sudo apt update && sudo apt upgrade, waited until it finished and then I rebooted again. After that the system is not booting.



enter image description here



Every time the last message is Starting Show Plymouth Boot Screen....



I can enter a virtual console with Ctrl+Alt+F1, but don't know what to do there. sudo apt-get dist-upgradedid not help. It said nothing to upgrade, and after rebooting it hangs again.



After removing quiet splash on /etc/default/grub in hangs with other message:



screenshot



Now the last message is Write protecting the kernel text: 8504k, or Starting WPA supplicant..., the last message varies.










share|improve this question















I installed latest Ubuntu 16.04 on my 32-bit laptop. Clean install, erasing other operating systems. Everything was fine, I was able to reboot after the installation was finished. No other actions with the new operating system were made.



After that, I ran the command: sudo apt update && sudo apt upgrade, waited until it finished and then I rebooted again. After that the system is not booting.



enter image description here



Every time the last message is Starting Show Plymouth Boot Screen....



I can enter a virtual console with Ctrl+Alt+F1, but don't know what to do there. sudo apt-get dist-upgradedid not help. It said nothing to upgrade, and after rebooting it hangs again.



After removing quiet splash on /etc/default/grub in hangs with other message:



screenshot



Now the last message is Write protecting the kernel text: 8504k, or Starting WPA supplicant..., the last message varies.







16.04 boot upgrade 32-bit






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 9 at 14:04

























asked Feb 9 at 12:22









dima.rus

964




964











  • finish the update with sudo apt-get dist-upgrade
    – ravery
    Feb 9 at 12:26










  • did not helped, it said nothing to upgrade, after reboot hangs again
    – dima.rus
    Feb 9 at 12:43
















  • finish the update with sudo apt-get dist-upgrade
    – ravery
    Feb 9 at 12:26










  • did not helped, it said nothing to upgrade, after reboot hangs again
    – dima.rus
    Feb 9 at 12:43















finish the update with sudo apt-get dist-upgrade
– ravery
Feb 9 at 12:26




finish the update with sudo apt-get dist-upgrade
– ravery
Feb 9 at 12:26












did not helped, it said nothing to upgrade, after reboot hangs again
– dima.rus
Feb 9 at 12:43




did not helped, it said nothing to upgrade, after reboot hangs again
– dima.rus
Feb 9 at 12:43










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I would suggest to disable plymouth. Having acces to the console it is easy.



  1. Log in the console.

  2. Edit /etc/default/grub (as root, for example sudo nano /etc/default/grub)


  3. Change the line



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to



    GRUB_CMDLINE_LINUX_DEFAULT=""




  4. And then update grub and reboot



    sudo update-grub && sudo reboot







share|improve this answer




















  • now it hangs with other message, I updated the question
    – dima.rus
    Feb 9 at 13:52










  • These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
    – S.M.
    Feb 9 at 15:54











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004552%2fubuntu-16-04-32-bit-does-not-boot-after-sudo-apt-upgrade%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













I would suggest to disable plymouth. Having acces to the console it is easy.



  1. Log in the console.

  2. Edit /etc/default/grub (as root, for example sudo nano /etc/default/grub)


  3. Change the line



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to



    GRUB_CMDLINE_LINUX_DEFAULT=""




  4. And then update grub and reboot



    sudo update-grub && sudo reboot







share|improve this answer




















  • now it hangs with other message, I updated the question
    – dima.rus
    Feb 9 at 13:52










  • These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
    – S.M.
    Feb 9 at 15:54















up vote
0
down vote













I would suggest to disable plymouth. Having acces to the console it is easy.



  1. Log in the console.

  2. Edit /etc/default/grub (as root, for example sudo nano /etc/default/grub)


  3. Change the line



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to



    GRUB_CMDLINE_LINUX_DEFAULT=""




  4. And then update grub and reboot



    sudo update-grub && sudo reboot







share|improve this answer




















  • now it hangs with other message, I updated the question
    – dima.rus
    Feb 9 at 13:52










  • These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
    – S.M.
    Feb 9 at 15:54













up vote
0
down vote










up vote
0
down vote









I would suggest to disable plymouth. Having acces to the console it is easy.



  1. Log in the console.

  2. Edit /etc/default/grub (as root, for example sudo nano /etc/default/grub)


  3. Change the line



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to



    GRUB_CMDLINE_LINUX_DEFAULT=""




  4. And then update grub and reboot



    sudo update-grub && sudo reboot







share|improve this answer












I would suggest to disable plymouth. Having acces to the console it is easy.



  1. Log in the console.

  2. Edit /etc/default/grub (as root, for example sudo nano /etc/default/grub)


  3. Change the line



    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to



    GRUB_CMDLINE_LINUX_DEFAULT=""




  4. And then update grub and reboot



    sudo update-grub && sudo reboot








share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 9 at 13:01









S.M.

1464




1464











  • now it hangs with other message, I updated the question
    – dima.rus
    Feb 9 at 13:52










  • These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
    – S.M.
    Feb 9 at 15:54

















  • now it hangs with other message, I updated the question
    – dima.rus
    Feb 9 at 13:52










  • These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
    – S.M.
    Feb 9 at 15:54
















now it hangs with other message, I updated the question
– dima.rus
Feb 9 at 13:52




now it hangs with other message, I updated the question
– dima.rus
Feb 9 at 13:52












These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
– S.M.
Feb 9 at 15:54





These new messages are not bad and it is not clear why boot is not continuing. Had your upgrade finished successfully? Please try in the console sudo aptitude clean && sudo aptitude update && sudo aptitude full-upgrade. I am sure aptitude is smarter than apt-get.
– S.M.
Feb 9 at 15:54


















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004552%2fubuntu-16-04-32-bit-does-not-boot-after-sudo-apt-upgrade%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error