You are not logged in.
Pages: 1
Ho to all,
I try to install Arch Linux on my Huawei Matebook d15. The network goes Ok.
But when i come to partition the disk i have:
Fdisk -l
Disk /dev/nvme0n0p0 --> EFI
The same with P1 --> Linux filesystem
The same with p2 --> Linux Swap
(Not mounted)
Disk /dev/SDA --> my USB contains Arch Linux uso
Someone can Say me all command steps before the pacstrap /mnt base Linux linux-firmware?
All the command for partition, formatting, mount and creating root filesystem with the /devo/nvme0n0p0?
Thank you to all, now i'm without OS
Offline
Which specific part of the installation guide do you have a problem with?
Offline
When i started the partition of the disk i did:
Lsblk
Loop0 mountpoint --> /run/archiso/airootfs
/Devi/SDA contains the uso, the USB mountpoint --> /run/archiso/bootmnt
/Devi/nvme0n1p1 efy System without mountpoint
/Devi/nvme0n1p2 Linux filesystem without mountpoint
/Devi/nvme0n1p3 Linux Swap without mountpoint
Then i did:
mkfs.ext4 /Devi/nvme0n1p2
mkswap /Devi/nvme0n1p3
swapon /Devi/nvme0n1p3
mount /Devi/nvme0n1p2 /mnt
Mount /Devi/nvme0n1p1 /mnt/EFI
pacstrap /mnt base Linux linux-firmware
After the installation of Base package and Linux packages I tried ti install Linux-firmware but i have this error :
linux-firmware: /mnt/use/.. exist in filesystem.
Errors occurred, no packages were upgrade
--> error: failed to install packages to new root.
I followed the installation guide, so I'm wondering why I have this problem and how can i solve It.
Thanks to everyone that can be helpful!
Sorry but i don't have a lot of experience.
Offline
That pacstrap installs linux-firmware, why you try to reinstall it right after ?
Before using pacman for installation, you must be chrooted into the new system, as told in Wiki Installation guide.
Perhaps not a big problem, but better to use small letters only for package names (linux-firmware, not Linux-firmware).
Offline
Okey, thank you i Will try It and i Will tell you if It works
Offline
You should install a bootloader to make your installation bootable.
Boot into the installation media, mount the root partition, efi partion and swapon, and chroot into your installation, as discribed in the installation guide. Then install the grub package. Then run the following commands:
grub-install
grub-mkconfig -o /boot/grub/grub.cfg
If grub-install falls, you may have to specify some extra arguememts.
Offline
Pages: 1