I have currently a dual boot with windows and debian 10.
I have to migrate from debian 10 to debian 12, so I tried to install debian-12.8.0-amd64-netinst.iso from on a brand new partition. (I did not dare upgrade directly from debian 10, due to several very bad experiences on ubuntu)
But the installation of debian 12 crashed with following error: (I translate here from french):
Impossible to install the selected kernel
An error occurred while trying to install the kernel to the target system.
Package of the kernel: linux-image-amd64.
Please look at the file /var/log/syslog or the fourth virtual console to obtain more precisions.
Trying to go further in the installation, the grub installation also failed, but I think it is because of the previous incomplete installation.
The installer created the usual linux folders under the "/" partition, and in the /home partition. I think this part is OK.
The boot folder also seems correct to me, but I cannot boot on it. No grub can direct me to debian 12.
The only syslog file that I found is in var/log/installer. here are some messages:
Code: Select all
Nov 29 01:47:13 kernel: [ 35.301920] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168g-2.fw (-2)
Nov 29 01:47:13 kernel: [ 35.301923] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
Nov 29 01:47:13 kernel: [ 35.301928] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168g-2.fw (-2)
Nov 29 01:47:13 kernel: [ 35.301929] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168g-2.fw failed with error -2
Nov 29 01:47:13 kernel: [ 35.301932] r8169 0000:03:00.0: Unable to load firmware rtl_nic/rtl8168g-2.fw (-2)
Code: Select all
Nov 29 00:53:13 debootstrap: tar: can't open './usr/share/doc/gcc-12-base/README.Debian.amd64.gz': File exists
Nov 29 00:53:13 debootstrap: xzcat: write: Broken pipe
Nov 29 00:53:34 base-installer: error: exiting on error base-installer/debootstrap-failed
Nov 29 00:53:36 main-menu[741]: WARNING **: Configuring 'bootstrap-base' failed with error code 30
Nov 29 00:53:36 main-menu[741]: WARNING **: Menu item 'bootstrap-base' failed.
Nov 29 00:53:47 main-menu[741]: INFO: Modifying debconf priority limit from 'high' to 'medium'
Nov 29 00:53:47 debconf: Setting debconf/priority to medium
Nov 29 00:53:48 main-menu[741]: INFO: Falling back to the package description for brltty-udeb
Nov 29 00:53:48 depthcharge-tools-installer: Not installing to non-ChromeOS board.
Nov 29 00:53:48 debconf: cdebconf_gtk (process:729): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 192px. Clamping result to 191px!
Nov 29 00:53:48 debconf: cdebconf_gtk (process:729): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 191px but it now wants 192px. Clamping result to 191px!
Nov 29 00:54:06 main-menu[741]: INFO: Falling back to the package description for brltty-udeb
Nov 29 00:54:06 main-menu[741]: INFO: Menu item 'pkgsel' selected
Nov 29 00:54:12 base-installer: warning: attempting to install to unclean target
Nov 29 00:54:40 base-installer: error: exiting on error base-installer/unclean_target_cancel
Nov 29 00:54:40 debconf: cdebconf_gtk (process:729): Gtk - WARNING: IA__gtk_text_layout_get_line_display: we asked Pango to wrap text for width 291px but it now wants 297px. Clamping result to 291px!
Nov 29 00:54:48 main-menu[741]: WARNING **: Configuring 'bootstrap-base' failed with error code 30
Nov 29 00:54:48 main-menu[741]: WARNING **: Menu item 'pkgsel' failed.
Can someone please give me a hint of what I could do? Do I have to file a bug? (I tried to do it with but I am too stupid to understand how to do it. Also with the application "reportbug", I failed to send anything...)
Thank you very much for any help.