Skip to content

Instantly share code, notes, and snippets.

@amitsaha
Created May 26, 2012 00:21
Show Gist options
  • Save amitsaha/2791384 to your computer and use it in GitHub Desktop.
Save amitsaha/2791384 to your computer and use it in GitHub Desktop.
livemedia-creator log
[root@zion gsoc]# livemedia-creator --make-iso --ks fedora-livemedia.ks --iso /tmp/boot2.iso
2012-05-26 00:57:02,522: disk_size = 5GB
2012-05-26 00:57:02,522: disk_img = /tmp/disk6fZizy.img
2012-05-26 00:57:02,522: install_log = /home/gene/gsoc/virt-install.log
WARNING KVM acceleration not available, using 'qemu'
Starting install...
Retrieving file vmlinuz... | 8.8 MB 00:00 ...
Retrieving file initrd.img... | 45 MB 00:00 ...
Creating storage file disk6fZizy.img | 5.0 GB 00:00
Creating domain... | 0 B 00:01
Domain installation still in progress. You can reconnect to
the console to complete the installation process.
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
2012-05-26 09:38:55,848: Install finished. Or at least virt shut down.
2012-05-26 09:38:56,033: Shutting down LiveOS-3e2c19ef-7988-462a-b739-30cfaee5ba09
error: Failed to destroy domain LiveOS-3e2c19ef-7988-462a-b739-30cfaee5ba09
error: Requested operation is not valid: domain is not running
Domain LiveOS-3e2c19ef-7988-462a-b739-30cfaee5ba09 has been undefined
2012-05-26 09:38:57,472: Disk Image install successful
mount: you must specify the filesystem type
Partition mounted on /tmp/tmpsULCEH size=4194304000
2012-05-26 09:38:58,466: Partition mounted on /tmp/tmpsULCEH size=4194304000
2012-05-26 09:38:58,467: working dir is /tmp/tmp3BfdHs
2012-05-26 09:38:58,806: Creating runtime
mke2fs 1.42 (29-Nov-2011)
Can't stat exclude path "/selinux", No such file or directory - ignoring.
Parallel mksquashfs: Using 4 processors
Creating 4.0 filesystem on /tmp/tmp3BfdHs/images/install.img, block size 131072.
[========================================================================================================|] 21351/21351 100%
Exportable Squashfs 4.0 filesystem, xz compressed, data block size 131072
compressed data, compressed metadata, compressed fragments, compressed xattrs
duplicates are removed
Filesystem size 778981.48 Kbytes (760.72 Mbytes)
28.50% of uncompressed filesystem size (2732943.73 Kbytes)
Inode table size 38534 bytes (37.63 Kbytes)
45.04% of uncompressed inode table size (85546 bytes)
Directory table size 58 bytes (0.06 Kbytes)
100.00% of uncompressed directory table size (58 bytes)
Number of duplicate files found 0
Number of inodes 3
Number of files 1
Number of fragments 0
Number of symbolic links 0
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 2
Number of ids (unique uids + gids) 1
Number of uids 1
root (0)
Number of gids 1
root (0)
2012-05-26 09:50:27,545: Rebuilding initrds
2012-05-26 09:50:27,562: dracut args = ['--xz', '--add', 'livenet', '--add', 'dmsquash-live', '--add', 'convertfs', '--omit', 'plymouth']
rebuilding boot/initramfs-3.3.4-5.fc17.i686.PAE.img
2012-05-26 09:50:27,678: rebuilding boot/initramfs-3.3.4-5.fc17.i686.PAE.img
E: Dracut module "livenet" cannot be found.
E: Dracut module "livenet" cannot be found.
rebuilding boot/initramfs-3.3.4-5.fc17.i686.img
2012-05-26 09:51:12,187: rebuilding boot/initramfs-3.3.4-5.fc17.i686.img
E: Dracut module "livenet" cannot be found.
E: Dracut module "livenet" cannot be found.
2012-05-26 09:51:50,624: Building boot.iso
loop deleted : /dev/loop4
Traceback (most recent call last):
File "/usr/sbin/livemedia-creator", line 730, in <module>
opts.volid )
File "/usr/sbin/livemedia-creator", line 508, in make_livecd
tb.build()
File "/usr/lib/python2.7/site-packages/pylorax/treebuilder.py", line 191, in build
templatefile = templatemap[self.vars.arch.basearch]
KeyError: 'PAE'
@sankettandulwadkar
Copy link

Did you happen to solve this domain installation error? When I am trying to create the image, i get the same error message.

Domain installation still in progress. You can reconnect to
the console to complete the installation process.
....
2015-07-09 14:02:41,641: Installation error detected. See logfile.
2015-07-09 14:02:41,642: Shutting down LiveOS-3d0e6b15-22da-4eec-a94c-d12bac027b52
Domain LiveOS-3d0e6b15-22da-4eec-a94c-d12bac027b52 destroyed

Domain LiveOS-3d0e6b15-22da-4eec-a94c-d12bac027b52 has been undefined

2015-07-09 14:02:42,122: Install failed: virt_install failed
2015-07-09 14:02:42,123: Removing bad disk image
2015-07-09 14:02:42,123: ERROR: Image creation failed: virt_install failed

Do you have an idea what is causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment