Hi, I’m trying to create a customized version of the Ubuntu 14.04 LIVE CD, using the live-build scripts as follows : [FONT=lucida console]lb config --archive-areas "main universe" --distribution "trusty" --mode "ubuntu" lb build[/FONT] This produces a live iso image that does not boot, I receive the following error: [FONT=lucida console] /casper/vmlinuz : file not found[/FONT]
If I force GRUB as boot loader, as follows: [FONT=lucida console]lb config --archive-areas "main universe" --distribution "trusty" --mode "ubuntu" –botloader “grub” lb build[/FONT] the build step does not complete, it stops with the following error: [FONT=lucida console] E: Package 'grub-legacy' has no installation candidate[/FONT]
Can anyone help me? Thanks a lot!