Re: error: file '/vmlinuz-6.16.1-lfs-12.4' not found [SOLVED]
"Rainer Fiebig" ([email protected] via lfs-support Mailing List) <[email protected]> Mon, 6 Apr 2026 12:26:13 +0200
| Newsgroups | gmane.linux.lfs.support |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1775471196-32341-21943 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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. ;) 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 ------------=_1775471196-32341-21943 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 ------------=_1775471196-32341-21943--