[RELEASE] NVIDIA ION optimized XBMC Live 9.11 Live CD / Live USB version

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
muggi Offline
Senior Member
Posts: 142
Joined: Nov 2009
Reputation: 3
Post: #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-isoConfused


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
find quote
edwinmcdunlap Offline
Senior Member
Posts: 131
Joined: Oct 2005
Reputation: 0
Post: #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: emcd_mc360.png]
find quote
slyk2203 Offline
Member
Posts: 54
Joined: Sep 2007
Reputation: 0
Thumbs Up    Post: #13
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
find quote
djx18 Offline
Junior Member
Posts: 17
Joined: Mar 2006
Reputation: 0
Post: #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
find quote
slyk2203 Offline
Member
Posts: 54
Joined: Sep 2007
Reputation: 0
Post: #15
Hi
what about a new CD for live inkl the new offic. version of camelot?
would by greate.
regards
find quote
RKMFlorida Offline
Senior Member
Posts: 124
Joined: May 2004
Reputation: 0
Post: #16
Does this have the HDMI-audio and USB-Wake fixes applied?
find quote
edwinmcdunlap Offline
Senior Member
Posts: 131
Joined: Oct 2005
Reputation: 0
Post: #17
RKMFlorida Wrote:Does this have the HDMI-audio and USB-Wake fixes applied?
HDMI audio seems to be working just fine with this version on my Aspire Revo Smile
Not sure about USB wake, I don't use that.

Now when are we going to get an updated version of this now that Camelot is out?

[Image: emcd_mc360.png]
find quote
The-Boxhead Offline
Member+
Posts: 943
Joined: May 2005
Reputation: 17
Location: Norway
Post: #18
I have not tested this version, nice that you make your own version.
However i have allready seen posts in the support forums asking
for support on this xbmcfreak build. This is not an official xbmc product
and not supported by team XBMC.

You should state this clearly in your post.

PointOfView Nvidia ION Atom 330 - TRANSCEND 2GB DDR2 DIMM 800MHz - G.SKILL 64GB SSD 2.5
Open Elec Beta4 1.95.4
XBMC Online Manual - HOW-TO post about a problem in a useful manner - Create/View Bug Report
Setup/Fix correct resolution on XBMC/Ubuntu - Usefull linux terminal commands
find quote
RKMFlorida Offline
Senior Member
Posts: 124
Joined: May 2004
Reputation: 0
Post: #19
@The-Boxhead, I think it's fairly clear that it's not an official release; I'm just hoping these comments don't discourage the authors from continuing their work.

@Edwin - You have HDMI audio working good in the generic 9.11 XBMC Live; or this special ION version?

Thank you!
find quote
edwinmcdunlap Offline
Senior Member
Posts: 131
Joined: Oct 2005
Reputation: 0
Post: #20
RKMFlorida Wrote:@Edwin - You have HDMI audio working good in the generic 9.11 XBMC Live; or this special ION version?

Just this special ION version.

[Image: emcd_mc360.png]
find quote
Post Reply