-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgraded version on 18.04.2 does not boot #210
Comments
I'm having the same issue too. I downloaded xubuntu 18.04.1 (or 18.04.2) from http://cdimages.ubuntu.com/xubuntu/releases/18.04/release/ Installed it in a VirtualBox VM using EFI. I then installed customizer according to the instructions in the wiki and used the following customizer.conf:
and then created an iso like so: # customizer -e
# customizer -c
apt-get update
# customizer -r Then I copied the generated ISO from the VM to my host, and tried booting from the ISO. When booting, this message pops up just before the plymouth boot screen appears After plymouth times out, the machine is left in a busybox terminal |
Huh. Do me a favor and grab minilubuntu from here: I just built that against 18.04.2 about 17 days ago (from the time of this posting) If it works and your ISO doesn't... something may have changed on canonical's side in the last two weeks, and I can look into it further. All of the customizer hooks and surrounding buildscripts are in that repo as well. Perhaps there may be some differences with how the xubuntu ISO layout is? You might try what I do,
under [saved] in customizer.conf as seen here: |
Just poked around with things a bit; seems you may need to edit |
Hi @kamilion, So I tried both suggestions on
Thanks for you help it's much appreciated. So what's the story with |
Actually, it's due to the SPECTRE mitigations, a copy of the intel and AMD microcode is prepended to the initramfs, which (as far as I know) is already compressed. So I guess at this point, an uncompressed initramfs is broken due to the existence of a compressed header? You can look at some of the other issues for the unmkinitramfs 'solutions' that also work around this issue. |
Thanks for the explanation, makes sense. I'll have a look at the |
I downloaded ubuntu 18.04.2
boot ok
used customizer latest snapshot
performed a "apt upgrade" in chroot
rebuilt iso, no error
tried to boot, didn't work :
'initramfs unable to find a medium containing a live file system' in busybox at boot
tried in bios and efi mode, same result.
Have I missed something ?
The text was updated successfully, but these errors were encountered: