Re: error: file '/vmlinuz-6.16.1-lfs-12.4' not found [SOLVED]
"\"enrico\"" ([email protected] via lfs-support Mailing List) <[email protected]> Mon, 6 Apr 2026 09:36:05 +0000
| Newsgroups | gmane.linux.lfs.support |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format...
------------=_1775468174-1253-21924
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7BIT
Content-length: 1021
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.
Enrico
------------=_1775468174-1253-21924
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
------------=_1775468174-1253-21924--