Announcing - A new way to make live media with livemedia-creator
by Brian C. Lane
livemedia-creator is a new addition to the lorax project. Its goal is to
create live images using anaconda so that we have one place to maintain
the logic defining what an installed system should look like.
lorax-17.1 contains the first release which should be working well
enough for people to experiment with. See the README.livemedia-creator
for details and examples. The current version can be used to create
bootable disk images or to convert those images into a bootable .iso
Development disussion will be on the anaconda-devel-list, and bugs can
be filed against lorax. I'll either take them or you can assign them to
bcl(a)redhat.com
--
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
10 years, 4 months
Is livecd-creator broken?
by Valent Turkovic
I tried last version of livecd-creator currently in Fedora 16, and
then updated to latest version from testing-updates repo, but still I
get ISO image that is broken...
Did anybody get working iso image from Fedora 16 or Fedora 17
kickstart files using livecd-creator ?
if you did please share how you managed to get a working iso image.
Cheers,
Valent.
--
follow me - www.twitter.com/valentt & http://kernelreloaded.blog385.com
linux, anime, spirituality, wireless, scuba, linuxmce smart home, zwave
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turkovic(a)hotmail.com
11 years, 3 months
Re: [Fedora-livecd-list] is liveusb-creator working for you?
by Valent Turkovic
I'm not talking about using liveusb-creator but the issue is that you
use fedora .ks files and try to make iso image yourseld with
livecd-creator, every time I tried I get ISO file that doesn't boot
!!!
This should be a critical bug and stopper for Fedora, right?
On Mon, May 7, 2012 at 5:50 PM, Frederick Grose <fgrose(a)gmail.com> wrote:
> On Mon, May 7, 2012 at 3:42 AM, valent.turkovic(a)gmail.com
> <valent.turkovic(a)gmail.com> wrote:
>>
>> On Mon, May 7, 2012 at 9:31 AM, Chris Smart <chris(a)kororaa.org> wrote:
>> > On 07/05/12 08:13, valent.turkovic(a)gmail.com wrote:
>> >> I created Fedora 16 respin (with latest packages from updates repo)
>> >> and custom remix iso images but when I transfer iso image to usb with
>> >> liveusb-creator or via dd command I just get black screen on boot, not
>> >> even grub menu comes up :(
>> >>
>> >> Are others seeing this also or is everything working out for you?
>> >>
>> >
>> > I haven't tried it recently, but the kernel caches the writing to the
>> > disk - the only times I've seen that happen is when I've pulled out the
>> > disk too early while the kernel is still writing.
>> >
>> > You can try the sync command and maybe check with iotop.
>> >
>> > -c
>>
>> I used sync every time it doesn't help, can anybody please try and see
>> does it work for you or not. If it doesn't work it is a mayor bug that
>> I'll report right away.
>>
>> Cheers,
>> Valent.
>
>
> I just installed liveusb-creator-3.11.6-1 on Fedora 16 and then used it to
> successfully load
> http://koji.fedoraproject.org/koji/getfile?taskID=4056117&name=Fedora-17-...
> onto a USB stick.
>
> --Fred
>
> --
> livecd mailing list
> livecd(a)lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/livecd
--
follow me - www.twitter.com/valentt & http://kernelreloaded.blog385.com
linux, anime, spirituality, wireless, scuba, linuxmce smart home, zwave
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turkovic(a)hotmail.com
11 years, 3 months
is liveusb-creator working for you?
by Valent Turkovic
Hi,
I created Fedora 16 respin (with latest packages from updates repo)
and custom remix iso images but when I transfer iso image to usb with
liveusb-creator or via dd command I just get black screen on boot, not
even grub menu comes up :(
Are others seeing this also or is everything working out for you?
I tried both 32 and 64 bit versions, and it is the same on both.
Cheers,
Valent.
--
follow me - www.twitter.com/valentt & http://kernelreloaded.blog385.com
linux, anime, spirituality, wireless, scuba, linuxmce smart home, zwave
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turkovic(a)hotmail.com
11 years, 4 months
Fedora livecd-creator broken ?
by Valent Turkovic
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.
--
follow me - www.twitter.com/valentt & http://kernelreloaded.blog385.com
linux, anime, spirituality, wireless, scuba, linuxmce smart home, zwave
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turkovic(a)hotmail.com
11 years, 4 months