• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 56
[RELEASE] NVIDIA ION optimized XBMC Live 9.11 Live CD / Live USB version
#1
Team XBMCFreak released a special version of the Live CD Beta2 for ION systems.

http://translate.google.nl/translate?js=...l=nl&tl=en

Download: http://xbmcfreak.smetana.nl/xbmcfreak-live-9.11-b2.zip
Reply
#2
More information: http://www.xbmcfreak.com/

Here’s another release of the xbmcfreak livecd for nvidia users only. New in v9: mt-daapd and apache2 with redirects to the sabnzb, transmission and mt-daapd services.

Complete overview:
- Nvidia Only
- Removed all AMD and Intel references
- Removed tvheadend references
- Nvidia ext3 packages uses 20% less space on the livecd
- Samba added with multiple shares to the livecd home directory
- Added Blu-Ray script and MakeMKV: http://www.xbmc.org/forum/showthread.php?t=67420
- USB0 added to /proc/acpi/wakeup, which will allow Microsoft USB compatible to wake up from stand-by
- uPNP, Remote webservices default on
- HDMI default sound
- Europe/Rome time settings
- RssFeeds.xml modified
- Alaska and Rapier skin added
- coretemp.ko compiled and added
- nvclock added
- lm-sensors added
- advancedsettings.xml added to show cpu and gpu temperature
- wget lynx lftp ftp zip added
- Permissions /usr/share/xbmc/web fixed, this should allow XBMC Music Streamer to stream
- wireless-tools wpasupplicant added
- python-software-properties added: http://www.xbmc.org/trac/ticket/8304
- Boot fix added: http://www.xbmc.org/trac/ticket/8579
- Proftpd added
- Launcher added: http://code.google.com/p/xbmc-launcher/downloads/list
- .asoundrc with triple audio output (nvidia ion): http://www.xbmcfreak.nl/en/xbmc-live-tri...vidia-ion/
- sabnzbdplus added, port 9090
- transmission added, port 9091
- mt-daapd added, port 9092
- apache2 added with redirects to sabnzb, transmission and mt-daapd
username and password combinations for sabnzb, transmission and mt-daapd: xbmc / xbmc

http://ipaddresshtpc/sabnzbd/
http://ipaddresshtpc/transmission/web/
http://ipaddresshtpc/mt-daapd/

- runonce script added; which will replace the xbmc user by the custom user entered during the installtion

Download: http://xbmcfreak.smetana.nl/xbmcfreak911livev11.zip

How to upgrade from a previous version:

Code:
sudo apt-get update
sudo apt-get install sabnzbdplus lm-sensors transmission-cli transmission-daemon transmission-common wireless-tools wpasupplicant libid3tag0 mt-daapd apache2 python-software-properties
sudo wget http://xbmcfreak.smetana.nl/upgrade-package-v11.tar.gz
sudo tar zxvf upgrade-package-v10.tar.gz --directory=/

Ignore the errors about existing directories within the xbmc livecd user's homedir.

Known issues:

* Reloading /etc/samba/smb/conf smbd only
https://bugs.launchpad.net/ubuntu/+sourc...bug/435061

* could not access PID file for nmbd
https://bugs.launchpad.net/ubuntu/+sourc...bug/462169

* [ 13.144390] nForce2_smbus 0000:00:0a.1: Error probing SMB1.
https://bugs.launchpad.net/ubuntu/+sourc...bug/440470
Reply
#3
great! i'll try this as i have an POV 330 ion system. Should be the same as the asrock, right? Currently i have the latest beta2 9.11, and all runs fine except for playing DVD disc's.... After a couple of minutes DVD stops playing and goes straight to the XBMC home menu....don't know what's causing this. So i want to try a fresh install, i'll report if any problems...

thanks!
Reply
#4
erhnam Wrote:This is our site btw Smile I modified the runXBMC. Just before XBMC starts a file will be unpacked with guisettings and other configuration settings. The settings are optimized for Nvidia ION users. I also removed the amd packages and drivers from the dvd in order to save some space. Samba and proftp are also included. The samba configuration file is configured with some default shares (/home/xbmc/Videos, etc). Further more a script is added to the dvd so Dutch users are subscribed to "uitzendinggemist".

The adjustments to the code are published here: http://www.xbmcfreak.nl/wikixbmc/xbmcfre...passingen/

If there's more interested in this I'll continue on this and make it more international.


hi, cool idea with the special live cd.
I´m interested to bild always a custom live cd.

Can you give me a tutorial or a link to build a custom live cd?

greetz muggi
_______________________________________________
CASE: Silverstone with Imon LCD/ Harmony ONE
BOARD: Zotac IONITX 330 D-E / 6 Terrabytes
NAS: Synology Diskstation 8TB RAID5
Software: XBMC Live Skin: Modded Confluence AppleTV2: XBMC....rocks
KARATELIGHT
Reply
#5
Thank you for this. Downloading right now.
Reply
#6
How do I log in via FTP to transfer files?
Image
Reply
#7
you don't you use filezilla or similar, xbmc doesn't use ftp - sftp instead
Reply
#8
muggi Wrote:hi, cool idea with the special live cd.
I´m interested to bild always a custom live cd.

Can you give me a tutorial or a link to build a custom live cd?

greetz muggi

https://help.ubuntu.com/community/LiveCDCustomization
Reply
#9
luna_s Wrote:you don't you use filezilla or similar, xbmc doesn't use ftp - sftp instead

filezilla supports SFTP....

