
NeddySeagoon,NeddySeagoon wrote:
I suppose you do have initrd support enabled in the kernel?
The grub menu presently suggests:NeddySeagoon wrote: They should both be in the grub menu
Code: Select all
Gentoo GNU/Linux
Advanced options for Gentoo GNU/Linux
UEFI Firmware SettingsAfter running a fresh grub-mkconfig, it looks like this: pastebinNeddySeagoon wrote: One boot stanza in grub.cfg should sayCode: Select all
echo "Loading kernel ..." kernel vmlinuz-6.13.4-gentoo-dist ... echo "Loading initrd ..." initrd initramfs-6.13.4-gentoo-dist.img

Code: Select all
echo 'Loading Linux 6.13.4-gentoo-dist ...'
linux /boot/vmlinuz-6.13.4-gentoo-dist root=UUID=4643c03f-299a-4e28-b975-5c95b56244f0 ro net.ifnames=0
echo 'Loading initial ramdisk ...'
initrd /boot/amd-uc.img /boot/initramfs-6.13.4-gentoo-dist.imgCode: Select all
CONFIG_BLK_DEV_INITRD=yNeddySeagoon,NeddySeagoon wrote:xevra,
That's good, almostI didn't see /boot/amd-uc.img in your /boot. I don't knew if that's a problem, with it missing.Code: Select all
echo 'Loading Linux 6.13.4-gentoo-dist ...' linux /boot/vmlinuz-6.13.4-gentoo-dist root=UUID=4643c03f-299a-4e28-b975-5c95b56244f0 ro net.ifnames=0 echo 'Loading initial ramdisk ...' initrd /boot/amd-uc.img /boot/initramfs-6.13.4-gentoo-dist.img
As I don't use grub, I don't know how it got autodetected unless it was in /boot
Do you haveset in your kernel?Code: Select all
CONFIG_BLK_DEV_INITRD=y
The kernel will not use the initrd without it.

Earlier, I was able to get a kernel panic method with the PARTUUID, and was still getting unknown-block(0,0), -6 errors, but "PARTUUID" was in the error.pingtoo wrote:However I like to point out your SHOULD NOT get same kernel panic. At least the line that saidwould have changed toVFS: Cannot open root device "UUID=4643c03f-299a-4e28-b975-5c95b56244f0" or unknown-block(0,0)I know I may be picky but since I am not set in front of the computer I have no way to judge what happen.VFS: Cannot open root device "PARTUUID=6f7921b9-6801-4905-9a33-506de5659ba4" or unknown-block(0,0)
So if really come out exact same error messages then it mean your change to grub.cfg did not take effect, or you pick a wrong line to boot.
If PARTUUID=... still does not work then most likely your kernel have some problem detect nvme device.

Code: Select all
unknown-block(0,0)Code: Select all
CONFIG_BINFMT_SCRIPT=y

My friends, we have internet.pietinger wrote:Yes, the newest Ubuntu 24.10 has 6.11 ... but ... Ubuntu do a lot of patches for its kernel ... so there is a chance (but I dont know) that the needed ethernet module is in there ... just try itxevra wrote:[...] nor Ubuntu, [..] have boot media with 6.13 yet.
xevra wrote:[...] We still don't have ethernet, but we have wifi, which feels backwards to me, but I'll take it!
Code: Select all
initrd /boot/amd-uc.img /boot/initramfs-6.13.4-gentoo-dist.imgCode: Select all
linux /boot/vmlinuz-6.13.4-gentoo-dist root=UUID=....
Code: Select all
search --no-floppy --fs-uuid --set=root 4643c03f-299a-4e28-b975-5c95b56244f0
echo 'Loading Linux 6.13.4-gentoo-dist ...'
linux /boot/vmlinuz-6.13.4-gentoo-dist root=UUID=4643c03f-299a-4e28-b975-5c95b56244f0 ro net.ifnames=0
echo 'Loading initial ramdisk ...'
initrd /boot/amd-uc.img /boot/initramfs-6.13.4-gentoo-dist.imgCode: Select all
ls -l /boot Code: Select all
ls -l /bootI am sorry, I have not seen,NeddySeagoon wrote:[...] That you do indeed have a separate boot partition. [...]
Code: Select all
# Preparing the disks
mkfs.vfat -F 32 /dev/sda1
mkswap /dev/sda2
mkfs.xfs /dev/sda3
swapon /dev/sda2
mount /dev/sda3 /mnt/gentoo/
mkdir /mnt/gentoo/efi
mount /dev/sda1 /mnt/gentoo/efi
Code: Select all
-/oyddmdhs+:. xevra@Pharaon
-odNMMMMMMMMNNmhy+-` -------------
-yNMMMMMMMMMMMNNNmmdhy+- OS: Gentoo Linux x86_64
`omMMMMMMMMMMMMNmdmmmmddhhy/` Host: X870 AORUS ELITE WIFI7 ICE -CF-WCP
omMMMMMMMMMMMNhhyyyohmdddhhhdo` Kernel: 6.12.16-gentoo-dist
.ydMMMMMMMMMMdhs++so/smdddhhhhdm+` Uptime: 10 mins
oyhdmNMMMMMMMNdyooydmddddhhhhyhNd. Packages: 442 (emerge)
:oyhhdNNMMMMMMMNNNmmdddhhhhhyymMh Shell: bash 5.2.37
.:+sydNMMMMMNNNmmmdddhhhhhhmMmy Terminal: /dev/pts/0
/mMMMMMMNNNmmmdddhhhhhmMNhs: CPU: AMD Ryzen 9 9900X (24) @ 5.658GHz
`oNMMMMMMMNNNmmmddddhhdmMNhs+` GPU: NVIDIA TITAN V
`sNMMMMMMMMNNNmmmdddddmNMmhs/. GPU: AMD ATI Radeon Graphics
/NMMMMMMMMNNNNmmmdddmNMNdso:` Memory: 606MiB / 61871MiB
+MMMMMMMNNNNNmmmmdmNMNdso/-
yMMNNNNNNNmmmmmNNMmhs+/-`
/hMMNNNNNNNNMNdhs++/-`
`/ohdmmddhys+++/:.`
`-//////:--.
Even a CRTL-F reveals that these are the same devices. I suspect that this is something funny about the distribution kernel.That you do indeed have a separate boot partition. Its UUID is 4643c03f-299a-4e28-b975-5c95b56244f0 which is different to root=UUID=4643c03f-299a-4e28-b975-5c95b56244f0

NeddySeagoon,NeddySeagoon wrote:xevra,
You can have wpa-supplicant and NetworkManager installed but you must only start NetworkManager. It will use wpa-supplicant.
Your wired network needs the 6.13 kernel but you have 6.12.
There is no need for a reinstall.
You can add the 6.13 kernel to your install and choose which one to boot from the grub menu.
If 6.13 is still broken, it a menu choice to go back to 6.12