Bug#1042070: installation-reports: on apt-get update; apt-get upgrade; errors appear about firmware /lib/firmware/amdgpu/ip_discovery.bin

2023-07-26 Thread Hammad Rauf
Thanks for the feedback. I ended up reinstalling with
the debian-12.1.0-amd64-netinst.iso image. No issues so far.

Thanks for looking into this.

Hammad Rauf

On Wed, Jul 26, 2023 at 2:04 PM Cyril Brulebois  wrote:

> Hi,
>
> rauf.hammad  (2023-07-25):
> > On doing apt-get update; apt-get upgrade; warnings about missing
> firmware /lib/firmware/amdgpu/* appeared.
>
> Those are really not a problem.
>
> > Excrept from console messages during: apt install <>; is given
> below:
> > raspi-firmware: missing /boot/firmware, did you forget to mount it?
> > run-parts: /etc/initramfs/post-update.d//z50-raspi-firmware exited with
> return code 1
> > dpkg: error processing package initramfs-tools (--configure):
> >  installed initramfs-tools package post-installation script subprocess
> returned error exit status 1
> > Errors were encountered while processing:
> >  linux-image-6.1.0-10-amd64
> >  linux-image-amd64
> >  initramfs-tools
> > E: Sub-process /usr/bin/dpkg returned an error code (1)
> > root@peace-homes:~#
>
> The raspi-firmware thing is a grave problem instead (fixed in the 12.1
> live images: raspi-firmware is no longer installed by mistake):
>  - delete z50 hooks;
>  - then purge the raspi-firmware package.
>
> Something like this should help:
>
> rm /etc/initramfs/post-update.d/z50-raspi-firmware
> rm /etc/kernel/postrm.d/z50-raspi-firmware
> rm /etc/kernel/postinst.d/z50-raspi-firmware
> dpkg -P raspi-firmware
>
> Afterwards, you should be able to configure other packages with:
>
> dpkg --configure -a
>
> And the package manager (apt, apt-get, etc.) should be happier at this
> point.
>
>
> Cheers,
> --
> Cyril Brulebois (k...@debian.org)<https://debamax.com/>
> D-I release manager -- Release team member -- Freelance Consultant
>


Bug#1042070: System Information: inxi -b Output

2023-07-25 Thread Hammad Rauf
root@peace-homes:~# inxi -b
System:
  Host: peace-homes Kernel: 6.1.0-9-amd64 arch: x86_64 bits: 64 Console:
pty pts/1 Distro: Debian
GNU/Linux 12 (bookworm)
Machine:
  Type: Desktop System: HP product: HP t630 Thin Client v: N/A serial:
MXL906219W
  Mobo: HP model: 8158 v: A01 serial: MXL906219W UEFI: AMI v: M40 v01.14
date: 01/04/2023
CPU:
  Info: quad core AMD Embedded G-Series GX-420GI Radeon R7E [MT MCP] speed
(MHz): avg: 900
min/max: 900/2000
Graphics:
  Device-1: AMD Wani [Radeon R5/R6/R7 Graphics] driver: amdgpu v: kernel
  Display: x11 server: X.org v: 1.21.1.7 with: Xwayland v: 22.1.9 driver:
X: loaded: amdgpu
unloaded: fbdev,modesetting,vesa dri: radeonsi gpu: amdgpu tty: 209x51
  API: OpenGL Message: GL data unavailable in console for root.
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver:
r8169
Drives:
  Local Storage: total: 465.76 GiB used: 52.21 GiB (11.2%)
Info:
  Processes: 243 Uptime: 6h 49m Memory: 6.73 GiB used: 1.71 GiB (25.5%)
Init: systemd
  target: graphical (5) Shell: Bash inxi: 3.3.26
root@peace-homes:~#