You are not logged in.

#1 2019-11-02 17:49:10

lemon4ik
Member
Registered: 2017-12-05
Posts: 52

[SOLVED] Error Loading \vmlinuz-linux: not found

I Installing Arch as a guest on vmware Fusion
bootfirmware UEFI and GPT for partition and systemd-boot

after installing and exit the arch-chroot, unmount and reboot

exit
umount -R /mnt
reboot

I have problem with boot

Error Loading \vmlinuz-linux: not found
Failed to execute Arch Linux (\vmlinuz-linux) : Not Found

UEFI system mounted at /mnt/boot

/boot/loader/entries/arch.conf

	title          Arch Linux
	linux          /vmlinuz-linux
	initrd         /initramfs-linux.img
	options       root=PARTUUID=be8adbbd-d221-bc42-8573-e1fdfe98f9d1 rw

PARTUUID checked

what's wrong?

Last edited by lemon4ik (2019-11-02 19:09:11)

Offline

#2 2019-11-02 17:59:35

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,408
Website

Re: [SOLVED] Error Loading \vmlinuz-linux: not found

Please use code tags, not quote tags, for config files/terminal output: https://wiki.archlinux.org/index.php/Co … s_and_code

What does

ls -l /mnt/boot

show?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2019-11-02 18:17:17

lemon4ik
Member
Registered: 2017-12-05
Posts: 52

Re: [SOLVED] Error Loading \vmlinuz-linux: not found

WorMzy wrote:

Please use code tags, not quote tags, for config files/terminal output: https://wiki.archlinux.org/index.php/Co … s_and_code

What does

ls -l /mnt/boot

show?

don't works with (pastebin clients with this comand)

ls -l /mnt/boot | curl -F 'f:1=<-' ix.io

output

ls: cannot access '/mnt/boot': No such file or directory

i already mount with

mkdir -p /mnt/boot

Last edited by lemon4ik (2019-11-02 18:27:00)

Offline

#4 2019-11-02 18:23:41

lemon4ik
Member
Registered: 2017-12-05
Posts: 52

Re: [SOLVED] Error Loading \vmlinuz-linux: not found

essential packages linux and linux-firmware necessarily?
i install only base and base-devel

Last edited by lemon4ik (2019-11-02 18:28:15)

Offline

#5 2019-11-02 18:31:58

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] Error Loading \vmlinuz-linux: not found

lemon4ik wrote:

essential packages linux and linux-firmware necessarily?
i install only base and base-devel

Yes, those packages are necessary. What guide are you using?

https://wiki.archlinux.org/index.php/In … l_packages

Offline

#6 2019-11-02 18:32:49

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] Error Loading \vmlinuz-linux: not found

You need a kernel such as provided by the linux package unless the installation is for a userspace container.
You need linux-firmware if any of the kernel drivers the system uses require them.

Offline

#7 2019-11-02 19:07:41

lemon4ik
Member
Registered: 2017-12-05
Posts: 52

Re: [SOLVED] Error Loading \vmlinuz-linux: not found

2ManyDogs wrote:
lemon4ik wrote:

essential packages linux and linux-firmware necessarily?
i install only base and base-devel

Yes, those packages are necessary. What guide are you using?

https://wiki.archlinux.org/index.php/In … l_packages

i use already outdated (as I see) notes in a text editor

solution is linux package

thanks everyone

Last edited by lemon4ik (2019-11-02 19:08:39)

Offline

Board footer

Powered by FluxBB