avoid boot into xbmc - ubuntu 14.04 alongside win 8.1

Asked by imagomundi

Finally managed to install 14.04 alongside Win 8.1 on my ASUS PC. Worked fine until I had to do a forced shutdown when XBMC was active. Since then when choosing boot into Ubuntu (also into "advanced") boots XBMC and I do find no way to get into Ubuntu menu as there are only two buttons in XMBCs menu: favorites (*) and "shut down". "Shut down" offers several alternatives but no one leads to Ubuntus regular menu.
Is there any way other than to setup Ubuntu again?
Other minor no real problem: there are 4 "boot options" in BIOS - twice "windows boot manager" and twice, too, "ubuntu". How to get rid of this double?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
imagomundi
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you launch a terminal using CTRL + ALT + T can you give the output of:

uname -a; lsb_release -a; dpkg -l | grep linux-image

Thanks

Revision history for this message
imagomundi (ditmarl) said :
#2

OUTPUT:

Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
ii linux-image-3.13.0-32-generic 3.13.0-32.57 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii linux-image-extra-3.13.0-32-generic 3.13.0-32.57 amd64 Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii linux-image-generic 3.13.0.32.38 amd64 Generic Linux kernel image
ubuntu@ubuntu:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Then you only have one kernel. You will probably find the other option in Grub is recovery mode which is extremely useful.

So, when you log in to Ubuntu, XBMC automatically loads? Is that correct?

Revision history for this message
imagomundi (ditmarl) said :
#4

<So, when you log in to Ubuntu, XBMC automatically loads? Is that correct?>

Yes, that's correct. This is at this moment my main concern.
Why would "the other option (i.e. the doubled boot option?) in Grub recovery mode" be extremely useful?

Another observation in this context: There is a partition sda9 of 20 GB (!) in my table which I did not conscientiously create and therefore do not have an explication.
This partition is flagged as "hidden" and labeled as "restore". Mount-point: /media/ubuntu/Restore1

Another similiar partition is apparently part of the windows related ones. sda2 (728 mb only) Is also "hidden", labeled as "recovery1", mount-point "/media/ubuntu/Recovery1".

If there is a need and a chance to upload (how-to?) a screenshot of the partition table here I could do that, too.

Thxs

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

If you look in the ~/.config/autostart folder do you see anything that is running XBMC?

Revision history for this message
Thomas Krüger (thkrueger) said :
#6

Usually you have some options to leave xbmc:
a) press S in the main menu (that should bring up the long shutdown menu) → Leave
b) press \ (backslash) or the key combination on you keyboard layout to do a backslash. This should bring xbmc into windowed mode.

If both don't work you might have selected XBMC as the X session. You can change that in two ways:
a) at the logon screen, click the icon in the login box and choose Ubuntu / Unity
b) Press Ctrl+Alt+F1 to get to the console login → login with your credentials → run

  nano .dmrc

  Edit the line with the session to "Session=ubuntu" → press Ctrl+X → Y → Enter
  Back at the prompt hit Ctrl+Alt+Del to reboot.

Revision history for this message
imagomundi (ditmarl) said :
#7

@ actionparsnip:

please give me the complete command ( /.config/autostart: "command unknown")

@ Thomas Krüger:

\ brings XBMC into window mode - but again there are no more alternatives than favorites (*) or shut down (symbol) All icons in the shut down menu ("inside" XBMC window) affect the whole system (not only XBMC). When XBMC is windowed rest of the screen remains in typical 14.04. colour but no icons for any command

Login via console with credentials running "nano.dmrc": command not found

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Its not a command. Not everyting people wrote here is a command.......

run:

~/.config/autostart; ls

What is output?

Revision history for this message
imagomundi (ditmarl) said :
#9

SOLVED

Thxs to both of you. The solution was as suggested by Thomas Krüger)

".....at the logon screen, click the icon in the login box and choose Ubuntu / Unity"

If one knows that XBMC is installing an own direct path to login......... starting with a choice in the login box. I learnt it only today.