Comment 26 for bug 1877088

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2021-04-27 09:16 EDT-------
I just tested the installkernel script on Ubuntu 20.04 + Focal Proposed
with linux-base 4.5ubuntu3.2.

I performed the following testing on a s390x z15 LPAR:

# 5.12.0-07600-g75079231a966.tar is a tar of the modules compiled on another system
% ls
5.12.0-07600-g75079231a966.tar System.map bzImage
% tar -xavf 5.12.0-07600-g75079231a966.tar -C /usr/
% installkernel 5.12.0-07600-g75079231a966 bzImage System.map /boot

After that with the previous linux-base version I see the following:
% ls -la /boot
total 68556
drwxr-xr-x 2 root root 4096 Apr 27 12:56 .
drwxr-xr-x 20 root root 4096 Apr 27 08:33 ..
-rw-r--r-- 1 root root 4475596 Apr 27 12:56 System.map-5.12.0-07600-g75079231a966
-rw------- 1 root root 3099673 Apr 12 15:12 System.map-5.4.0-72-generic
-rw------- 1 root root 45056 Apr 27 12:56 bootmap
-rw-r--r-- 1 root root 90468 Apr 12 15:12 config-5.4.0-72-generic
lrwxrwxrwx 1 root root 27 Apr 27 08:34 initrd.img -> initrd.img-5.4.0-72-generic
-rw-r--r-- 1 root root 20356043 Apr 27 12:56 initrd.img-5.12.0-07600-g75079231a966
-rw-r--r-- 1 root root 24196892 Apr 27 12:46 initrd.img-5.4.0-72-generic
lrwxrwxrwx 1 root root 27 Apr 27 08:34 initrd.img.old -> initrd.img-5.4.0-72-generic
lrwxrwxrwx 1 root root 34 Apr 27 12:56 vmlinuz -> vmlinuz-5.12.0-07600-g75079231a966
-rw-r--r-- 1 root root 9744384 Apr 27 12:56 vmlinuz-5.12.0-07600-g75079231a966
-rw------- 1 root root 8172088 Apr 12 16:56 vmlinuz-5.4.0-72-generic
lrwxrwxrwx 1 root root 24 Apr 27 08:34 vmlinuz.old -> vmlinuz-5.4.0-72-generic

Note the wrong initrd.img symlink still pointing at initrd.img-5.4.0-72-generic

After the upate and performing the same steps again I get:

% ls -la /boot
total 117188
drwxr-xr-x 2 root root 4096 Apr 27 13:13 .
drwxr-xr-x 20 root root 4096 Apr 27 08:33 ..
-rw-r--r-- 1 root root 4475596 Apr 27 13:13 System.map-5.12.0-07600-g75079231a966
-rw-r--r-- 1 root root 4475596 Apr 27 12:56 System.map-5.12.0-07600-g75079231a966.old
-rw------- 1 root root 3099673 Apr 12 15:12 System.map-5.4.0-72-generic
-rw------- 1 root root 3100152 Apr 14 16:35 System.map-5.4.0-73-generic
-rw------- 1 root root 45056 Apr 27 13:13 bootmap
-rw-r--r-- 1 root root 90468 Apr 12 15:12 config-5.4.0-72-generic
-rw-r--r-- 1 root root 90468 Apr 14 16:35 config-5.4.0-73-generic
lrwxrwxrwx 1 root root 27 Apr 27 13:03 initrd.img -> initrd.img-5.4.0-73-generic
-rw-r--r-- 1 root root 20355627 Apr 27 13:13 initrd.img-5.12.0-07600-g75079231a966
-rw-r--r-- 1 root root 24196892 Apr 27 12:46 initrd.img-5.4.0-72-generic
-rw-r--r-- 1 root root 24204650 Apr 27 13:04 initrd.img-5.4.0-73-generic
lrwxrwxrwx 1 root root 37 Apr 27 13:03 initrd.img.old -> initrd.img-5.12.0-07600-g75079231a966
lrwxrwxrwx 1 root root 34 Apr 27 13:13 vmlinuz -> vmlinuz-5.12.0-07600-g75079231a966
-rw-r--r-- 1 root root 9744384 Apr 27 13:13 vmlinuz-5.12.0-07600-g75079231a966
-rw-r--r-- 1 root root 9744384 Apr 27 12:56 vmlinuz-5.12.0-07600-g75079231a966.old
-rw------- 1 root root 8172088 Apr 12 16:56 vmlinuz-5.4.0-72-generic
-rw------- 1 root root 8172088 Apr 14 16:37 vmlinuz-5.4.0-73-generic
lrwxrwxrwx 1 root root 24 Apr 27 13:03 vmlinuz.old -> vmlinuz-5.4.0-73-generic

So this does NOT seem to be fixed. Do note that during the dpkg based kernel install the symlink is updated correctly as can be seen by the symlink after installing Proposed updates now pointing to initrd.img-5.4.0-73-generic.