1 Attachment(s)
Desktop not starting after upgrade to 15.04
Ausus Rampage IV Extreme
Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz
Not sure the title is a correct description!
I have a PC with xUbuntu, was running 14.10 perfectly well until, I upgraded to 15.04 yesterday when it prompted me that there was a new version available. It ran the upgrade, but after rebooting the load stops (after Grub) at a point where it says new USB hardware found. It goes no further.
I try a reboot - using the power button - and the same. Will not go beyond the new USB device found.... I have removed the only USB device - Bluetooth for keyboard, but makes no difference.
Not sure the USB line is no more than a red herring.
No more info at this point. If anyone can advise on how to get more info, happy to oblige.
EDIT:
Tried a few more times. Getting slightly different results. Seems to stick at a new point. Screen shot/photo attached.
Re: Desktop not starting after upgrade to 15.04
Moved to Installation & Upgrades.
Re: Desktop not starting after upgrade to 15.04
Thank you....
Seems to be going from bad to worse. None of the images work and neither does the CD or boot recovery. Getting frustrated now.
Re: Desktop not starting after upgrade to 15.04
have you got a keyboard/mouse you can swap for the wireless set? - see how much further it gets
it fails to boot with live session?
tried using any of the F6 options at livesession? like nomodeset https://help.ubuntu.com/community/BootOptions
Re: Desktop not starting after upgrade to 15.04
Hiya Elfy
Long time!
I will try and dig out an old KB to give it a bash. I recall that when I built this machine last year it failed for some reason on another upgrade and I put it down to the HD. Goit a replacement and got the machine working, then plugge in the 1st HD and it worked fine, so i might just check them out too. Though I suspect this is a glitch in the upgrade somewhere and has upset the machine. Don't want to rebuild it as it has taken 7 months to get it set up!
I will be a while before I get back on this as I have to prep for an job interview at the end of next week... :-)
Best
Jonners59
Re: Desktop not starting after upgrade to 15.04
OK, so I managed to boot in. I suspected it maybe a HW issue, but caused by a config of some kind.
I tried the Ubuntuv recovery CD and the like but nothing worked.
Tried a plugged in keyboard, that allowed me to use the Boot-Repair, so things were moving fwd and I cioukld play with GRUB, but nothing really changed.
I then went in to BIOS and played with the settings, just tinkering... I found it allowed me to boot up, but it would stop always the same place.
I then thought, maybe it was because I had 2 x Video cards, so took one out and first run it froze and rebooted at the log in screen... aftwer the reboot, worked fine.... So it was confused, it seems with the two video cards... NOTE to self, upgrade with only one card...
Now 2 probs.
1. I would like to re-install the 2nd card. HOW without having the same problems.
2. I get this message - yes it was also showing before this problem, but now seems as good a time as any to fix it...
HTML Code:
UPDATE INFORMATION
Failure to download extra data files
The following packages requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.
wine-silverlight5.1-installer, netflix-desktop
The download will be attempted again later, or you can try the download again now. Running this command requires an active Internet connection.
Netflix and these apps are installed and working already.
Best Jonners
Re: Desktop not starting after upgrade to 15.04
I'm not sure how you originally installed 2 cards, maybe do that again.
I'd start with one working (and it's proprietary driver if there is one) then shutdown and see where you get to from there.
This might help https://cornerstone.multitouch.fi/co...graphics-cards
as far as the wine issue - I'd start a thread for that in http://ubuntuforums.org/forumdisplay.php?f=313
Re: Desktop not starting after upgrade to 15.04
Cheers Elfy
Quote:
Originally Posted by
Elfy
I'm not sure how you originally installed 2 cards, maybe do that again.
I'd start with one working (and it's proprietary driver if there is one) then shutdown and see where you get to from there.
This might help
https://cornerstone.multitouch.fi/co...graphics-cards
To be honest when I installed it, I just incerted the card and it worked. I did notice when messing about yesterday that NVIDIA settings manager was not the full config which from experience means it is not properly installed. I have fixed this before on other machines by uninstalling all the proprietry NVIDIA drivers and some other NVIDIA bits n bobs and then reinstalling again. I shall give that a go. I suspect that is what has caused all the problems. This has been a known bug...
Quote:
Originally Posted by
Elfy
Probably best...
Re: Desktop not starting after upgrade to 15.04
Quote:
I suspect that is what has caused all the problems.
If you upgraded with the nvidia driver in place it's possible. I'd certainly go for reinstalling that.
Re: Desktop not starting after upgrade to 15.04
OK, seems to finally be fixed, though does not remember where I put icons upon reboot, though I know this to be a bug...
Stuff that seemed to work
Boot in to Low Graphics mode
Control+ALT+F1
Code:
apt-get clean && apt-get autoclean && apt-get autoremove
Code:
dpkg –l grep nvidia
lists everything installed for nvidia
then remove everything except
nvidia-cg-toolkit (if it or equivellent exists)
nvidia-common
Code:
sudo apt-get purge nvidia-xxxx
(where xxxx is anything from the list)
Code:
sudo dpkg-reconfigure nvidia-common
Code:
sudo apt-get install xserver-xorg-video-nouveau
Code:
apt-get clean && apt-get autoclean && apt-get autoremove
Code:
apt-get update && apt-get install -f
AND/OR
boot with old kernel (3.13.0-44)2) login without gui (ctrl-alt-f1)
login with root (if enabled)
stopping lightdm (
Code:
sudo service lightdm stop
)
a little cleaning (
Code:
sudo apt-get clean && apt-get autoclean && apt-get autoremove
)
update source and fix
Code:
apt-get update && apt-get install -f
)
install nvidia (
Code:
sudo apt-get install --reinstall nvidia-331-updates-uvm
)
upgrade (
Code:
sudo apt-get upgrade
)
reboot (
Code:
sudo shutdown -r now
)
boot with new kernel (3.13.0-45)