ubuntu 16.10 to 17.10 upgrade - don't get any menu in GUI

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10
7
down vote
First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
I managed to upgrade from server release 16.10 to 17.10 by doing the following:
Open /etc/apt/sources.list :
vim /etc/apt/sources.list
Change all references from yakkety to artful:
:%s/yakkety/artful/g
Do an update and upgrade:
apt update && apt upgrade
Reboot the system.
How to update Ubuntu from 16.10 to 17.10?
but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.
I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.
regards
swanand
boot
add a comment |Â
up vote
0
down vote
favorite
by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10
7
down vote
First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
I managed to upgrade from server release 16.10 to 17.10 by doing the following:
Open /etc/apt/sources.list :
vim /etc/apt/sources.list
Change all references from yakkety to artful:
:%s/yakkety/artful/g
Do an update and upgrade:
apt update && apt upgrade
Reboot the system.
How to update Ubuntu from 16.10 to 17.10?
but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.
I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.
regards
swanand
boot
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10
7
down vote
First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
I managed to upgrade from server release 16.10 to 17.10 by doing the following:
Open /etc/apt/sources.list :
vim /etc/apt/sources.list
Change all references from yakkety to artful:
:%s/yakkety/artful/g
Do an update and upgrade:
apt update && apt upgrade
Reboot the system.
How to update Ubuntu from 16.10 to 17.10?
but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.
I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.
regards
swanand
boot
by following below steps upgraded Ubuntu 16.10 to Ubuntu 17.10
7
down vote
First I would like to add that this is a hack, and problems may or may not arrise from doing this. I only tried this with Ubuntu Server 16.10.
I managed to upgrade from server release 16.10 to 17.10 by doing the following:
Open /etc/apt/sources.list :
vim /etc/apt/sources.list
Change all references from yakkety to artful:
:%s/yakkety/artful/g
Do an update and upgrade:
apt update && apt upgrade
Reboot the system.
How to update Ubuntu from 16.10 to 17.10?
but after reboot it asks for user login and password but after that no menu options are visible. can't do anything. any help will be appreciated to fix the problem and get the GUI back.
I can't get access to terminal. How do I troubleshoot? It looks like upgrade is not successful but don't know how to investigate it.
regards
swanand
boot
boot
asked Mar 18 at 15:02
swanand arjunwadkar
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo init 6
You can also check this link.
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
I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo init 6
You can also check this link.
add a comment |Â
up vote
0
down vote
I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo init 6
You can also check this link.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo init 6
You can also check this link.
I had the same problem as you. I also followed the link that you posted on how to upgrade from 16.10 to 17.10 and I managed to fix this by running the commands below:
sudo apt-get update
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo init 6
You can also check this link.
edited Jun 18 at 1:16
Stephen Rauch
1,1546716
1,1546716
answered Jun 17 at 17:41
Joshua Reyes
1
1
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%2f1017012%2fubuntu-16-10-to-17-10-upgrade-dont-get-any-menu-in-gui%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