* [gentoo-user] kernel 6.9 panic....
[not found] <b13ad662-51d9-4112-0957-8105cc703821.ref@verizon.net>
@ 2024-07-20 17:52 ` Alan Grimes
2024-07-20 18:23 ` Michael
0 siblings, 1 reply; 2+ messages in thread
From: Alan Grimes @ 2024-07-20 17:52 UTC (permalink / raw
To: Gentoo User
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 "
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
}
--
You can't out-crazy a Democrat.
#EggCrisis #BlackWinter
White is the new Kulak.
Powers are not rights.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] kernel 6.9 panic....
2024-07-20 17:52 ` [gentoo-user] kernel 6.9 panic Alan Grimes
@ 2024-07-20 18:23 ` Michael
0 siblings, 0 replies; 2+ messages in thread
From: Michael @ 2024-07-20 18:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2187 bytes --]
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
> }
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-20 18:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <b13ad662-51d9-4112-0957-8105cc703821.ref@verizon.net>
2024-07-20 17:52 ` [gentoo-user] kernel 6.9 panic Alan Grimes
2024-07-20 18:23 ` Michael
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox