JusGellin wrote: Mon Feb 10, 2025 10:55 am
Second menu:
Code: Select all
error: no such device: 78b4f842-9e69-4542-af75-4cd49455aad9.
error: file '/KLV/-Airedale-sr16/vmlinuz' not found.
error: you need to load the kernel first.
Press any key to continue...
Thanks
First of all, the directory name KLV-Airedale-sr16 is perfectly fine. Don't change it.
Odd thing is that error saying: KLV/-Airedale-sr1; whre I wonder does that '/' after KLV come from? Very usual. Something wrong, but what you write above that all thus far looks perfectly good, correct, and fine to me (though obviously we have not spotted something or you may not have posted something relevant, though what you post looks fine to me.
By the way, wd_grubconfig is always 100% accurate in what it tells you is a stanza that will work. Put the thought that it has worked exact stanzas wrongly out of your mind. It has never failed in its completely accurate report including LABEL name and UUID it provides. I simply do not suspect its report at all. The problem is something else. It is not at all the name of the directory (unless you accidentally included an extra / as the error message prints.
As an example, on my system I use exactly what wd_grubconfig (run as ./wd_grubconfig from a terminal opened at the frugal install bootfrom directory) told me to use and it works, of course, perfectly. Boots fine:
menuentry "KLV_Airedale" {
insmod ext2
search --no-floppy --fs-uuid --set b53e4140-1ad7-4679-aa81-b713fc049fe6
linux /KLV_Airedale/vmlinuz w_bootfrom=UUID=b53e4140-1ad7-4679-aa81-b713fc049fe6=/KLV_Airedale w_changes=RAM2
initrd /KLV_Airedale/initrd.gz
}
Looks much like yours. Of course needs to be a Linux formatted partition. I actually use ext4. Let's see if rockedge, Sofiya, or geo_c can spot anything I have failed to notice. Also, can @rockedge confirm that KLV-Airedale version sr1 is booting okay for him. I suspect the issue is a small one, but so far I can't see what it could be, BUT, don't split up the frugal install directory name trying to get boot to succeed - that really is not the way to solve this. Basically should just work and does for most of us - something not obvious is causing this boot failure so don't give up. Booting a KLV is trivially easy and you seem to have understood how to do it.
EDIT: Note that it is grub2 that does the job of finding vmlinuz so an error in finding it comes during grub2 code stage and not FirstRib initrd.gz stage that comes after vmlinuz has been found by grub. Are you sure your grub2 install is correct and working to boot other distros (which would mean it was working)?