[Kernel-packages] [Bug 2024501] Re: Kernel 5.15.0-75 refuses to boot

2023-06-21 Thread Andrew Snarp
This bug can be removed.

The kernel was faulty with a bad installation. The kernel was fine in a
virtual machine and reinstalling the kernel confirmed that it works fine
and a poor installation by the software update was at fault.

Thank you for your efforts on this, but I was caught out by a very rare
bad installation.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2024501

Title:
  Kernel 5.15.0-75 refuses to boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Linux Mint 21.1 Vera
  Failiure to find root partition on /dev/sda4 in section 0.400438 of boot 
sequence
  Not syncing / (NB not including /home or /timeshift)
  [  0.400438} VFS: Cannot open root device "sda4" or unknown-block {0,0}: 
error -6
  MSI A320M-A Pro (MS-7C51) motherboard BIOS 1.60 5/16/2022

  [  0.416709] ---[ end Kernel panic - not syncing: VFS:Unable to mount root fs 
on unknown-block {0,0} ]---
  Have to revert to previous kernel in grub menu:
  andybiker@greenroom:~$ cat version.log
  Ubuntu 5.15.0-73.80-generic 5.15.98

  andybiker@greenroom:~$ lsb_release -rd
  Description:  Linux Mint 21.1
  Release:  21.1

  Trying to install apport...
  andybiker@greenroom:~$ sudo apt install apport
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  apport is already the newest version (2.20.11-0ubuntu82.5).
  The following packages were automatically installed and are no longer 
required:
linux-headers-5.15.0-70 linux-headers-5.15.0-70-generic
linux-headers-5.15.0-71 linux-headers-5.15.0-71-generic
linux-headers-5.15.0-72 linux-headers-5.15.0-72-generic
linux-image-5.15.0-70-generic linux-image-5.15.0-71-generic
linux-image-5.15.0-72-generic linux-modules-5.15.0-70-generic
linux-modules-5.15.0-71-generic linux-modules-5.15.0-72-generic
linux-modules-extra-5.15.0-70-generic linux-modules-extra-5.15.0-71-generic
linux-modules-extra-5.15.0-72-generic
  Use 'sudo apt autoremove' to remove them.
  0 to upgrade, 0 to newly install, 0 to remove and 25 not to upgrade.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] 
  Setting up linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  Processing triggers for linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  /etc/kernel/postinst.d/dkms:
   * dkms: running auto installation service for kernel 5.15.0-75-generic
 ...done.
  /etc/kernel/postinst.d/initramfs-tools:
  update-initramfs: Generating /boot/initrd.img-5.15.0-75-generic
  W: Possible missing firmware /lib/firmware/amdgpu/yellow_carp_gpu_info.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for 
modul
  e amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_rlc.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec2.bin for 
mo
  dule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_me.bin for 
modu
  le amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_pfp.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_ce.bin for 
modu
  le amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma1.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma.bin for 
mo
  dule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdg
  pu
  I: The initramfs will attempt to resume from /dev/sda6
  I: (UUID=20f57141-9055-4011-bbd1-942a31be2659)
  I: Set the RESUME variable to override this.
  zstd: error 25 : Write error : No space left on device (cannot write 
compressed 
  block) 
  E: mkinitramfs failure zstd -q -1 -T0 25
  update-initramfs: failed for /boot/initrd.img-5.15.0-75-generic with 1.
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  dpkg: error processing package linux-image-5.15.0-75-generic (--configure):
   installed linux-image-5.15.0-75-generic package post-installation script 
subpro
  cess returned error exit status 1
  Errors were encountered while processing:
   linux-image-5.15.0-75-generic
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  andybiker   2139 F pulseaudio
   /dev/snd/controlC3:  andybiker   2139 F pulseaudio
   /dev/snd/controlC0:  andybiker   2139 F pulseaudio
   /dev/snd/controlC2:  andybiker   2139 F pulseaudio
  

[Kernel-packages] [Bug 2024501] Re: Kernel 5.15.0-75 refuses to boot

2023-06-21 Thread Andrew Snarp
Disk space or installation is not an issue! In the apport installation,
/dev/sda6 error is an attempt to access swap! It seems apport actually
installed and somehow didn't look like it did!

