[03:06] acheronuk: I know how to fix that issue but no idea why it came up, I don't see a recent looking change in pyqt5 or qt5 to explain it, and there weren't relevant changes in ubiquity to explain that either. I'll upload a fix in the morning after I have a bit more time to test it and look at the underlying failure that triggers that crash. [09:02] cyphermox: thank you [09:03] I was quitr puzzled by it as well, as try as I might I could not see a change in ubiquity 17.04.1 that would specifically trigger that, or and pyqt/qt changes in the archive that would do it either [09:04] nonetheless, I could consistantly install fine with the previous installer version and crash the install 100% of the time with 17.04.1 [09:05] which I can't explain [11:16] Hi, I've been building installer netboot image before succesfully, but now the build fails in (probably) the last stage. [11:17] # syslinux is used to make the image bootable [11:17] syslinux ./tmp/netboot/boot.img [11:17] mcopy -i./tmp/netboot/boot.img ./tmp/netboot/vmlinuz ::linux [11:17] mcopy -i./tmp/netboot/boot.img ./tmp/netboot/initrd.gz ::initrd.gz [11:17] And then: [11:18] "Disk ful" [11:19] What can be wrong? Is there a way to make the image for the initrd bigger? [11:20] I'm using xenial and got installer source version 20101020ubuntu451.6 [12:21] Already solved by editing debian-installer-20101020ubuntu451.6/build/config/amd64/netboot.cfg [12:22] changed "FLOPPY_SIZE = 45056" to 65536