Solved XBMCbuntu and windows 7 dualboot
#1
Hi, on my intel NUC I've installed XBMCbuntu and windows 7 as a dualboot by GRUB. Everything booting fine, but always I have to chose system in grub menu. It won't start automatic always wait until press enter choosing proper system to boot.

this is my grub config:

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=3
#GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_GFXPAYLOAD_LINUX=keep
Reply
#2
Have you, from Linux, run sudo update-grub ?
Learning Linux the hard way !!
Reply
#3
Yes, /boot/grub/grub.cnf is changing but still no effect after reboot Sad
Reply
#4
You're editing /etc/default/grub right?
Also tried reinstalling grub with upgrade-grub-from-legacy (note that command is from memory, typing update into the command prompt then pressing tab should give you the exact name)
Reply
#5
yes, I'm editing /etc/default/grub
after it sudo update-grub and reboot - not working
my grub ver. is 2.02

is upgrade-grub-from-legacy command reinstall grub2 to grub?
Reply
#6
Its for upgrading grub but it will also reinstall it.

Bit of a silly question, but I have seen similar behaviour after unclean shutdowns, you're not hard rebooting or anything like that?
Reply
#7
After unclean shutdown (ones) few lines appeared on the end of the grub file, but I clean it. Is the same situation (stop on grub menu) no matter if I reboot system or turn system off and then on.
Reply
#8
Hmmm.. Strange... Everything looks like it should, but I'll post my working config file when I get home for comparison.

Though, a stab I'm the dark, tried commenting out the grub-timeout line? From memory grub defaults to 10seconds. Or try using grub_hidden_timeout instead.

EDIT Are there any errors when running update-grub?
Reply
#9
I'm noob in linux matter, so I first read everything from the net about grub2 (and grub2 reinstall) and I didn't run update yet. I'll change to hidden and try.
Reply
#10
Here is mine, after a quick comparison I cant see anything out of place in yours, but it might give you some ideas of what to try.
http://paste.ubuntu.com/7985023/

Note its a bit of a mess because Ive been (unsuccessfully) trying to get a splash screen to show and the menu to stay hidden unless I press shift.

Also some other options are to run 'grub boot-repair' or 'grub-customizer'

Oh and if you do get it sorted check out the reboot2oos add-on in my sig, it make booting between OS's easy.
Reply
#11
solved - I had mounted two partition with /boot, and proper one was covered by the unused one. Thanks for your help Smile
Reply
#12
Hello,

I'd like to install XBMC and Windows 7 on my NUC and I was wondering if you could give me a clue how I go about it.

Thank you in advance Smile
Reply

Logout Mark Read Team Forum Stats Members Help
XBMCbuntu and windows 7 dualboot0