You are not logged in.
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
rebootI have problem with boot
Error Loading \vmlinuz-linux: not found
Failed to execute Arch Linux (\vmlinuz-linux) : Not FoundUEFI 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 rwPARTUUID checked
what's wrong?
Last edited by lemon4ik (2019-11-02 19:09:11)
Offline
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/bootshow?
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
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/bootshow?
don't works with (pastebin clients with this comand)
ls -l /mnt/boot | curl -F 'f:1=<-' ix.iooutput
ls: cannot access '/mnt/boot': No such file or directoryi already mount with
mkdir -p /mnt/bootLast edited by lemon4ik (2019-11-02 18:27:00)
Offline
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
essential packages linux and linux-firmware necessarily?
i install only base and base-devel
Yes, those packages are necessary. What guide are you using?
Offline
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
lemon4ik wrote:essential packages linux and linux-firmware necessarily?
i install only base and base-develYes, those packages are necessary. What guide are you using?
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