Fedora Linux Support Community & Resources Center
  #1  
Old 5th June 2011, 02:17 AM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfirefox
Fedora 15 LiveCD-Creator errors out

I've been trying to create a live cd using the livecd-creator tool but always errors out. Wondering if anyone else has this problem and if so did they figure out the fix. Here's the error:
Quote:
# livecd-creator --config=/usr/share/spin-kickstarts/fedora-livecd-desktop.ks
/usr/lib/python2.7/site-packages/pykickstart/commands/partition.py:251: UserWarning: A partition with the mountpoint / has already been defined.
warnings.warn(_("A partition with the mountpoint %s has already been defined.") % pd.mountpoint)
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...15&arch=x86_64 error was
14: HTTP Error 501 - Not Implemented : http://mirrors.fedoraproject.org/mir...15&arch=x86_64
Error creating Live CD : Unable to download from repo : Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

Last edited by ryptyde; 5th June 2011 at 02:19 AM. Reason: code to quote tags
Reply With Quote
  #2  
Old 5th June 2011, 04:02 AM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 876
linuxfirefox
Re: Fedora 15 LiveCD-Creator errors out

Hello,

I get the same warnings as you about / but i get a successful build with:
Code:
# livecd-creator -v --config=fedora-livecd-desktop.ks --fslabel=f15_6_4 --cache=/var/cache/live/
Code:
$ rpm -q livecd-tools
livecd-tools-15.7-1.fc15.i686
Reply With Quote
  #3  
Old 5th June 2011, 11:38 AM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfirefox
Re: Fedora 15 LiveCD-Creator errors out

You must be building from cached rpms and not pulling from the repos?
Code:
$ rpm -q livecd-tools
livecd-tools-15.7-1.fc15.x86_64
I was hoping to test out the results of the "XZ" compression for reducing the output image size.

phil
Reply With Quote
  #4  
Old 5th June 2011, 12:32 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,597
linuxfirefox
Re: Fedora 15 LiveCD-Creator errors out

Using the the Fedora LiveUSB-Creator i had no issue installing a pre-downloaded version of the F15-KDE-Live CD after browsing for it in the download folder.

Code:
su
    (password)
yum install liveusb-creator
An Icon will be placed in "System Tools", looking like a blue usb stick.
Heck, i even made the first 128mb of this 1gb stick a dos partition, but the 2nd partition (~ 920mb) ist ext4 with bootflag enabled

Not sure about how i installed the "extended settings", i think it was with the command "sudo yum install gnome-tweak-tool".
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle livna ; st iso dl-fed && st iso usb
Reply With Quote
  #5  
Old 5th June 2011, 04:02 PM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 876
linuxredhatfirefox
Re: Fedora 15 LiveCD-Creator errors out

Quote:
Originally Posted by ryptyde View Post
You must be building from cached rpms and not pulling from the repos?
Code:
$ rpm -q livecd-tools
livecd-tools-15.7-1.fc15.x86_64
I was hoping to test out the results of the "XZ" compression for reducing the output image size.

phil
Hello phil,

The cache was empty when I started and I had to pull all packages that I used from the repos. I use the --cache= so I can control where the packages are stored for use in my next spin. I was working from a i686 laptop. I'll try to give it a go from x86_64 today or tonight sometime and post the results.

PS> The livecd-creator in F15 is so much faster than the previous versions. It really cuts down on the spin time.

Andrew

---------- Post added at 11:02 AM ---------- Previous post was at 09:22 AM ----------

Just tried from x86_64 and had a successful build from a qemu-kvm install that didn't have any packages in the cache.
Code:
# livecd-creator -v --config=fedora-livecd-desktop.ks --fslabel=F15-5-6 --cache=/var/cache/live/
Code:
$ rpm -q livecd-tools spin-kickstarts
livecd-tools-15.7-1.fc15.x86_64
spin-kickstarts-0.15.6-1.fc15.noarch
Man that build was fast.
Reply With Quote
  #6  
Old 5th June 2011, 05:25 PM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfirefox
Re: Fedora 15 LiveCD-Creator errors out

Andrew, so you must have a different procedure than the standard use of /usr/share/spin-kickstarts/fedora-livecd-desktop.ks. I have in the past moved the spin-kickstarts to my home directory and successfully built from there with F14 and previous releases 32 and 64 bit. All I want to do at this point is create a livecd using the method that has always worked before for example:
Quote:
livecd-creator --config=/usr/share/spin-kickstarts/fedora-livecd-desktop.ks
also are you using the .ks that came from the /usr/share/spin-kickstarts directory.

Something is definitely wrong on my end as livecd-creator does not work from my F15 x64 desktop or my F15 32 laptop both machines throw the same error.

phil
Reply With Quote
  #7  
Old 5th June 2011, 05:53 PM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 876
linuxredhatfirefox
Re: Fedora 15 LiveCD-Creator errors out

Hello Phil,
I usually copy the spin-kickstarts folder and work with the copy but in this case I just cd'd to /usr/share/spin-kickstarts/ and ran the command from there on the stock .ks .

Andrew
Reply With Quote
  #8  
Old 5th June 2011, 08:08 PM
ryptyde Offline
Registered User
 
Join Date: May 2005
Location: Tragic City, Michigan USA
Posts: 1,605
linuxfirefox
Re: Fedora 15 LiveCD-Creator errors out

Quote:
Originally Posted by AndrewSerk View Post
Hello Phil,
I usually copy the spin-kickstarts folder and work with the copy but in this case I just cd'd to /usr/share/spin-kickstarts/ and ran the command from there on the stock .ks .

Andrew
OK, I'll try and see what may be amiss here with my configuration. Thanks!

phil

EDIT: Was finally able to create a livecd on the F15 32 bit laptop but the x86_64 desktop still errors out.

Last edited by ryptyde; 6th June 2011 at 02:47 AM. Reason: add info about 32 bit success
Reply With Quote
Reply

Tags
errors, fedora, livecdcreator

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to build F12 LiveCD using livecd-creator Salgeras Installation and Live Media 2 5th January 2010 06:51 PM
f-12 livecd-creator perazim Installation and Live Media 2 23rd November 2009 02:06 PM
Not able to create bootable liveCD with livecd-creator baloon Installation and Live Media 3 9th July 2009 12:44 PM
where to get liveCD-creator? xianwu Using Fedora 1 6th February 2009 09:01 PM
Need Help on livecd-creator rossini23 Using Fedora 0 3rd September 2007 10:37 AM


Current GMT-time: 11:03 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat