Re: error: file '/vmlinuz-6.16.1-lfs-12.4' not found [SOLVED]
"Bruce Dubbs" ([email protected] via lfs-support Mailing List) <[email protected]> Mon, 6 Apr 2026 13:27:00 -0500
| Newsgroups | gmane.linux.lfs.support |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1775500035-1253-22041 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 4/6/26 5:26 AM, Rainer Fiebig ([email protected] via lfs-support Mailing List) wrote: > Am 06.04.26 um 11:36 schrieb "enrico" ([email protected] via > lfs-support Mailing List): >> Hello forum, >> >> I went one more time through my grub.cfg file, and I can now boot into LFS, as >> expected, considering that I never experienced errors in either installing or >> testing packages, and never deviated from the book. >> >> Here is my grub.cfg file again: >> >> Begin /boot/grub/grub.cfg >> set default=0 >> set timeout=5 >> >> insmod part_gpt >> insmod ext2 >> set root=(hd0,gpt7) >>>>>>>>> this is the /boot partition (/dev/nvme0n1p7) >> >> insmod efi_gop >> insmod efi_uga >> if loadfont /grub/fonts/unicode.pf2; then >> terminal_output gfxterm >> fi >> >> menuentry "GNU/Linux, Linux 6.16.1-lfs-12.4" { >> linux /vmlinuz-6.16.1-lfs-12.4 root=/dev/nvme0n1p8 ro >>>>>>>>>> here the >> vmlinuz file is not complete: vmlinuz-6.16.1-lfs-12.4, the complete vmlinuz >> file is vmlinuz-6.16.1-lfs-12.4-systemd. >> } >> >> menuentry "Firmware Setup" { >> fwsetup >> } >> >> All I had to do was to add "-systemd " to the vmlinuz file name and the system >> finally booted and took me to the prompt. >> >> At least I was able to resolved it on my own without wasting anyone's precious >> time. > > Not exactly, as you wasted _my_ time. ;) Don't be so harsh. You do not have to answer. -- Bruce > I was just about posting that the name of the kernel in /boot differs > from that which you used in your grub.cfg. > > But never mind. > > Rainer > > ------------=_1775500035-1253-22041 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- http://lists.linuxfromscratch.org/sympa/info/lfs-support Unsubscribe: See the above information page ------------=_1775500035-1253-22041--