Ich wollte gestern in Debian 12 mit NVIDIA GPU Wayland aktivieren. Ich habe folgendes tutorial befolgt: https://wiki.debian.org/NvidiaGraphicsDrivers#Wayland. Das nicht existierende nvidia-modeset.cfg und nvidia-power-management.conf habe ich erstellt.
Problem
Nun bootet mein PC nicht mehr aufgrund eines Kernel Panics. Mit X11 hat zuvor alles normal funktioniert.
Direkt nach der Auswahl von Debian in Grub (dual-boot mit Windows) erscheint folgendes:
Code: Alles auswählen
Loading Linux 6.1.0.26-amd26
Loading initial ramdisk ...
error: out of memory.
Press any key to continue...
Was ich versucht habe
Mit einem live usb have ich bereits folgendes versucht:
1.
https://askubuntu.com/a/48516
Output von fdisk -l:
Code: Alles auswählen
Disk /dev/nvme1n1: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: Samsung SSD 990 PRO 2TB
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: DCCD528B-F760-4D84-99BB-E3762AC1ACA5
Device Start End Sectors Size Type
/dev/nvme1n1p1 34 32767 32734 16M Microsoft reserved
/dev/nvme1n1p2 32768 3907026943 3906994176 1.8T Microsoft basic data
Disk /dev/nvme0n1: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: Samsung SSD 970 EVO Plus 2TB
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: F84A5C4A-D681-43A8-9E81-ADBFAC8DE7D1
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 206847 204800 100M EFI System
/dev/nvme0n1p2 206848 239615 32768 16M Microsoft reserved
/dev/nvme0n1p3 239616 3375779839 3375540224 1.6T Microsoft basic data
/dev/nvme0n1p4 3905605632 3907026943 1421312 694M Windows recovery environment
/dev/nvme0n1p5 3375779840 3905605631 529825792 252.6G Linux filesystem
Partition table entries are not in disk order.
Disk /dev/sda: 57.84 GiB, 62109253632 bytes, 121307136 sectors
Disk model: Ultra
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: 0x96a48962
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 64 6730431 6730368 3.2G 0 Empty
/dev/sda2 6804 16339 9536 4.7M ef EFI (FAT-12/16/32)
Disk /dev/loop0: 2.71 GiB, 2911068160 bytes, 5685680 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Code: Alles auswählen
Found theme: /usr/share/grub/themes/tela/theme.txt
Found background image: /usr/share/grub/themes/tela/background.jpg
Found linux image: /boot/vmlinuz-6.1.0-26-amd64
Found initrd image: /boot/initrd.img-6.1.0-26-amd64
Found linux image: /boot/vmlinuz-6.1.0-25-amd64
Found initrd image: /boot/initrd.img-6.1.0-25-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sda1. Check your device.map.
done
2.
Ich habe die grub boot config geändert im grub screen und das nvidia-drm.modeset=1 entfernt.
3.
Ich habe die files /etc/default/grub.d/nvidia-modeset.cfg und /etc/modprobe.d/nvidia-power-management.conf gelöscht.
Alle drei dinge haben nicht funktioniert, der kernel panic bleibt bestehen. Was mache ich falsch oder liegt das problem wo anders?
Danke für jegliche hilfe ...