Too bad that link is in Dutch....would love to know what you did to tweak the setup...does it boot any faster than the default install? Also how will it take to "apt-get update/upgrade"? will it update just like a normal install?
Board: Zotac ION-A-U Case: M350 Mini ITX Memory: 4GB Patriot PC6400 OS: XBMC on OpenELEC.tv build 6936 on a Corsair 32GB SSD Media Storage: W2K8 running on 14TB RAID 5 on an Asrock board w/ AMD Athlon X2 250 and PERC 6/I controller w/ 8 Samsung HD204UI Green drives Time to interface from power switch: 22.4 seconds.
Reply
#10
No I didn't change anything to the boot process. The only thing I changed is the runXBMC bootscript. I added some stuff with apt-get to the environment. It's not so hard but here you go!

A short howto:

Code:
#mount livecd
mkdir /tmp/livecd
sudo mount -o loop xbmc-live-9.11-b1.iso /tmp/livecd

#copy livecd
mkdir ~/livecd
mkdir ~/livecd/cd
rsync --exclude=/live/filesystem.squashfs -a /tmp/livecd/ ~/livecd/cd

#create squashfs temp
mkdir ~/livecd/edit
cd ~/livecd
cp /tmp/livecd/live/filesystem.squashfs .

#unpack the squashfs filesystem
sudo unsquashfs filesystem.squashfs

#chroot the squashfs
sudo chroot squashfs-root/
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts
export HOME=/root
export LC_ALL=C

#change things
you are now in the minimal environment. Add/change stuff, do everything you like! Continue with the next section when ready.

#cleanup and unmount
apt-get clean
rm -rf /tmp/* ~/.bash_history
umount /proc
umount /sys
umount /dev/pts
exit

#repackage the filesystem
sudo mksquashfs squashfs-root/ filesystem.squashfs

#copy the filesystem back to the livecd
cp filesystem.squashfs ~/livecd/cd/live

#regenerate md5sum.txt
cd ~/livecd/cd
rm md5sum.txt
find -type f -print0 | xargs -0 md5sum | grep -v isolinux/boot.cat | tee md5sum.txt

#create iso
sudo pico ~/livecd/cd/README.diskdefines
cd ~/livecd/cd
sudo mkisofs -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -V "$IMAGE_NAME" -cache-inodes -r -J -l -o ../custom.iso .

#unmount livecd
sudo umount /tmp/livecd
sudo rm -rf /tmp/livecd

At the moment I'm working on something else. I want to integrate boxee into the xbmc 9.11 livecd. Maybe create a dual-boot.

A much better approach would be to use debian-live: http://debian-live.alioth.debian.org/
Reply
#11
erhnam Wrote:No I didn't change anything to the boot process. The only thing I changed is the runXBMC bootscript. I added some stuff with apt-get to the environment. It's not so hard but here you go!

A short howto:

Code:
#mount livecd
mkdir /tmp/livecd
sudo mount -o loop xbmc-live-9.11-b1.iso /tmp/livecd

#copy livecd
mkdir ~/livecd
mkdir ~/livecd/cd
rsync --exclude=/live/filesystem.squashfs -a /tmp/livecd/ ~/livecd/cd

#create squashfs temp
mkdir ~/livecd/edit
cd ~/livecd
cp /tmp/livecd/live/filesystem.squashfs .

#unpack the squashfs filesystem
sudo unsquashfs filesystem.squashfs

#chroot the squashfs
sudo chroot squashfs-root/
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts
export HOME=/root
export LC_ALL=C

#change things
you are now in the minimal environment. Add/change stuff, do everything you like! Continue with the next section when ready.

#cleanup and unmount
apt-get clean
rm -rf /tmp/* ~/.bash_history
umount /proc
umount /sys
umount /dev/pts
exit

#repackage the filesystem
sudo mksquashfs squashfs-root/ filesystem.squashfs

#copy the filesystem back to the livecd
cp filesystem.squashfs ~/livecd/cd/live

#regenerate md5sum.txt
cd ~/livecd/cd
rm md5sum.txt
find -type f -print0 | xargs -0 md5sum | grep -v isolinux/boot.cat | tee md5sum.txt

#create iso
sudo pico ~/livecd/cd/README.diskdefines
cd ~/livecd/cd
sudo mkisofs -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table -V "$IMAGE_NAME" -cache-inodes -r -J -l -o ../custom.iso .

#unmount livecd
sudo umount /tmp/livecd
sudo rm -rf /tmp/livecd

At the moment I'm working on something else. I want to integrate boxee into the xbmc 9.11 livecd. Maybe create a dual-boot.

A much better approach would be to use debian-live: http://debian-live.alioth.debian.org/

hi,

so i can do this steps and my configured xbmc on hdd is at last on the cd-isoHuh


greetz muggi
_______________________________________________
CASE: Silverstone with Imon LCD/ Harmony ONE
BOARD: Zotac IONITX 330 D-E / 6 Terrabytes
NAS: Synology Diskstation 8TB RAID5
Software: XBMC Live Skin: Modded Confluence AppleTV2: XBMC....rocks
KARATELIGHT
Reply
#12
luna_s Wrote:you don't you use filezilla or similar, xbmc doesn't use ftp - sftp instead

But this custom build says it includes proftpd.
Image
Reply
#13
Thumbs Up 
you did great job. don´t stop working on the next projeckt. I hope you can build the next live cd for ion asrock with the new release of xbmc live.
thanks again!!! :-)Big Grin
Reply
#14
I would love a Live CD that boots and installs both XBMC and BOXEE!!!! THank you for this live CD with ion drivers working great! Big Grin
Reply
#15
Hi
what about a new CD for live inkl the new offic. version of camelot?
would by greate.
regards
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 56

Logout Mark Read Team Forum Stats Members Help
[RELEASE] NVIDIA ION optimized XBMC Live 9.11 Live CD / Live USB version1