Cannot boot system due to start job running for hold

Clash Royale CLAN TAG#URR8PPP up vote
41
down vote
favorite
I've installed ubuntu-desktop on Ubuntu 16.04 Gnome and I picked lightdm and now once I restart, I get this error message when I press CTRL + ALT + F2:
A start job is running for Hold until boot process finishes up (Xmin Xs/no limit)
This goes on for 20 minutes+. What do I do to fix this problem or even troubleshoot?
boot 16.04
add a comment |Â
up vote
41
down vote
favorite
I've installed ubuntu-desktop on Ubuntu 16.04 Gnome and I picked lightdm and now once I restart, I get this error message when I press CTRL + ALT + F2:
A start job is running for Hold until boot process finishes up (Xmin Xs/no limit)
This goes on for 20 minutes+. What do I do to fix this problem or even troubleshoot?
boot 16.04
FYI after upgrade left mine running overnight - so 10+ hours same issue.
â Zayne S Halsall
May 30 '16 at 2:51
My ubuntu 17.04 has the same error just now, ctrl+shit+N change tty, login, reboot, no more error. Not sure it will happen again in future or not though.
â æÂÂæÂÂçÂÂ
Dec 7 '17 at 6:59
A possible fox for a similar-sounding issue on Ubuntu 17 can be found at askubuntu.com/a/1007917/156671.
â Brad Werth
Feb 20 at 5:55
add a comment |Â
up vote
41
down vote
favorite
up vote
41
down vote
favorite
I've installed ubuntu-desktop on Ubuntu 16.04 Gnome and I picked lightdm and now once I restart, I get this error message when I press CTRL + ALT + F2:
A start job is running for Hold until boot process finishes up (Xmin Xs/no limit)
This goes on for 20 minutes+. What do I do to fix this problem or even troubleshoot?
boot 16.04
I've installed ubuntu-desktop on Ubuntu 16.04 Gnome and I picked lightdm and now once I restart, I get this error message when I press CTRL + ALT + F2:
A start job is running for Hold until boot process finishes up (Xmin Xs/no limit)
This goes on for 20 minutes+. What do I do to fix this problem or even troubleshoot?
boot 16.04
boot 16.04
asked Apr 22 '16 at 20:28
Raza
310139
310139
FYI after upgrade left mine running overnight - so 10+ hours same issue.
â Zayne S Halsall
May 30 '16 at 2:51
My ubuntu 17.04 has the same error just now, ctrl+shit+N change tty, login, reboot, no more error. Not sure it will happen again in future or not though.
â æÂÂæÂÂçÂÂ
Dec 7 '17 at 6:59
A possible fox for a similar-sounding issue on Ubuntu 17 can be found at askubuntu.com/a/1007917/156671.
â Brad Werth
Feb 20 at 5:55
add a comment |Â
FYI after upgrade left mine running overnight - so 10+ hours same issue.
â Zayne S Halsall
May 30 '16 at 2:51
My ubuntu 17.04 has the same error just now, ctrl+shit+N change tty, login, reboot, no more error. Not sure it will happen again in future or not though.
â æÂÂæÂÂçÂÂ
Dec 7 '17 at 6:59
A possible fox for a similar-sounding issue on Ubuntu 17 can be found at askubuntu.com/a/1007917/156671.
â Brad Werth
Feb 20 at 5:55
FYI after upgrade left mine running overnight - so 10+ hours same issue.
â Zayne S Halsall
May 30 '16 at 2:51
FYI after upgrade left mine running overnight - so 10+ hours same issue.
â Zayne S Halsall
May 30 '16 at 2:51
My ubuntu 17.04 has the same error just now, ctrl+shit+N change tty, login, reboot, no more error. Not sure it will happen again in future or not though.
â æÂÂæÂÂçÂÂ
Dec 7 '17 at 6:59
My ubuntu 17.04 has the same error just now, ctrl+shit+N change tty, login, reboot, no more error. Not sure it will happen again in future or not though.
â æÂÂæÂÂçÂÂ
Dec 7 '17 at 6:59
A possible fox for a similar-sounding issue on Ubuntu 17 can be found at askubuntu.com/a/1007917/156671.
â Brad Werth
Feb 20 at 5:55
A possible fox for a similar-sounding issue on Ubuntu 17 can be found at askubuntu.com/a/1007917/156671.
â Brad Werth
Feb 20 at 5:55
add a comment |Â
6 Answers
6
active
oldest
votes
up vote
45
down vote
accepted
You can fix this in following way, it worked for me.
FYI : I had upgraded from 14.04 to 16.04.
Go in your safe mode by hitting SHIFT key or ESC.
select networking , then drop to root prompt. Then run following commands.
sudo apt-get remove plymouth
sudo apt-get remove xserver-xorg-video-intel
Now, reboot,
When you reboot, still you may get black or purple screen,
Press Ctrl+Alt+F1 and login with your username and password.
Then run following commands.
GDM ie Gnome display manager was also causing problems for me, so following step was essential for me
I switched to lightdm from gdm3 as display manager.
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
When you are prompted, select default display manager as lightdm
Now I was back with desktop , without dash or unity but only icons and wallpaper.
now run this.
sudo apt-get install ubuntu-desktop
Now, reboot after this.
The desktop is back!
now, you can install intel graphic drivers again,
sudo apt-get install xserver-xorg-video-intel
Reboot now.
Its done!
6
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown.Xauthority
â k0pernikus
Jun 1 '16 at 16:48
2
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:mount -o rw,remount /
â trpt4him
Jul 24 '16 at 14:16
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
 |Â
