Opened 6 years ago
Closed 6 years ago
#2100 closed task (fixed)
Rebase iso to Lubuntu 18.04.2
Reported by: | kalxas | Owned by: | kalxas |
---|---|---|---|
Priority: | blocker | Milestone: | OSGeoLive13.0 |
Component: | OSGeoLive | Keywords: | |
Cc: |
Description
Change History (8)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
12dev build285-master
lsb-release shows DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
comment:4 by , 6 years ago
Milestone: | OSGeoLive12.0 → OSGeoLive13.0 |
---|---|
Summary: | Rebase iso to Lubuntu 18.04.1 → Rebase iso to Lubuntu 18.04.2 |
comment:5 by , 6 years ago
I have been trying to get 18.04.2 iso to work with our build process.
Unfortunately there is a major change in the Ubuntu iso since 18.04.1 that breaks our process:
Debian and subsequently Ubuntu has moved to multipart initrd files for the live-boot system.
This means that the initrd.lz file we used to create in bin/build_chroot.sh is now invalid and will cause a kernel panic during boot (see screenshot in https://github.com/OSGeo/OSGeoLive/pull/222).
- https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes/ChangeSummary/18.04.1
- https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1778811
- https://wiki.debian.org/initramfs#How_to_inspect_initramfs
- https://unix.stackexchange.com/questions/163346/why-is-it-that-my-initrd-only-has-one-directory-namely-kernel
- https://askubuntu.com/questions/1094854/how-to-modify-initrd-initial-ramdisk-of-ubuntu-18-10-cosmic-cuttlefish
- https://askubuntu.com/questions/777260/how-to-repack-initrd-img
I am working on a solution for this, more details to follow.
comment:6 by , 6 years ago
Priority: | major → blocker |
---|
https://github.com/OSGeo/OSGeoLive/pull/222