Author Topic: MD setup fails in 10.04  (Read 8130 times)

fibres

  • Guru
  • ****
  • Posts: 306
    • View Profile
    • LinuxMCE 08.10 RC Mirror.
Re: MD setup fails in 10.04
« Reply #15 on: September 28, 2011, 11:26:57 pm »
Well I installed using murdocks script.

I then ran Diskless_CreateTBZ.sh

Diskless setup still failed when I boot the MD.

Ill try your tip kyfalcon.

Regards

fibres

  • Guru
  • ****
  • Posts: 306
    • View Profile
    • LinuxMCE 08.10 RC Mirror.
Re: MD setup fails in 10.04
« Reply #16 on: September 29, 2011, 01:52:24 am »
Ok

First try failed.

Second time round I noticed on the apt-get update it came up with a medibuntu gpg error and a missing packages.gz. So I copied these from the Core and rerun apt-get update and it finished

I didnt install the nvidia-glx-260.

I ran upgrade and it told me something about Flash having unmet dependencies. I ran apt-get install -f and this fixed that.

I ran apt-get upgrade and told me there was nothing.

I booted the MD and it came up with the kubuntu logo for ages.
When I ssh'ed to the MD i could see it was installing nvidia-glx-260 automatically and was installing kernel-headers. After a long time the md rebooted and came up with the av wizard. I will run that and the install over night and post the outcome in morning.

Regards

Murdock

  • Guru
  • ****
  • Posts: 229
    • View Profile
Re: MD setup fails in 10.04
« Reply #17 on: September 29, 2011, 02:15:10 am »
here are the manual steps I've made to this point:
Code: [Select]
cp /usr/pluto/deb-cache/Packages.gz /usr/pluto/diskless/58/usr/pluto/deb-cache/
chroot /usr/pluto/diskless/58/
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | apt-key add -
apt-get -f install
adduser public #for pluto-mythtv package postinst script
apt-get -y upgrade


fibres

  • Guru
  • ****
  • Posts: 306
    • View Profile
    • LinuxMCE 08.10 RC Mirror.
Re: MD setup fails in 10.04
« Reply #18 on: September 29, 2011, 02:18:49 am »
Interesting.

I have done similar to that. Everything started ok. It installed the nvidia-glx-260 rebooted gave avwizard.
Generated the orbiters.
Now its just coming up with Orbiter failed to initialize OpenGL

Regards

kyfalcon

  • Guru
  • ****
  • Posts: 390
    • View Profile
Re: MD setup fails in 10.04
« Reply #19 on: September 29, 2011, 02:29:57 am »
check your xorg.conf. i betcha it is not using nvidia device.

i had to create mine from my 810 setup for this md

fibres

  • Guru
  • ****
  • Posts: 306
    • View Profile
    • LinuxMCE 08.10 RC Mirror.
Re: MD setup fails in 10.04
« Reply #20 on: September 29, 2011, 02:41:31 am »
Ok

Thanks to TKMEDIA on mirc.

I ssh'd onto the md and ran nvidia-xconfig

Rebooted and I now see Sarah!!

Now ill set most things. Let it do the downloads and installs in the setup wizard overnight as I have a slow 3mb ADSL here and see where we are in morning.

Hopefully it will all be working. I have got this far before but it had not installed the nvidia glx drivers and I had no VDPAU so nothing played as the md is an Atom based Zotax Zbox ID11 HD

Regards

fibres

  • Guru
  • ****
  • Posts: 306
    • View Profile
    • LinuxMCE 08.10 RC Mirror.
Re: MD setup fails in 10.04
« Reply #21 on: September 29, 2011, 03:20:41 am »
Ok. Rebooted and all seems to be working.

I can play media and watch TV!!


Murdock

  • Guru
  • ****
  • Posts: 229
    • View Profile
Re: MD setup fails in 10.04
« Reply #22 on: September 30, 2011, 07:16:21 pm »
fyi - updates for MD setup/creation I'm tracking here: http://svn.linuxmce.org/trac.cgi/ticket/1265