upgrade from beta 1 to beta 3
#1
I seem to be having a brain-fart. I can't get my live install to upgrade from Frodo Beta 1 to beta 3. I've run the following:
sudo apt-get update
sudo apt-get upgrade
sudo reboot.

Once the reboot is complete I hit INFO on my remote and I'm still at Beta 1.

Can anyone help? I've repeated this process a couple of times.

Thanks.
Reply
#2
Yes this is what your missing.

Code:
sudo apt-get install python-software-properties pkg-config
sudo add-apt-repository ppa:team-xbmc/unstable
apt-get update
sudo apt-get install xbmc

After that you can "fart" away.
Without that your stuck on repeating commands that would only work fro any system upgrades if any available.

+1

uNi
Reply
#3
Thanks uNi,

I followed this and ended up moving beyond Beta 3 and onto RC1.

Reply
#4
Yes, because its now RC1 out.

+1

uNi
Reply
#5
(2012-12-12, 01:45)uNiversal Wrote: Yes this is what your missing.

Code:
sudo apt-get install python-software-properties pkg-config
sudo add-apt-repository ppa:team-xbmc/unstable
apt-get update
sudo apt-get install xbmc

After that you can "fart" away.
Without that your stuck on repeating commands that would only work fro any system upgrades if any available.

+1

uNi

Question, will these steps work updating xbmcbuntu xbmc from 11.0 eden to 12.0 RC1 Frodo? Not quite the most Linux knowledgeable(Windows guy using Linux). Thank you.
Reply
#6
Yes but there may be issues that you need to look at since Frodo has so many features and settings that changed.

http://wiki.xbmc.org/index.php?title=XBM..._XBMCbuntu and as the see also says.

http://wiki.xbmc.org/index.php?title=XBM...remotes.29

uNi
Reply
#7
(2012-12-12, 21:54)uNiversal Wrote: Yes but there may be issues that you need to look at since Frodo has so many features and settings that changed.

http://wiki.xbmc.org/index.php?title=XBM..._XBMCbuntu and as the see also says.

http://wiki.xbmc.org/index.php?title=XBM...remotes.29

uNi

so would it be suggested to do a fresh install of xbmcbuntu with V12 Frodo? The only issue I have with this, I spent several hours trying to get my remote control to power on and power off my machine and I really don't want to have to go through that pain again. Thanks.
Reply
#8
Then I suggest you backup your install or bite the bullet, either way backup. I cant tell you what to do, only advise you on what could be done and what the risks are.

uNi

Reply
#9
uNi:

does your "Minimal Ubuntu install + XBMC -Script" install the latest version of Frodo?

Reply
#10
Its not "mine" its bram77 but yes its installs whatever the last version from Fernetmenta is, or if the ppa is edited whatever you want.

uNi
Reply
#11
thanks!
Reply
#12
Your welcome

+1

uNi
Reply

Logout Mark Read Team Forum Stats Members Help
upgrade from beta 1 to beta 30