Just tried respinning fedora-livecd-desktop.ks and fedora-live-desktop.ks on my Fedora 16 machine and they failed both :(
This is the command used to respin iso image: livecd-creator -v -t /livecd/tmp/ --cache=/livecd/yum-cache/ -f Fedora-16-64bit-2012-04 -c fedora-livecd-desktop.ks
and this is how it fails:
Installing: ivtv-firmware ################### [1135/1137] Installing: iwl4965-firmware ################### [1136/1137] Installing: ipw2100-firmware ################### [1137/1137] 2278 blocks
Removing password for user root. passwd: Success Note: Forwarding request to 'systemctl enable NetworkManager.service'. Note: Forwarding request to 'systemctl disable sshd.service'. rm '/etc/systemd/system/multi-user.target.wants/sshd.service' Unmounting directory /home/fusion-linux/temp/imgcreate-2S8P8p/install_root Losetup remove /dev/loop0 Traceback (most recent call last): File "/usr/bin/livecd-creator", line 210, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 194, in main creator.configure() File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 724, in configure self._create_bootconfig() File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 242, in _create_bootconfig self._generate_efiboot(self.__ensure_isodir()) File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 235, in _generate_efiboot isodir + "/isolinux/efiboot.img"]) File "/usr/lib64/python2.7/subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1228, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Can somebody confirm that it works for you or that it also fails? Is this a known issue?
Cheers, Valent.
I got this yesterday (building a customised version). I didn't have time to look at it more closely.
Is it looking for efiboot.img and failing to find it? I know a fair bit of the chatter round here recently has been to do with EFI booting--maybe that's introduced a bug.
James
On Wed, 2012-04-18 at 12:12 +0100, valent.turkovic@gmail.com wrote:
Just tried respinning fedora-livecd-desktop.ks and fedora-live-desktop.ks on my Fedora 16 machine and they failed both :(
This is the command used to respin iso image: livecd-creator -v -t /livecd/tmp/ --cache=/livecd/yum-cache/ -f Fedora-16-64bit-2012-04 -c fedora-livecd-desktop.ks
and this is how it fails:
Installing: ivtv-firmware ################### [1135/1137] Installing: iwl4965-firmware ################### [1136/1137] Installing: ipw2100-firmware ################### [1137/1137] 2278 blocks
Removing password for user root. passwd: Success Note: Forwarding request to 'systemctl enable NetworkManager.service'. Note: Forwarding request to 'systemctl disable sshd.service'. rm '/etc/systemd/system/multi-user.target.wants/sshd.service' Unmounting directory /home/fusion-linux/temp/imgcreate-2S8P8p/install_root Losetup remove /dev/loop0 Traceback (most recent call last): File "/usr/bin/livecd-creator", line 210, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 194, in main creator.configure() File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 724, in configure self._create_bootconfig() File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 242, in _create_bootconfig self._generate_efiboot(self.__ensure_isodir()) File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 235, in _generate_efiboot isodir + "/isolinux/efiboot.img"]) File "/usr/lib64/python2.7/subprocess.py", line 493, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1228, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Can somebody confirm that it works for you or that it also fails? Is this a known issue?
Cheers, Valent.
On 04/18/2012 01:12 PM, valent.turkovic@gmail.com wrote:
Just tried respinning fedora-livecd-desktop.ks and fedora-live-desktop.ks on my Fedora 16 machine and they failed both :(
This is the command used to respin iso image: livecd-creator -v -t /livecd/tmp/ --cache=/livecd/yum-cache/ -f Fedora-16-64bit-2012-04 -c fedora-livecd-desktop.ks
and this is how it fails:
Installing: ivtv-firmware ################### [1135/1137] Installing: iwl4965-firmware ################### [1136/1137] Installing: ipw2100-firmware ################### [1137/1137] 2278 blocks
Removing password for user root. passwd: Success Note: Forwarding request to 'systemctl enable NetworkManager.service'. Note: Forwarding request to 'systemctl disable sshd.service'. rm '/etc/systemd/system/multi-user.target.wants/sshd.service' Unmounting directory /home/fusion-linux/temp/imgcreate-2S8P8p/install_root Losetup remove /dev/loop0 Traceback (most recent call last): File "/usr/bin/livecd-creator", line 210, in<module> sys.exit(main()) File "/usr/bin/livecd-creator", line 194, in main creator.configure() File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 724, in configure self._create_bootconfig() File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 242, in _create_bootconfig self._generate_efiboot(self.__ensure_isodir()) File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 235, in _generate_efiboot isodir + "/isolinux/efiboot.img"])
if not os.path.exists(self._instroot + "/boot/efi/EFI/redhat/grub.efi"): return False subprocess.call(["mkefiboot", isodir + "/EFI/BOOT", isodir + "/isolinux/efiboot.img"]) subprocess.call(["mkefiboot", "-a", isodir + "/EFI/BOOT", isodir + "/isolinux/macboot.img"])
It seems like you don't have /usr/sbin/mkefiboot which is a part of lorax?
Lorax and the dependency might not have been backported to f16 (yet?), so yes, livecd-creator might be broken in f16.
/Mads
It seems like you don't have /usr/sbin/mkefiboot which is a part of lorax?
Lorax and the dependency might not have been backported to f16 (yet?), so yes, livecd-creator might be broken in f16.
Lorax is in F16, and installed on my machine, but it doesn't contain /usr/sbin/mkefiboot, and nor does anything else in the F16 repos.
James
On Wed, Apr 18, 2012 at 01:12:40PM +0200, valent.turkovic@gmail.com wrote:
Just tried respinning fedora-livecd-desktop.ks and fedora-live-desktop.ks on my Fedora 16 machine and they failed both :(
Sorry about that. I've pushed lorax-16.4.8-2 to stable which should fix this. In the meantime you can grab the build from here:
http://koji.fedoraproject.org/koji/buildinfo?buildID=305608
On Wed, Apr 18, 2012 at 8:00 PM, Brian C. Lane bcl@redhat.com wrote:
On Wed, Apr 18, 2012 at 01:12:40PM +0200, valent.turkovic@gmail.com wrote:
Just tried respinning fedora-livecd-desktop.ks and fedora-live-desktop.ks on my Fedora 16 machine and they failed both :(
Sorry about that. I've pushed lorax-16.4.8-2 to stable which should fix this. In the meantime you can grab the build from here:
http://koji.fedoraproject.org/koji/buildinfo?buildID=305608
-- Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
I guess this is the right bug - https://bugzilla.redhat.com/show_bug.cgi?id=813546
I just updated lorax and respinning new iso, expect report soon.
Fedora respin builds without issues, and boots via live-usb without issues, at least 64bit version does, I'll test 32 bit version later.
Thank you very much!
livecd@lists.stg.fedoraproject.org