Below is an fdisk list with mounted paths added to clarify use. NO
PARTITIONS have more than 70% use atm.

andybiker@greenroom:~$ sudo fdisk -l
[sudo] password for andybiker: 
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: WDC  WDS500G2B0A
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9F8CD2D0-5374-4D52-941A-1D6889A5A76E

Device Start   End   Sectors   Size Type
/dev/sda1 34 32767 3273416M Microsoft reserved
/dev/sda2  3276822732719456095M EFI System /boot/efi
/dev/sda3 227328   2324479   2097152 1G Linux filesystem   /boot
/dev/sda42324480  90404863  8808038442G Linux filesystem   /
/dev/sda5   90404864 943091711 852686848 406.6G Linux filesystem   /home
/dev/sda6  943091712 976773119  33681408  16.1G Linux swap SWAP


Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: ST3500418AS 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x5d73d1fa

Device Boot Start   End   Sectors   Size Id Type
/dev/sdb12040 724766609 724764570 345.6G 83 Linux 
/home/andybiker/Virtualdisk
/dev/sdb2   724766720 976773119 252006400 120.2G 83 Linux 
/home/andybiker/isostore


Disk /dev/sdc: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZEX-08W
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xcfaad51c

Device Boot StartEndSectors   Size Id Type
/dev/sdc12048  245762047  24576 117.2G 83 Linux
/timeshift
/dev/sdc2   245762048 1953523711 1707761664 814.3G 83 Linux
/home/andybiker/Videos

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2024501

Title:
  Kernel 5.15.0-75 refuses to boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Linux Mint 21.1 Vera
  Failiure to find root partition on /dev/sda4 in section 0.400438 of boot 
sequence
  Not syncing / (NB not including /home or /timeshift)
  [  0.400438} VFS: Cannot open root device "sda4" or unknown-block {0,0}: 
error -6
  MSI A320M-A Pro (MS-7C51) motherboard BIOS 1.60 5/16/2022

  [  0.416709] ---[ end Kernel panic - not syncing: VFS:Unable to mount root fs 
on unknown-block {0,0} ]---
  Have to revert to previous kernel in grub menu:
  andybiker@greenroom:~$ cat version.log
  Ubuntu 5.15.0-73.80-generic 5.15.98

  andybiker@greenroom:~$ lsb_release -rd
  Description:  Linux Mint 21.1
  Release:  21.1

  Trying to install apport...
  andybiker@greenroom:~$ sudo apt install apport
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  apport is already the newest version (2.20.11-0ubuntu82.5).
  The following packages were automatically installed and are no longer 
required:
linux-headers-5.15.0-70 linux-headers-5.15.0-70-generic
linux-headers-5.15.0-71 linux-headers-5.15.0-71-generic
linux-headers-5.15.0-72 linux-headers-5.15.0-72-generic
linux-image-5.15.0-70-generic linux-image-5.15.0-71-generic
linux-image-5.15.0-72-generic linux-modules-5.15.0-70-generic
linux-modules-5.15.0-71-generic linux-modules-5.15.0-72-generic
linux-modules-extra-5.15.0-70-generic linux-modules-extra-5.15.0-71-generic
linux-modules-extra-5.15.0-72-generic
  Use 'sudo apt autoremove' to remove them.
  0 to upgrade, 0 to newly install, 0 to remove and 25 not to upgrade.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] 
  Setting up linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  Processing triggers for linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  /etc/kernel/postinst.d/dkms:
   * dkms: running auto installation service for kernel 5.15.0-75-generic
 ...done.
  /etc/kernel/postinst.d/initramfs-tools:
  update-initramfs: Generating /boot/initrd.img-5.15.0-75-generic
  W: Possible missing firmware /lib/firmware/amdgpu/yellow_carp_gpu_info.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for 
modul
  e amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_rlc.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec2.bin for 

[Kernel-packages] [Bug 2024501] Re: Kernel 5.15.0-75 refuses to boot

2023-06-21 Thread Andrew Snarp
apport information

** Tags added: apport-collected apport-hook-error vera

