You are not logged in.
Hi.
Lenovo. I want to install the system via an UEFI.
Created a boot disk while in Ubuntu via the etcher program.
In the BIOS, I can boot in any version, mbr or uefi.
I created 2 partitions on the disk.
1. with UEFI - 512MB
2. ext4-120gb
I created sections using cfdisk commands.
It get this at the end.
/dev / sda1-uefi
/dev / sda2-ext4-root
In the / mnt section, created /Boot.
Mounted / dev / sda2 to / mnt and / dev / sda1 to /mnt /boot
arch-chroot /mnt
After i install arch
pacstrap /mnt
and
bootctl install
The problem is, that i get this files in /mnt/boot
http://i.imgur.com/Q4zWXd5.png
Where is vmlinuz-linux, to write it in entries/arch.conf?
I saw this video https://www.youtube.com/watch?v=DfC5hgdtbWY to install arch with uefi, and that guy have there files.
I did everything in stages, as he says in the video. Only I don't have these files.
http://i.imgur.com/wIAphED.png
Please help me, I really want to install arch.
Thank you in advance.
moderator edit -- replaced oversized image with link.
Pasting pictures and code
Last edited by serii366 (2020-01-26 14:06:29)
Offline
Random youtube guides are not supported here -- they are almost always outdated or wrong.
Use the Installation Guide. If you had, you would have seen this section: https://wiki.archlinux.org/index.php/In … l_packages
You need to install a kernel.
Offline
Thanks, i will try this imediatly. And why the command
packstrap /mnt
don't install the kernel automatic?
Offline
Offline
i have same problem
Offline
Thanks, i will try this imediatly. And why the command
packstrap /mnt
don't install the kernel automatic?
https://www.archlinux.org/news/base-gro … -required/
Example:
pacstrap /mnt base base-devel linux linux-firmware intel-ucode
Offline