Error 15
by Timothy Murphy
When I put the Fedora-10 KDE Live CD on a USB stick
with livecd-iso-to-disk (which seems to go perfectly)
and re-boot with the stick, I just get "Error 15" on the screen.
What exactly does this mean?
--
Timothy Murphy
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College Dublin
14 years, 4 months
Changes to 'refs/tags/livecd-tools-0.17.3'
by Jeremy Katz
Tag 'livecd-tools-0.17.3' created by Jeremy Katz <katzj(a)redhat.com> at 2009-05-27 14:11 +0000
livecd-tools-0.17.3
Changes since livecd-tools-017.1-6:
---
0 files changed
---
14 years, 4 months
Branch 'f9-branch' - 2 commits - livecd-tools.spec Makefile tools/livecd-iso-to-disk.sh
by Jeremy Katz
Makefile | 2 +-
livecd-tools.spec | 6 +++++-
tools/livecd-iso-to-disk.sh | 11 +++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
New commits:
commit e3424b8e3dbceb297f34083b12a699e7084ea542
Author: Jeremy Katz <katzj(a)redhat.com>
Date: Wed May 27 10:11:21 2009 -0400
Bump version
diff --git a/Makefile b/Makefile
index c790cc2..9d67228 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION = 017.2
+VERSION = 017.3
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
diff --git a/livecd-tools.spec b/livecd-tools.spec
index c6198c2..62224a9 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
-Version: 017.2
+Version: 017.3
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
+* Wed May 27 2009 Jeremy Katz <katzj(a)redhat.com> - 017.3-1
+- Backport livecd-iso-to-disk change to work around com32's lack of
+ abi guarantees (#492370, #498155)
+
* Fri Dec 19 2008 Jeremy Katz <katzj(a)redhat.com> - 017.2-1
- Add newkey repo (#477067)
- Fix --base-on even more
commit 617dffce568c914200ee3ef8cad9aea85e2706bb
Author: Jeremy Katz <katzj(a)redhat.com>
Date: Thu Apr 2 16:57:13 2009 -0400
[BACKPORT] Use our syslinux's menu com32 modules (#492370)
com32 modules in syslinux don't seem to have a consistent API, so
let's workaround it by copying in the menu files from our syslinux
when doing livecd-iso-to-disk. This is kind of kludgey, really :/
diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh
index 85e097b..ccd17e6 100644
--- a/tools/livecd-iso-to-disk.sh
+++ b/tools/livecd-iso-to-disk.sh
@@ -297,6 +297,17 @@ if [ -n "$overlaysizemb" ]; then
fi
echo "Installing boot loader"
+# this is a bit of a kludge, but syslinux doesn't guarantee the API for its com32 modules :/
+if [ -f $USBMNT/$SYSLINUXPATH/vesamenu.c32 -a -f /usr/share/syslinux/vesamenu.c32 ]; then
+ cp /usr/share/syslinux/vesamenu.c32 $USBMNT/$SYSLINUXPATH/vesamenu.c32
+elif [ -f $USBMNT/$SYSLINUXPATH/vesamenu.c32 -a -f /usr/lib/syslinux/vesamenu.c32 ]; then
+ cp /usr/lib/syslinux/vesamenu.c32 $USBMNT/$SYSLINUXPATH/vesamenu.c32
+elif [ -f $USBMNT/$SYSLINUXPATH/menu.c32 -a -f /usr/share/syslinux/menu.c32 ]; then
+ cp /usr/share/syslinux/menu.c32 $USBMNT/$SYSLINUXPATH/menu.c32
+elif [ -f $USBMNT/$SYSLINUXPATH/menu.c32 -a -f /usr/lib/syslinux/menu.c32 ]; then
+ cp /usr/lib/syslinux/menu.c32 $USBMNT/$SYSLINUXPATH/menu.c32
+fi
+
if [ "$USBFS" = "vfat" -o "$USBFS" = "msdos" ]; then
# syslinux expects the config to be named syslinux.cfg
# and has to run with the file system unmounted
14 years, 4 months
should a livecd be ext3 or ext4
by Williamson Grant
Should a livecd be created ext3 or ext4.
The reason I ask, is we tend offer the livecd's also as usb sticks,
when I last tried the
usb stick does not boot if the filesystem is ext4.
Comments anyone?
14 years, 4 months
livecd not building
by Williamson Grant
Did something change in rawhide in the last few days, I cannot build
livecd.
Sounds like something is corrupted, all packages in repo, check out
fine.
Is there anyway I can increase debug so I can see what is failing.
After downloading my packages, always fails with.
Traceback (most recent call last):
File "/usr/bin/livecd-creator", line 140, in <module>
sys.exit(main())
File "/usr/bin/livecd-creator", line 123, in main
creator.install()
File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line
661, in install
ayum.runInstall()
File "/usr/lib/python2.6/site-packages/imgcreate/yuminst.py", line
181, in runInstall
self.populateTs(keepold=0)
File "/usr/lib/python2.6/site-packages/yum/depsolve.py", line 239,
in populateTs
hdr = txmbr.po.returnHeaderFromPackage()
File "/usr/lib/python2.6/site-packages/yum/packages.py", line 633,
in returnHeaderFromPackage
hdr = rpmUtils.miscutils.hdrFromPackage(ts, rpmfile)
File "/usr/lib/python2.6/site-packages/rpmUtils/miscutils.py", line
409, in hdrFromPackage
raise rpmUtils.RpmUtilsError, "RPM Error opening Package"
rpmUtils.RpmUtilsError: RPM Error opening Package
14 years, 4 months
Reconstructor
by Bryan Kearney
I am sure folks have seen this:
http://reconstructor.aperantis.com
What I thouhgt was interesting (besides making a pretty ui) was starting
with an existing livecd iso. May speed up the process a bit in some
places... dont know.
-- bk
14 years, 4 months
PPC LiveCD Help
by Thomas J. Baker
I'm trying to make a live cd for a PPC machine and I want it as small as
possible. I've made similar i386 images but I'm running into a problem
where the ppc livecd can't be created unless the anaconda-runtime
package is included ("Error creating Live CD : Unable to find boot file
mapping"). The problem is that anaconda-runtime has so many dependencies
that it doubles the size of the image.
Any ideas or workarounds? I'm using the latest livecd-tools on Fedora 9
and at the moment, I need to stay at Fedora 9.
Thanks,
tjb
--
=======================================================================
| Thomas Baker email: tjb(a)unh.edu |
| Systems Programmer |
| Research Computing Center voice: (603) 862-4490 |
| University of New Hampshire fax: (603) 862-1761 |
| 332 Morse Hall |
| Durham, NH 03824 USA http://wintermute.sr.unh.edu/~tjb |
=======================================================================
14 years, 4 months
cd
by joao mendes rodrigues
Bem eu gostaria de receber um cd do sistema linux Fedora caso seja possivel.
Endereço Rua geraldo rios 305 apt202
Centro João Pinheiro MG Brasil
Cep 3870000
14 years, 4 months
boot livecd iso?
by don fong
question: how can i boot the livecd distro from a
hard disk partition, hopefully with the persistent
option? i have found a lot of pages
describing how to do this with a USB stick, but
i have not been able to find clear instructions on
how to do the equivalent thing with a regular
disk partition.
i have the fedora livecd iso image file on my disk.
i can mount it under linux. is there a way to
boot the iso file directly, without wasting a CD?
or to make another disk partition boot the livecd distro?
thanks in advance for any help.
14 years, 4 months
proxy settings for livecd-creator
by Pak, Mesut
Hi all,
I have seen some posts regarding to this but no definitive answer.
Could some one tell me if there is a way to set livecd-creator to use particular http proxy server and provide user authentication details?
My yum.conf is alredy set up to use http proxy server.
ivecd-creator --config=/opt/livecd_work/livecd-fedora-minimal.ks --fslabel=FedoraLiveCD --cache=/var/cache/live
mke2fs 1.41.3 (12-Oct-2008)
Filesystem label=FedoraLiveCD
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
262144 inodes, 1048576 blocks
10485 blocks (1.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=1073741824
32 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 30 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
tune2fs 1.41.3 (12-Oct-2008)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
filespec_eval: hash table stats: 12 elements, 12/65536 buckets used, longest chain length 1
Could not retrieve mirrorlist http://mirrors.kernel.org/fedora/development/i386/os/repodata error was
[Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Error creating Live CD : Unable to download from repo : Cannot retrieve repository metadata (repomd.xml) for repository: development. Please verify its path and try again
14 years, 4 months