** Description changed:

  Linux Mint 21.1 Vera
  Failiure to find root partition on /dev/sda4 in section 0.400438 of boot 
sequence
  Not syncing / (NB not including /home or /timeshift)
  [  0.400438} VFS: Cannot open root device "sda4" or unknown-block {0,0}: 
error -6
  MSI A320M-A Pro (MS-7C51) motherboard BIOS 1.60 5/16/2022
  
  [  0.416709] ---[ end Kernel panic - not syncing: VFS:Unable to mount root fs 
on unknown-block {0,0} ]---
  Have to revert to previous kernel in grub menu:
  andybiker@greenroom:~$ cat version.log
  Ubuntu 5.15.0-73.80-generic 5.15.98
  
  andybiker@greenroom:~$ lsb_release -rd
  Description:  Linux Mint 21.1
  Release:  21.1
  
  Trying to install apport...
  andybiker@greenroom:~$ sudo apt install apport
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  apport is already the newest version (2.20.11-0ubuntu82.5).
  The following packages were automatically installed and are no longer 
required:
linux-headers-5.15.0-70 linux-headers-5.15.0-70-generic
linux-headers-5.15.0-71 linux-headers-5.15.0-71-generic
linux-headers-5.15.0-72 linux-headers-5.15.0-72-generic
linux-image-5.15.0-70-generic linux-image-5.15.0-71-generic
linux-image-5.15.0-72-generic linux-modules-5.15.0-70-generic
linux-modules-5.15.0-71-generic linux-modules-5.15.0-72-generic
linux-modules-extra-5.15.0-70-generic linux-modules-extra-5.15.0-71-generic
linux-modules-extra-5.15.0-72-generic
  Use 'sudo apt autoremove' to remove them.
  0 to upgrade, 0 to newly install, 0 to remove and 25 not to upgrade.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] 
  Setting up linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  Processing triggers for linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  /etc/kernel/postinst.d/dkms:
   * dkms: running auto installation service for kernel 5.15.0-75-generic
 ...done.
  /etc/kernel/postinst.d/initramfs-tools:
  update-initramfs: Generating /boot/initrd.img-5.15.0-75-generic
  W: Possible missing firmware /lib/firmware/amdgpu/yellow_carp_gpu_info.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for 
modul
  e amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_rlc.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec2.bin for 
mo
  dule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_me.bin for 
modu
  le amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_pfp.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_ce.bin for 
modu
  le amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma1.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma.bin for 
mo
  dule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdg
  pu
  I: The initramfs will attempt to resume from /dev/sda6
  I: (UUID=20f57141-9055-4011-bbd1-942a31be2659)
  I: Set the RESUME variable to override this.
  zstd: error 25 : Write error : No space left on device (cannot write 
compressed 
  block) 
  E: mkinitramfs failure zstd -q -1 -T0 25
  update-initramfs: failed for /boot/initrd.img-5.15.0-75-generic with 1.
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  dpkg: error processing package linux-image-5.15.0-75-generic (--configure):
   installed linux-image-5.15.0-75-generic package post-installation script 
subpro
  cess returned error exit status 1
  Errors were encountered while processing:
   linux-image-5.15.0-75-generic
  E: Sub-process /usr/bin/dpkg returned an error code (1)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  andybiker   2139 F pulseaudio
