On Saturday, 20 July 2024 18:52:33 BST Alan Grimes wrote:
Because I did everything precisely the same as I did last time I updated
my kernel, nothing worked. =|
Basically the old .config is coppied to the new kernel, and I run it
with "make -j 60 ; make install modules_install "
Try it in this order and without missing out the make command for the modules part:
make -j 60 ; make modules_install ; make install
Now there are config changes, I just took the default on all changed options.... So far so good,
I run "grub-mkconfig -o grub.cfg" in the appropriate directory and get
this garbage:
Why in the name of the dark lord Baal did grub give different root
partition ids to the kernels and expect it to work????
Machine is a very heavy duty workstation and quite ornery to get booted
in the first place. =\
6.8
}
menuentry 'Gentoo GNU/Linux, with Linux 6.8.9-x86_64' --class
gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.8.9-x86_64-advanced-d218b1>
load_video
if [ "x$grub_platform" = xefi ]; then
set gfxpayload=keep
fi
insmod gzio
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root BD38-02F6
echo 'Loading Linux 6.8.9-x86_64 ...'
linux /vmlinuz-6.8.9-x86_64 root=UUID=d218b143-ba28-4614-b2c8-e93bb8614207 ro
echo 'Loading initial ramdisk ...'
initrd /amd-uc.img /initramfs-6.8.9-x86_64.img
}
6.9:
{
load_video
if [ "x$grub_platform" = xefi ]; then
set gfxpayload=keep
fi
insmod gzio
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root BD38-02F6
echo 'Loading Linux 6.9.9-x86_64 ...'
linux /vmlinuz-6.9.9-x86_64 root=PARTUUID=241cc598-140f-42b5-9939-974db55c63e5 ro
echo 'Loading initial ramdisk ...'
initrd /amd-uc.img
}
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAmacAI0ACgkQseqq9sKV ZxnyOw/9GiGR2jGqZkFDFnbcglJd7KGb1b//hd2X7kkGHlqnpgzJq7AnPPMzBHnS TulVPCvMh2JHvn607eN/a0mUqDAZPYEUp3ID7HY96zb81chfoqSdYDBkeHsDum1l 6Ne3jYfeKwR0+XT68qc2PeBq0oZcBTNwdqXzSLw0CTjbMz2tFqUVOPnZ/cjWrXKZ H0vYyL1cg0RYglJhEAgmUp8m5K6N2bOV6ewz0Y2ZoyMyk6zGtuXtpQFWRxWz31L3 zXlCJGXN2h0npo7kvGGLyiot1L14Kwkg7SAiYZVP1La2M2AQOlgi+onnoQrC5611 W4Fkz/T4GxvVZP4cpFWFMEIKTR9VVHj6iRUoIHs56mKKDBzBQFMJxBvHbVaqd0ly 5xuPEa3+NOkYBTj2QuhA+FvEz2J2216/nTGwHBZ8q2coC/Y2GignFeJUnHnrzCSp 1iuQ/YL1euKtBRYn0vXa6gm7Hoj5m5kwCsg77CgoVENJyAwKsYWUsLsgoNTZuDZQ 3ZIvYmb2dHS4p8C1lJ+48wEy8u6hlae1X2T7+eMTHNNCO1QEHffYwRMFTy/m23z7 4kQVQcrxwLHZG4K/j4xmqOX0PlFyqkKNxPLOwEPaZJ+cC0UDTLs/iVbkLFa0gp9R eLIMYn3yIktUJyGHQk0TXlbcyDggvmK2IdLa2z6ut6Ba0mzHL+g=
=sn9f
-----END PGP SIGNATURE-----
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)