#[SOLVED] Failed to mount /boot
90 messages · Page 1 of 1 (latest)
Boot from the live ISO.
This one right?
Run mount /dev/nvme0n1p2 /mnt and show the output of cat /mnt/etc/fstab
Run mount /dev/nvme0n1p1 /mnt/boot and mount /dev/nvme0n1p3 /mnt/home after that show the output of lsblk -f?
Run pacstrap -K /mnt linux linux-firmware linux-headers
It said „Failed to install packages to new root”
Show the error.
Yeah.
No.
Run arch-chroot /mnt
Run mkinitcpio -P and show the output.
Run pacman -S linux-zen linux-zen-headers after that run mkinitcpio -P and show the output.
Output of ls -alh /boot/?
What bootloader do you use?
GRUB
Run grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --recheck make sure you type it correctly.
Something else is going on there.
Exit the chroot run exit and after that run umount -R /mnt and show the output of lsblk -f?
Run mkfs.vfat -F32 /dev/nvme0n1p1 make sure to type it correctly.
Run mount /dev/nvme0n1p2 /mnt and rm -rf /mnt/boot/ after that run mount --mkdir /dev/nvme0n1p1 /mnt/boot and run mount /dev/nvme0n1p3 /mnt/home
And show the output of lsblk -f
Run pacstrap -K /mnt linux-zen linux-zen-headers grub efibootmgr
After that run arch-chroot /mnt
Output of cat /etc/mkinitcpio.d/linux-zen.preset
Edit that file nano /etc/mkinitcpio.d/linux-zen.preset
And comment (add # at the start of the line)
alright
Okay, uncomment this line
Output of ls -alh /boot/?
Run rm -rf /etc/mkinitcpio.d/linux.preset and re-run mkinitcpio -P and show the output.
Run grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB --recheck
Run grub-mkconfig -o /boot/grub/grub.cfg
Output of dkms status
Run dkms autoinstall
Ok, run pacman -S linux linux-headers and re-run mkinitcpio -P and show the output.
Ok, run grub-mkconfig -o /boot/grub/grub.cfg
Okay, run exit and reboot and tak the USB out.
Boot from the usb.
And mount the partitions, mount /dev/nvme0n1p2 /mnt and mount /dev/nvme0n1p1 /mnt/boot and mount /dev/nvme0n1p3 /mnt/home
After that run genfstab -U /mnt > /mnt/etc/fstab and check cat /mnt/etc/fstab.
You can just reboot.
everything works now, thank you very much for this and your patience 🙏
alpha_b_9 received a thank you cookie!
Good.
... solved
#17680 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: http://0x0.st/8Rt9.png
Thank you