Comment 5 for bug 1182225

Revision history for this message
Ronald (ronald23) wrote :

its a known bug in virt-manager. few options to work around it:

1) upgrade virt-manager
2) if last package does not include the fix, adapt file virtinst/urlfetcher.py according to this commit: https://github.com/virt-manager/virt-manager/commit/3f15a489cda87f8028828d567848193dd2640a43
3) you can also create a symlink before the install process starts as work around in the install tree (you have to 'unpack' the iso): sudo ln -s <nfs_mount_dir>/install/netboot/ubuntu-installer/amd64 <nfs_mount_dir>/install/netboot/ubuntu-installer/i386

hope it helps.