Hi,
First of all I'd like to say thanks for this tool. I think it'll be perfect for our application.
I was able to generate an ISO and boot up a VM using it. This was very straightforward. However when I tried to install the image, Ubiquity would always fail at the end when updating the initial ramdisk.
There was also a warning about the swap file.
After digging around I came up with a fix which seems to get the install to work:
Does anyone know why it was necessary to make these changes, and what problems, if any, my fixes are likely to cause?
First of all I'd like to say thanks for this tool. I think it'll be perfect for our application.
I was able to generate an ISO and boot up a VM using it. This was very straightforward. However when I tried to install the image, Ubiquity would always fail at the end when updating the initial ramdisk.
Quote:dpkg: error processing initramfs-tools (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
There was also a warning about the swap file.
After digging around I came up with a fix which seems to get the install to work:
- I removed /etc/kernel/postinst.d/x-grub-legacy-ec2
- I commented out the RESUME line in /etc/initramfs-tools/conf.d/resume
Does anyone know why it was necessary to make these changes, and what problems, if any, my fixes are likely to cause?