show 6 more comments
up vote
6
down vote
Had the same problem earlier today.
Found out here (https://bbs.archlinux.org/viewtopic.php?id=195223) that could be a plymouth related problem, and after removing it (I'm really not into looping logins animations anyway...), I got into trouble with nvidia drivers.
I just removed all nvidia related software and, voilÃÂ , I'm here typing this answer.
sudo apt-get remove plymouth
sudo apt-get purge nvidia
sudo reboot
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
1
Actually, I fixed my issue. I just didsudo apt-get purge nvidia-commonand that fixed the problem.
â Raza
Apr 23 '16 at 20:59
add a comment |Â
up vote
4
down vote
For those who messed up with Linux booting after the update (Which happened to many users including me) Here's the complete solution (Which I used, and I was able to get back everything).
- Don't panic!
- If your computer is hanged at the login screen, press Ctrl+Alt+f2
- It will ask for your login username and password.
- Connect ethernet cable (LAN cable) from your wifi router or modem to your computer
- Type
dhclient eth0and press enter - For testing networking, try
ping www.google.comif there's any failure then please check your LAN connection, router or modem (Connecting to WiFi is a tedious process so try LAN connection first) - Type
rebootand press enter. - Now keep pressing Esc or Shift key.
- Enter into latest kernel recovery mode.
- Use keyboard arrow keys to navigate.
- Press Enter on
Networking - Now it will display the previous screen.
- Click on root (You need root access to modify system).
Run
sudo apt-get install -f --reinstall lightdm(It will download 200mb of data)
Run
sudo apt-get install unityRun
sudo apt-get install ubuntu-sessionRun
sudo dpkg-reconfigure lightdm- It will ask you to select one out of two options:
gdm&lightdm. Selectlightdm Run
sudo apt-get install gnome( It will download 700mb of data)
- Run
rebootand you should be able to get your work back (Although your desktop will look ugly because of conflicting themes. Don't worry, steps 23 & 24 will fix this issue). Open terminal (Ctrl+Alt+T) and run
sudo apt-get autoremove(to purge all unnecessary dependencies which can cause problems while installing new packages)
Run
sudo apt install unity-tweak-toolRun
sudo apt-get autoremove --purge light-themesRun
sudo apt-get install light-themes- Finally download ubuntu-tweak from ubuntuupdates.com (version that works with Xenial Xerus and isn't available anywhere else!)
- Reboot your system and done!
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
add a comment |Â
up vote
0
down vote
Ran into the same problem after installing the Nvidia driver (361). I removed it and its all working okay now. I have a GeForce 920 (Optimus). Nouveau works fine with it, so I shall stick with it for a few more months and try installing the Nvidia driver again (hoping the bug will have beebln fixed by then).
add a comment |Â
up vote
0
down vote
You can skip the wait and go to your log-in screen directly by using 'Ctrl+c' and then work on the solution. Sometimes this will go on forever if not.
add a comment |Â
up vote
0
down vote
Another solution is to download the mini.iso version of the installer; it bypasses the problem. Be sure to have a good internet access when you install it, it will download a lot of files.
During the setup, you will be asked which kind of Ubuntu to install.
add a comment |Â
protected by Community⦠Aug 21 '16 at 0:16
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
45
down vote
accepted
You can fix this in following way, it worked for me.
FYI : I had upgraded from 14.04 to 16.04.
Go in your safe mode by hitting SHIFT key or ESC.
select networking , then drop to root prompt. Then run following commands.
sudo apt-get remove plymouth
sudo apt-get remove xserver-xorg-video-intel
Now, reboot,
When you reboot, still you may get black or purple screen,
Press Ctrl+Alt+F1 and login with your username and password.
Then run following commands.
GDM ie Gnome display manager was also causing problems for me, so following step was essential for me
I switched to lightdm from gdm3 as display manager.
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
When you are prompted, select default display manager as lightdm
Now I was back with desktop , without dash or unity but only icons and wallpaper.
now run this.
sudo apt-get install ubuntu-desktop
Now, reboot after this.
The desktop is back!
now, you can install intel graphic drivers again,
sudo apt-get install xserver-xorg-video-intel
Reboot now.
Its done!
6
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown.Xauthority
â k0pernikus
Jun 1 '16 at 16:48
2
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:mount -o rw,remount /
â trpt4him
Jul 24 '16 at 14:16
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
 |Â
show 6 more comments
up vote
45
down vote
accepted
You can fix this in following way, it worked for me.
FYI : I had upgraded from 14.04 to 16.04.
Go in your safe mode by hitting SHIFT key or ESC.
select networking , then drop to root prompt. Then run following commands.
sudo apt-get remove plymouth
sudo apt-get remove xserver-xorg-video-intel
Now, reboot,
When you reboot, still you may get black or purple screen,
Press Ctrl+Alt+F1 and login with your username and password.
Then run following commands.
GDM ie Gnome display manager was also causing problems for me, so following step was essential for me
I switched to lightdm from gdm3 as display manager.
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
When you are prompted, select default display manager as lightdm
Now I was back with desktop , without dash or unity but only icons and wallpaper.
now run this.
sudo apt-get install ubuntu-desktop
Now, reboot after this.
The desktop is back!
now, you can install intel graphic drivers again,
sudo apt-get install xserver-xorg-video-intel
Reboot now.
Its done!
6
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown.Xauthority
â k0pernikus
Jun 1 '16 at 16:48
2
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:mount -o rw,remount /
â trpt4him
Jul 24 '16 at 14:16
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
 |Â
show 6 more comments
up vote
45
down vote
accepted
up vote
45
down vote
accepted
You can fix this in following way, it worked for me.
FYI : I had upgraded from 14.04 to 16.04.
Go in your safe mode by hitting SHIFT key or ESC.
select networking , then drop to root prompt. Then run following commands.
sudo apt-get remove plymouth
sudo apt-get remove xserver-xorg-video-intel
Now, reboot,
When you reboot, still you may get black or purple screen,
Press Ctrl+Alt+F1 and login with your username and password.
Then run following commands.
GDM ie Gnome display manager was also causing problems for me, so following step was essential for me
I switched to lightdm from gdm3 as display manager.
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
When you are prompted, select default display manager as lightdm
Now I was back with desktop , without dash or unity but only icons and wallpaper.
now run this.
sudo apt-get install ubuntu-desktop
Now, reboot after this.
The desktop is back!
now, you can install intel graphic drivers again,
sudo apt-get install xserver-xorg-video-intel
Reboot now.
Its done!
You can fix this in following way, it worked for me.
FYI : I had upgraded from 14.04 to 16.04.
Go in your safe mode by hitting SHIFT key or ESC.
select networking , then drop to root prompt. Then run following commands.
sudo apt-get remove plymouth
sudo apt-get remove xserver-xorg-video-intel
Now, reboot,
When you reboot, still you may get black or purple screen,
Press Ctrl+Alt+F1 and login with your username and password.
Then run following commands.
GDM ie Gnome display manager was also causing problems for me, so following step was essential for me
I switched to lightdm from gdm3 as display manager.
sudo apt-get install lightdm
sudo dpkg-reconfigure lightdm
When you are prompted, select default display manager as lightdm
Now I was back with desktop , without dash or unity but only icons and wallpaper.
now run this.
sudo apt-get install ubuntu-desktop
Now, reboot after this.
The desktop is back!
now, you can install intel graphic drivers again,
sudo apt-get install xserver-xorg-video-intel
Reboot now.
Its done!
answered Apr 23 '16 at 17:33
swapyonubuntu
67256
67256
6
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown.Xauthority
â k0pernikus
Jun 1 '16 at 16:48
2
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:mount -o rw,remount /
â trpt4him
Jul 24 '16 at 14:16
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
 |Â
show 6 more comments
6
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown.Xauthority
â k0pernikus
Jun 1 '16 at 16:48
2
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:mount -o rw,remount /
â trpt4him
Jul 24 '16 at 14:16
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
6
6
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
The great penguin god bless you, awesome human. You saved me.
â David Castillo
May 7 '16 at 3:11
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
Upgraded from 15.10 to 16.04 because of libcogl and/or Nvidia issues, same problem. Removing plymouth and lightdm did it for me.
â Zayne S Halsall
May 30 '16 at 2:52
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown
.Xauthorityâ k0pernikus
Jun 1 '16 at 16:48
I didn't need to uninstall plymouth to fix the issue (and I was getting a scary prompt concerning cryptsetup doing so in the root shell). Switching to lightdm helped, yet I was getting stuck in a login loop. To fix it I had to chown
.Xauthorityâ k0pernikus
Jun 1 '16 at 16:48
2
2
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:
mount -o rw,remount /â trpt4him
Jul 24 '16 at 14:16
I got errors saying the file system was mounted read-only (even in recovery???) so I had to do this:
mount -o rw,remount /â trpt4him
Jul 24 '16 at 14:16
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
At the end, my session was opening then closed immediately: i had to do this: chown myusername /home/myusername/.Xauthority
â laugeo
Aug 13 '16 at 19:20
 |Â
show 6 more comments
up vote
6
down vote
Had the same problem earlier today.
Found out here (https://bbs.archlinux.org/viewtopic.php?id=195223) that could be a plymouth related problem, and after removing it (I'm really not into looping logins animations anyway...), I got into trouble with nvidia drivers.
I just removed all nvidia related software and, voilÃÂ , I'm here typing this answer.
sudo apt-get remove plymouth
sudo apt-get purge nvidia
sudo reboot
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
1
Actually, I fixed my issue. I just didsudo apt-get purge nvidia-commonand that fixed the problem.
â Raza
Apr 23 '16 at 20:59
add a comment |Â
up vote
6
down vote
Had the same problem earlier today.
Found out here (https://bbs.archlinux.org/viewtopic.php?id=195223) that could be a plymouth related problem, and after removing it (I'm really not into looping logins animations anyway...), I got into trouble with nvidia drivers.
I just removed all nvidia related software and, voilÃÂ , I'm here typing this answer.
sudo apt-get remove plymouth
sudo apt-get purge nvidia
sudo reboot
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
1
Actually, I fixed my issue. I just didsudo apt-get purge nvidia-commonand that fixed the problem.
â Raza
Apr 23 '16 at 20:59
add a comment |Â
up vote
6
down vote
up vote
6
down vote
Had the same problem earlier today.
Found out here (https://bbs.archlinux.org/viewtopic.php?id=195223) that could be a plymouth related problem, and after removing it (I'm really not into looping logins animations anyway...), I got into trouble with nvidia drivers.
I just removed all nvidia related software and, voilÃÂ , I'm here typing this answer.
sudo apt-get remove plymouth
sudo apt-get purge nvidia
sudo reboot
Had the same problem earlier today.
Found out here (https://bbs.archlinux.org/viewtopic.php?id=195223) that could be a plymouth related problem, and after removing it (I'm really not into looping logins animations anyway...), I got into trouble with nvidia drivers.
I just removed all nvidia related software and, voilÃÂ , I'm here typing this answer.
sudo apt-get remove plymouth
sudo apt-get purge nvidia
sudo reboot
edited Apr 23 '16 at 16:21
Android Dev
10.4k63257
10.4k63257
answered Apr 23 '16 at 4:40
Iguatemi
612
612
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
1
Actually, I fixed my issue. I just didsudo apt-get purge nvidia-commonand that fixed the problem.
â Raza
Apr 23 '16 at 20:59
add a comment |Â
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
1
Actually, I fixed my issue. I just didsudo apt-get purge nvidia-commonand that fixed the problem.
â Raza
Apr 23 '16 at 20:59
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
Had the same problem and this worked for me. Thanks
â Nicklas2751
Apr 23 '16 at 9:15
1
1
Actually, I fixed my issue. I just did
sudo apt-get purge nvidia-common and that fixed the problem.â Raza
Apr 23 '16 at 20:59
Actually, I fixed my issue. I just did
sudo apt-get purge nvidia-common and that fixed the problem.â Raza
Apr 23 '16 at 20:59
add a comment |Â
up vote
4
down vote
For those who messed up with Linux booting after the update (Which happened to many users including me) Here's the complete solution (Which I used, and I was able to get back everything).
- Don't panic!
- If your computer is hanged at the login screen, press Ctrl+Alt+f2
- It will ask for your login username and password.
- Connect ethernet cable (LAN cable) from your wifi router or modem to your computer
- Type
dhclient eth0and press enter - For testing networking, try
ping www.google.comif there's any failure then please check your LAN connection, router or modem (Connecting to WiFi is a tedious process so try LAN connection first) - Type
rebootand press enter. - Now keep pressing Esc or Shift key.
- Enter into latest kernel recovery mode.
- Use keyboard arrow keys to navigate.
- Press Enter on
Networking - Now it will display the previous screen.
- Click on root (You need root access to modify system).
Run
sudo apt-get install -f --reinstall lightdm(It will download 200mb of data)
Run
sudo apt-get install unityRun
sudo apt-get install ubuntu-sessionRun
sudo dpkg-reconfigure lightdm- It will ask you to select one out of two options:
gdm&lightdm. Selectlightdm Run
sudo apt-get install gnome( It will download 700mb of data)
- Run
rebootand you should be able to get your work back (Although your desktop will look ugly because of conflicting themes. Don't worry, steps 23 & 24 will fix this issue). Open terminal (Ctrl+Alt+T) and run
sudo apt-get autoremove(to purge all unnecessary dependencies which can cause problems while installing new packages)
Run
sudo apt install unity-tweak-toolRun
sudo apt-get autoremove --purge light-themesRun
sudo apt-get install light-themes- Finally download ubuntu-tweak from ubuntuupdates.com (version that works with Xenial Xerus and isn't available anywhere else!)
- Reboot your system and done!
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
add a comment |Â
up vote
4
down vote
For those who messed up with Linux booting after the update (Which happened to many users including me) Here's the complete solution (Which I used, and I was able to get back everything).
- Don't panic!
- If your computer is hanged at the login screen, press Ctrl+Alt+f2
- It will ask for your login username and password.
- Connect ethernet cable (LAN cable) from your wifi router or modem to your computer
- Type
dhclient eth0and press enter - For testing networking, try
ping www.google.comif there's any failure then please check your LAN connection, router or modem (Connecting to WiFi is a tedious process so try LAN connection first) - Type
rebootand press enter. - Now keep pressing Esc or Shift key.
- Enter into latest kernel recovery mode.
- Use keyboard arrow keys to navigate.
- Press Enter on
Networking - Now it will display the previous screen.
- Click on root (You need root access to modify system).
Run
sudo apt-get install -f --reinstall lightdm(It will download 200mb of data)
Run
sudo apt-get install unityRun
sudo apt-get install ubuntu-sessionRun
sudo dpkg-reconfigure lightdm- It will ask you to select one out of two options:
gdm&lightdm. Selectlightdm Run
sudo apt-get install gnome( It will download 700mb of data)
- Run
rebootand you should be able to get your work back (Although your desktop will look ugly because of conflicting themes. Don't worry, steps 23 & 24 will fix this issue). Open terminal (Ctrl+Alt+T) and run
sudo apt-get autoremove(to purge all unnecessary dependencies which can cause problems while installing new packages)
Run
sudo apt install unity-tweak-toolRun
sudo apt-get autoremove --purge light-themesRun
sudo apt-get install light-themes- Finally download ubuntu-tweak from ubuntuupdates.com (version that works with Xenial Xerus and isn't available anywhere else!)
- Reboot your system and done!
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
add a comment |Â
up vote
4
down vote
up vote
4
down vote
For those who messed up with Linux booting after the update (Which happened to many users including me) Here's the complete solution (Which I used, and I was able to get back everything).
- Don't panic!
- If your computer is hanged at the login screen, press Ctrl+Alt+f2
- It will ask for your login username and password.
- Connect ethernet cable (LAN cable) from your wifi router or modem to your computer
- Type
dhclient eth0and press enter - For testing networking, try
ping www.google.comif there's any failure then please check your LAN connection, router or modem (Connecting to WiFi is a tedious process so try LAN connection first) - Type
rebootand press enter. - Now keep pressing Esc or Shift key.
- Enter into latest kernel recovery mode.
- Use keyboard arrow keys to navigate.
- Press Enter on
Networking - Now it will display the previous screen.
- Click on root (You need root access to modify system).
Run
sudo apt-get install -f --reinstall lightdm(It will download 200mb of data)
Run
sudo apt-get install unityRun
sudo apt-get install ubuntu-sessionRun
sudo dpkg-reconfigure lightdm- It will ask you to select one out of two options:
gdm&lightdm. Selectlightdm Run
sudo apt-get install gnome( It will download 700mb of data)
- Run
rebootand you should be able to get your work back (Although your desktop will look ugly because of conflicting themes. Don't worry, steps 23 & 24 will fix this issue). Open terminal (Ctrl+Alt+T) and run
sudo apt-get autoremove(to purge all unnecessary dependencies which can cause problems while installing new packages)
Run
sudo apt install unity-tweak-toolRun
sudo apt-get autoremove --purge light-themesRun
sudo apt-get install light-themes- Finally download ubuntu-tweak from ubuntuupdates.com (version that works with Xenial Xerus and isn't available anywhere else!)
- Reboot your system and done!
For those who messed up with Linux booting after the update (Which happened to many users including me) Here's the complete solution (Which I used, and I was able to get back everything).
- Don't panic!
- If your computer is hanged at the login screen, press Ctrl+Alt+f2
- It will ask for your login username and password.
- Connect ethernet cable (LAN cable) from your wifi router or modem to your computer
- Type
dhclient eth0and press enter - For testing networking, try
ping www.google.comif there's any failure then please check your LAN connection, router or modem (Connecting to WiFi is a tedious process so try LAN connection first) - Type
rebootand press enter. - Now keep pressing Esc or Shift key.
- Enter into latest kernel recovery mode.
- Use keyboard arrow keys to navigate.
- Press Enter on
Networking - Now it will display the previous screen.
- Click on root (You need root access to modify system).
Run
sudo apt-get install -f --reinstall lightdm(It will download 200mb of data)
Run
sudo apt-get install unityRun
sudo apt-get install ubuntu-sessionRun
sudo dpkg-reconfigure lightdm- It will ask you to select one out of two options:
gdm&lightdm. Selectlightdm Run
sudo apt-get install gnome( It will download 700mb of data)
- Run
rebootand you should be able to get your work back (Although your desktop will look ugly because of conflicting themes. Don't worry, steps 23 & 24 will fix this issue). Open terminal (Ctrl+Alt+T) and run
sudo apt-get autoremove(to purge all unnecessary dependencies which can cause problems while installing new packages)
Run
sudo apt install unity-tweak-toolRun
sudo apt-get autoremove --purge light-themesRun
sudo apt-get install light-themes- Finally download ubuntu-tweak from ubuntuupdates.com (version that works with Xenial Xerus and isn't available anywhere else!)
- Reboot your system and done!
edited Apr 3 at 8:07
Zanna
48k13119228
48k13119228
answered May 16 '16 at 9:11
Sohan Nipunage
1512
1512
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
add a comment |Â
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
Big round of applause! Saved my day!
â Andrew Luca
Sep 16 '16 at 9:58
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
This did NOT fix the theme conflict problem. The icons are conflicted, when I drag e.g. terminal, it doesn't drag in real time (imagine dragging folders in windows XP), etc. Can anyone help?
â Milan
Mar 18 at 15:49
add a comment |Â
up vote
0
down vote
Ran into the same problem after installing the Nvidia driver (361). I removed it and its all working okay now. I have a GeForce 920 (Optimus). Nouveau works fine with it, so I shall stick with it for a few more months and try installing the Nvidia driver again (hoping the bug will have beebln fixed by then).
add a comment |Â
up vote
0
down vote
Ran into the same problem after installing the Nvidia driver (361). I removed it and its all working okay now. I have a GeForce 920 (Optimus). Nouveau works fine with it, so I shall stick with it for a few more months and try installing the Nvidia driver again (hoping the bug will have beebln fixed by then).
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Ran into the same problem after installing the Nvidia driver (361). I removed it and its all working okay now. I have a GeForce 920 (Optimus). Nouveau works fine with it, so I shall stick with it for a few more months and try installing the Nvidia driver again (hoping the bug will have beebln fixed by then).
Ran into the same problem after installing the Nvidia driver (361). I removed it and its all working okay now. I have a GeForce 920 (Optimus). Nouveau works fine with it, so I shall stick with it for a few more months and try installing the Nvidia driver again (hoping the bug will have beebln fixed by then).
answered Apr 25 '16 at 7:20
timkofu
12114
12114
add a comment |Â
add a comment |Â
up vote
0
down vote
You can skip the wait and go to your log-in screen directly by using 'Ctrl+c' and then work on the solution. Sometimes this will go on forever if not.
add a comment |Â
up vote
0
down vote
You can skip the wait and go to your log-in screen directly by using 'Ctrl+c' and then work on the solution. Sometimes this will go on forever if not.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You can skip the wait and go to your log-in screen directly by using 'Ctrl+c' and then work on the solution. Sometimes this will go on forever if not.
You can skip the wait and go to your log-in screen directly by using 'Ctrl+c' and then work on the solution. Sometimes this will go on forever if not.
edited Feb 27 '17 at 11:56
answered Feb 27 '17 at 11:44
Ramon Suarez
1,28521127
1,28521127
add a comment |Â
add a comment |Â
up vote
0
down vote
Another solution is to download the mini.iso version of the installer; it bypasses the problem. Be sure to have a good internet access when you install it, it will download a lot of files.
During the setup, you will be asked which kind of Ubuntu to install.
add a comment |Â
up vote
0
down vote
Another solution is to download the mini.iso version of the installer; it bypasses the problem. Be sure to have a good internet access when you install it, it will download a lot of files.
During the setup, you will be asked which kind of Ubuntu to install.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Another solution is to download the mini.iso version of the installer; it bypasses the problem. Be sure to have a good internet access when you install it, it will download a lot of files.
During the setup, you will be asked which kind of Ubuntu to install.
Another solution is to download the mini.iso version of the installer; it bypasses the problem. Be sure to have a good internet access when you install it, it will download a lot of files.
During the setup, you will be asked which kind of Ubuntu to install.
answered Oct 10 '17 at 14:03
user258532
607718
607718
add a comment |Â
add a comment |Â
protected by Community⦠Aug 21 '16 at 0:16
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
FYI after upgrade left mine running overnight - so 10+ hours same issue.
â Zayne S Halsall
May 30 '16 at 2:51
My ubuntu 17.04 has the same error just now, ctrl+shit+N change tty, login, reboot, no more error. Not sure it will happen again in future or not though.
â æÂÂæÂÂçÂÂ
Dec 7 '17 at 6:59
A possible fox for a similar-sounding issue on Ubuntu 17 can be found at askubuntu.com/a/1007917/156671.
â Brad Werth
Feb 20 at 5:55