+  /dev/snd/controlC3:  andybiker   2139 F pulseaudio
+  /dev/snd/controlC0:  andybiker   2139 F pulseaudio
+  /dev/snd/controlC2:  andybiker   2139 F pulseaudio
+ CasperMD5json: {
+ CurrentDesktop: X-Cinnamon
+ DistroRelease: Linux Mint 21.1
+ InstallationDate: Installed on 2022-08-30 (294 days ago)
+ InstallationMedia: Linux Mint 21 "Vanessa" - Release amd64 20220726
+ IwConfig:
+  lono wireless extensions.
+  
+  enp37s0   no wireless extensions.
+ MachineType: Micro-Star International Co., Ltd. MS-7C51
+ NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: 

[Kernel-packages] [Bug 2024501] Re: Kernel 5.15.0-75 refuses to boot

2023-06-21 Thread Chris Guiver
Please note: `ubuntu-bug`, `apport` & bug reporting tools are provided
with Ubuntu by default, many require manual addition for some releases
of downstream OSes based on Ubuntu (eg. Linux Mint). You should check
with your distribution first.

Alternatively if you find a bug report of the IDENTICAL issue where
apport-collect has been run, this can be marked as a duplicate of that
report & provide the confirmation, in order for this issue to be looked
at.

I note in your pasted details problems with your actual install being an
issue (eg. disk space) where SUPPORT maybe of more benefit (rather any
actual bug report).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2024501

Title:
  Kernel 5.15.0-75 refuses to boot

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Linux Mint 21.1 Vera
  Failiure to find root partition on /dev/sda4 in section 0.400438 of boot 
sequence
  Not syncing / (NB not including /home or /timeshift)
  [  0.400438} VFS: Cannot open root device "sda4" or unknown-block {0,0}: 
error -6
  MSI A320M-A Pro (MS-7C51) motherboard BIOS 1.60 5/16/2022

  [  0.416709] ---[ end Kernel panic - not syncing: VFS:Unable to mount root fs 
on unknown-block {0,0} ]---
  Have to revert to previous kernel in grub menu:
  andybiker@greenroom:~$ cat version.log
  Ubuntu 5.15.0-73.80-generic 5.15.98

  andybiker@greenroom:~$ lsb_release -rd
  Description:  Linux Mint 21.1
  Release:  21.1

  Trying to install apport...
  andybiker@greenroom:~$ sudo apt install apport
  Reading package lists... Done
  Building dependency tree... Done
  Reading state information... Done
  apport is already the newest version (2.20.11-0ubuntu82.5).
  The following packages were automatically installed and are no longer 
required:
linux-headers-5.15.0-70 linux-headers-5.15.0-70-generic
linux-headers-5.15.0-71 linux-headers-5.15.0-71-generic
linux-headers-5.15.0-72 linux-headers-5.15.0-72-generic
linux-image-5.15.0-70-generic linux-image-5.15.0-71-generic
linux-image-5.15.0-72-generic linux-modules-5.15.0-70-generic
linux-modules-5.15.0-71-generic linux-modules-5.15.0-72-generic
linux-modules-extra-5.15.0-70-generic linux-modules-extra-5.15.0-71-generic
linux-modules-extra-5.15.0-72-generic
  Use 'sudo apt autoremove' to remove them.
  0 to upgrade, 0 to newly install, 0 to remove and 25 not to upgrade.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] 
  Setting up linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  Processing triggers for linux-image-5.15.0-75-generic (5.15.0-75.82) ...
  /etc/kernel/postinst.d/dkms:
   * dkms: running auto installation service for kernel 5.15.0-75-generic
 ...done.
  /etc/kernel/postinst.d/initramfs-tools:
  update-initramfs: Generating /boot/initrd.img-5.15.0-75-generic
  W: Possible missing firmware /lib/firmware/amdgpu/yellow_carp_gpu_info.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/vangogh_gpu_info.bin for 
modul
  e amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_rlc.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec2.bin for 
mo
  dule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_mec.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_me.bin for 
modu
  le amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_pfp.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_ce.bin for 
modu
  le amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma1.bin 
for m
  odule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/cyan_skillfish_sdma.bin for 
mo
  dule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/sienna_cichlid_mes.bin for 
mod
  ule amdgpu
  W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdg
  pu
  I: The initramfs will attempt to resume from /dev/sda6
  I: (UUID=20f57141-9055-4011-bbd1-942a31be2659)
  I: Set the RESUME variable to override this.
  zstd: error 25 : Write error : No space left on device (cannot write 
compressed 
  block) 
  E: mkinitramfs failure zstd -q -1 -T0 25
  update-initramfs: failed for /boot/initrd.img-5.15.0-75-generic with 1.
  run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
  dpkg: error processing package linux-image-5.15.0-75-generic (--configure):
   installed linux-image-5.15.0-75-generic package post-installation script 
subpro
  cess returned error exit status 1
  Errors were encountered while processing:
   linux-image-5.15.0-75-generic
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: