[LIVE] HOW-TO build a XBMC Live USB without burning a CD on Windows

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
lcapriotti Offline
a.k.a Luigi, Team-XBMC XBMCbuntu Dev
Posts: 793
Joined: Jan 2008
Reputation: 12
Location: Italy
Post: #31
you have to play a little bit with grub. I will write a post soonish.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
divinitas Offline
Junior Member
Posts: 1
Joined: Nov 2009
Reputation: 0
Post: #32
To install from usb add this lines to syslinux.cfg

Code:
label install
menu label Install XBMCLive
kernel /ubnkern
append initrd=/ubninit boot=live quiet quickreboot quickusbmodules skipconfig union=aufs xbmc=install,nodiskmount,setvolume,noredir loglevel=0
find quote
ezechiel1917 Offline
Aeon Group
Posts: 646
Joined: Jun 2005
Location: Czech Republic
Post: #33
divinitas Wrote:To install from usb add this lines to syslinux.cfg

Code:
label install
menu label Install XBMCLive
kernel /ubnkern
append initrd=/ubninit boot=live quiet quickreboot quickusbmodules skipconfig union=aufs xbmc=install,nodiskmount,setvolume,noredir loglevel=0

Installator still requires CD-ROM to load drivers or something :/

EDIT: got it fixed by a code from the other thread

added to the end of kernel line:
cdrom-detect/try-usb=true

Ubuntu 13.04 | XBMC PRE-13.0 | VDR + VNSI4 @ Technotrend CT-3650 CI | Transparency! skin | trakt.tv | FlexRAID
(This post was last modified: 2009-11-26 22:38 by ezechiel1917.)
find quote
shakes Offline
Junior Member
Posts: 2
Joined: Nov 2009
Reputation: 0
Post: #34
I'm using XBMCLive 9.11b1 and hoping to do a full install to the first partition of my HTPC's hard drive.

I used unetbootin to put the ISO on a flash drive and edited syslinux.cfg first with the new one listed by l.capriotti and then according to divinitas and ezechiel1917's fixes to install and get past the CD detect step but now it fails at Installing the System.

Anyone else getting this or have any ideas?

Thanks, best support forum around!


------------------------------------------------------
Zotac Ion 330; 4GB Ram, 320GB local storage, 2TB NAS
find quote
pookguy88 Offline
Junior Member
Posts: 9
Joined: Nov 2009
Reputation: 0
Post: #35
shakes Wrote:I'm using XBMCLive 9.11b1 and hoping to do a full install to the first partition of my HTPC's hard drive.

I used unetbootin to put the ISO on a flash drive and edited syslinux.cfg first with the new one listed by l.capriotti and then according to divinitas and ezechiel1917's fixes to install and get past the CD detect step but now it fails at Installing the System.

Anyone else getting this or have any ideas?

Thanks, best support forum around!


------------------------------------------------------
Zotac Ion 330; 4GB Ram, 320GB local storage, 2TB NAS

I'm trying to do this too.. should've saved myself some trouble and just bought a external DVD drive
find quote
yeahbert Offline
Junior Member
Posts: 5
Joined: Jan 2009
Reputation: 0
Post: #36
I used the custom syslinux.cfg from the first post, but now it always starts the installation script.

Code:
label atiamd
menu label ATI/AMD
kernel /ubnkern
append initrd=/ubninit  boot=live splash module=amd quiet persistent quickreboot quickusbmodules skipconfig union=aufs xbmc=autostart,nodiskmount,setvolume,wakeOnUSBRemote loglevel=0

Shouldn't it just start a working XBMC this way?
find quote
Jovack Offline
Junior Member
Posts: 13
Joined: Dec 2009
Reputation: 0
Post: #37
Here is my syslinux.cfg line:

label ubnentry8
menu label Install XBMCLive
kernel /ubnkern cdrom-detect/try-usb=true
append initrd=/ubninit boot=live quiet quickreboot quickusbmodules skipconfig union=aufs xbmc=install,nodiskmount,setvolume,noredir loglevel=0


I fail at the point where it tries to load CDROM drivers...

Thank you in advance for any suggestions!

--Rod
find quote
ojaca Offline
Junior Member
Posts: 7
Joined: Jan 2010
Reputation: 0
Post: #38
I just bought a Acer Revo Aspire 1600, learned about xbmc and decided to boot xbmc live from a usb flash drive, instead of installing it directly on the machine. I followed the instruciotns on this post, googled and downloaded Unetbootin and the xbmc LIVE image found on http://xbmc.org/download/. Everything is working fine, after I figured out some steps, going through other threads on this forum:

- In order to make it boot from the USB drive by default, I had set up the Hard Drive Boot Priority on the BIOS
- In order to recognize and mount the NTFS hard drive on the PC, not enabled by default, I removed the command nodiskmount in the syslinux.cfg file on the usb drive root directory (NVIDIA option).
- In order to boot it by default with my graphics card configuration, I edited the same syslinux.cfg file and copied the lines from my graphics card configuration into the default configuration.
(This post was last modified: 2010-01-25 20:31 by ojaca.)
find quote
UsagiYojimbo Offline
Member
Posts: 83
Joined: Feb 2010
Reputation: 1
Location: Debrecen, Hungary
Question  Live problems... Post: #39
Hi,

I am new here. I build a HTPC, and want to use XBMC Live as its front end.

So I downloaded XBMC Live 9.11 (I think it is RC1, but not sure) burned it on a CD, and tried it. As it was working perfectly, I decided to Install this on a USB drive. (As my configuration does not have a HDD, yet.)

The Live CD's "Install to disk" menuitem did start well, but the installation has broke down at different places. The farthest I got was "Installing the system".

Then I tried to create a Live USB drive, so I used Unetbootin (on Windows). The result: USB drive is booting, but never reaches the XBMC user interface...

I found a guide to create a minimalistic Ubuntu system, and install XBMC onto it. I did this, and it boots. However, I am not satisfied with it.

It does not play sounds, writes much to the USB drive, and takes about 2 GBs off the drive, while the LiveCD produced sounds, and was only about 500 MBs in size...

What did I miss? Could somebody help me out?
find quote
Noodle Offline
Senior Member
Posts: 161
Joined: Jan 2005
Reputation: 0
Post: #40
Don't install it to USB then, use USB as Live CD directly.

UsagiYojimbo Wrote:Hi,

I am new here. I build a HTPC, and want to use XBMC Live as its front end.

So I downloaded XBMC Live 9.11 (I think it is RC1, but not sure) burned it on a CD, and tried it. As it was working perfectly, I decided to Install this on a USB drive. (As my configuration does not have a HDD, yet.)

The Live CD's "Install to disk" menuitem did start well, but the installation has broke down at different places. The farthest I got was "Installing the system".

Then I tried to create a Live USB drive, so I used Unetbootin (on Windows). The result: USB drive is booting, but never reaches the XBMC user interface...

I found a guide to create a minimalistic Ubuntu system, and install XBMC onto it. I did this, and it boots. However, I am not satisfied with it.

It does not play sounds, writes much to the USB drive, and takes about 2 GBs off the drive, while the LiveCD produced sounds, and was only about 500 MBs in size...

What did I miss? Could somebody help me out?
find quote
Post Reply