From: Alan Grimes <alonzotg@verizon.net>
To: Gentoo User <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] kernel 6.9 panic....
Date: Sat, 20 Jul 2024 13:52:33 -0400 [thread overview]
Message-ID: <b13ad662-51d9-4112-0957-8105cc703821@verizon.net> (raw)
In-Reply-To: b13ad662-51d9-4112-0957-8105cc703821.ref@verizon.net
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.
next parent reply other threads:[~2024-07-20 17:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <b13ad662-51d9-4112-0957-8105cc703821.ref@verizon.net>
2024-07-20 17:52 ` Alan Grimes [this message]
2024-07-20 18:23 ` [gentoo-user] kernel 6.9 panic Michael
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b13ad662-51d9-4112-0957-8105cc703821@verizon.net \
--to=alonzotg@verizon.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox