[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-29 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-base - 4.5ubuntu1.6 --- linux-base (4.5ubuntu1.6) bionic; urgency=medium * Rewrite xx-update-initrd-links to use linux-update-symlinks. This will now make installkernel behaviour match the linux-image-*.postinst behaviour exactly with

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-base - 4.5ubuntu3.5 --- linux-base (4.5ubuntu3.5) focal; urgency=medium * Rewrite xx-update-initrd-links to use linux-update-symlinks. This will now make installkernel behaviour match the linux-image-*.postinst behaviour exactly with

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-29 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-base - 4.5ubuntu5.2 --- linux-base (4.5ubuntu5.2) hirsute; urgency=medium * Rewrite xx-update-initrd-links to use linux-update-symlinks. This will now make installkernel behaviour match the linux-image-*.postinst behaviour exactly

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-23 Thread Dimitri John Ledkov
See verifications on https://bugs.launchpad.net/ubuntu/+source/linux- base/+bug/1929255 which cover this bug too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04]

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-14 Thread Frank Heimes
Thank you Niklas, I'm adjusting the tags accordingly... ** Tags removed: verification-failed-bionic verification-failed-focal verification-failed-hirsute ** Tags added: verification-done-bionic verification-done-focal verification-done-hirsute -- You received this bug notification because you

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-06-04 Thread Frank Heimes
@Niklas, would you please give it another try? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-05-26 Thread Dimitri John Ledkov
Ubuntu Kernels in their postinst call linux-update-symlinks $change $version $image_path to setup correct links. This was not done by installkernel script, and a broken xx-update- initrd-links script is being added to postinst.d that does not correctly handle link_in_boot setting and breaks

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-05-25 Thread Dimitri John Ledkov
Possibly a regression is being reported https://bugs.launchpad.net/ubuntu/+source/linux-base/+bug/1929255 Please investigate, and if that needs fixing, please take appropriate action. If determined to not be a regression, please remove the validation-failed tags. ** Tags added:

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-05-18 Thread Frank Heimes
** Tags removed: verification-failed-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-05-18 Thread Chris Halse Rogers
Hello bugproxy, or anyone else affected, Accepted linux-base into hirsute-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux- base/4.5ubuntu5.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-29 Thread Stefan Bader
Working on fixed up package(s)... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-29 Thread Stefan Bader
Hm, I think I know what went wrong. In my local tree the new script is executable but that seems to get lost when going via debdiff. Right now it likely will start to work doing a "chmod a+x /etc/kernel/postinst.d /xx-update-initrd-links". -- You received this bug notification because you are a

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-29 Thread Stefan Bader
Need to take a deeper look into it later but I really think I have added some output about checking the links to the /etc/kernel/postinst.d script which does not show in the output of the last comment. I think it did not do either in the previous attempts but I missed that back then. -- You

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-28 Thread Stefan Bader
The kernel installation via debs always created the link. Just the installkernel command which is not part or the kernel packages had the issue of only moving around the kernel links but not the initrd ones. The case which I was working on was having a system which only had kernels install via

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-28 Thread Stefan Bader
The second attempt seems to have been made without undoing the files and links created by the old setup. The cases to handle with that mix get rather hard to handle. So if possible I would rather ask for to check whether the updated script works in a clean environment forward before marking this

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-28 Thread Frank Heimes
** Tags added: verification-failed-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-25 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-23 Thread Timo Aaltonen
Hello bugproxy, or anyone else affected, Accepted linux-base into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/linux- base/4.5ubuntu3.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-14 Thread Frank Heimes
** No longer affects: debianutils (Ubuntu) ** No longer affects: debianutils (Ubuntu Hirsute) ** No longer affects: debianutils (Ubuntu Focal) ** No longer affects: debianutils (Ubuntu Bionic) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-base - 4.5ubuntu5 --- linux-base (4.5ubuntu5) hirsute; urgency=medium * Add kernel postinst hook to update initrd softlinks to match the kernel version targets (LP: #1877088). -- Stefan Bader Wed, 03 Feb 2021 16:05:08 +0100 **

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-14 Thread Alberto Milone
I have uploaded linux-base_4.5ubuntu1.3 (bionic) and linux- base_4.5ubuntu3.2 (focal). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-04-14 Thread Krzysztof Kozlowski
** Description changed: + [Impact] + + * initrd link is not updated when using installkernel or "make install" + from kernel sources. This leads to boot failure after installing a new + kernel with mentioned methods because the kernel does not match initrd. + + * It's a regression because for

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2021-02-03 Thread Stefan Bader
Updating the proposed change. This addresses the following: - Only run from the trigger stage when called from dpkg - Pass the same environmental flag as update-initramfs does (in theory there never should be need to generate an initrd) - Handle special case of installkernel called multiple

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-12-17 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-12-17 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-12-17 Thread Stefan Bader
Proposed update to linux-base for hirsute. ** Patch added: "hirsute-linux-base.debdiff" https://bugs.launchpad.net/ubuntu/+source/linux-base/+bug/1877088/+attachment/5444512/+files/hirsute-linux-base.debdiff ** Changed in: linux-base (Ubuntu) Importance: Undecided => Medium ** Changed

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-12-04 Thread Stefan Bader
Could someone try to put the attached script into /etc/kernel/postinst.d and let me know whether that make installkernel work? Thanks. ** Attachment added: "Copy to /etc/kernel/postinst.d/xx-update-initrd-links"

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-07-13 Thread Sultan Alsawaf
The script responsible for updating the /boot/initrd.img symlink is called `linux-update-symlinks`. If a kernel is installed without that script being run, the symlink will not be updated. The only place where `linux-update-symlinks` is run is inside each of our kernels, in

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-06-25 Thread Dimitri John Ledkov
Eoan and later d-i, new installer, curtin do not install /etc/kernel-img.conf. Upgraded systems keep having it (ie. installed with bionic or xenial, and upgraded). Can you please let me know if _removing_ /etc/kernel-img.conf breaks $ sudo make install, and if adding /etc/kernel-img.conf back

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-06-25 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-06-02 Thread Dimitri John Ledkov
Hm, actually `make install` should do everything, if it calls debianutils provided installkernel I wonder if that is broken. ** Also affects: debianutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-06-02 Thread Dimitri John Ledkov
This is bad, it should be quite impossible to get /boot/initrd.img & /boot/vmlinuz symlinks out of sync! The only relevant thing that I can think of is us dropping the /etc /kernel-img.conf file Previously, /etc/kernel-img.conf contained # Kernel image management overrides # See

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-06-02 Thread Dimitri John Ledkov
I also wonder, if we can stop using initrds on s390x. In most public clouds we build kernel config to include the storage modules, such that we can simply boot direct to rootfs without an initrd. This speeds up the boot process quite a bit. Do you think we should support and/or default to

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-06-02 Thread Dimitri John Ledkov
$ sudo make modules_install $ sudo make install But that would not create initrd, would it? I would expect for you to also call $ update-initramfs -k 5.4.27 no? To generate the initrd for the newly installed kernel, and update the symlink to point at it? -- You received this bug

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-26 Thread Frank Heimes
So you used installkernel directly rather than make install. installkernel is shipped with debianutils A quick look at the changelog (installkernel) didn't showed any changes this year. So the script itself seems to be stable and unchanged... You're obviously building and installing kernels in a

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-22 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-19 Thread Frank Heimes
A couple of things were checked that could have causing this. But, we for example cannot really see that 'image.postinst' is used while calling make install. That script just seems to be incl. into deb package (as the name makes one believe). Also "linux-update-symlinks" wasn't modified for a

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-11 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-06 Thread Dimitri John Ledkov
** Package changed: linux (Ubuntu) => linux-base (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1877088 Title: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-06 Thread Frank Heimes
** Also affects: ubuntu-z-systems Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Assignee: Skipper Bug Screeners (skipper-screen-team) => Canonical Kernel Team (canonical-kernel-team) ** Changed in: ubuntu-z-systems Assignee: (unassigned) => Skipper Bug

[Bug 1877088] Re: [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf

2020-05-06 Thread Heinz-Werner Seeck
** Summary changed: - installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf + [UBUNTU 20.04] installkernel script does not symlink /boot/initrd.img which is required with the default zipl.conf -- You received this bug notification because you are