Skip to content

Archlinux guest setup mkinitcpio -p linux not working #987

Answered by SuperMaxusa
glitch128 asked this question in Q&A
Discussion options

You must be logged in to vote

mkinitcpio -p linux must be executed on installed chroot, like here

v86/docs/archlinux.md

Lines 201 to 205 in 8064e19

echo "Writing the installation script"
cat << 'EOF' > /mnt/bootstrap.sh
#!/usr/bin/bash
echo "Re-generate initial ramdisk environment"
mkinitcpio -p linux

v86/docs/archlinux.md

Lines 221 to 222 in 8064e19

echo "Chrooting and bootstrapping the installation"
arch-chroot /mnt bash bootstrap.sh

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by copy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants