5
Arch GRUB在非LVM磁盘上要求/run/lvm/lvmetad.socket
我正在基于ArchWiki设置过程运行此脚本。在GRUB配置步骤中失败 我在具有1 GB内存的VMware Player中使用archlinux-2013.12.01-dual.iso,内存sda为810 MB。我还在主机上安装了CIFS共享。 # DEV=sda # PART=sda1 # echo "1,,L,*" | sfdisk /dev/$DEV # mkfs.ext3 /dev/$PART # mount /dev/$PART /mnt # pacstrap -i /mnt base # genfstab -U -p /mnt >> /mnt/etc/fstab # arch-chroot /mnt # pacman -S grub # pacman -S os-prober # grub-mkconfig -o /boot/grub/grub.cfg 我得到: …