在 windows 旁边安装后无法启动 Arch Linux 10
Cannot boot Arch Linux after installing it next to windows 10
我刚刚在我的笔记本电脑上成功安装了 Arch Linux 运行s windows 10。我的问题是没有可见的启动菜单我可以选择ose 我的 os,它总是刚开始 windows。当我 运行
cfdisk
它缺少向我的 linux 分区添加可引导标志的选项。
有没有办法添加启动菜单?
提前致谢
可以安装system-boot
mount /dev/sda5 /mnt
mkdir /mnt/boot
mount /dev/sda2 /mnt/boot #mount EFI
运行这条命令用来安装bootloader
bootctl install
然后
cp /usr/share/systemd/bootctl/arch.conf /boot/loader/entries/
现在只需修改 arch.conf 并享受您的 archlinux。
我刚刚在我的笔记本电脑上成功安装了 Arch Linux 运行s windows 10。我的问题是没有可见的启动菜单我可以选择ose 我的 os,它总是刚开始 windows。当我 运行
cfdisk
它缺少向我的 linux 分区添加可引导标志的选项。
有没有办法添加启动菜单?
提前致谢
可以安装system-boot
mount /dev/sda5 /mnt
mkdir /mnt/boot
mount /dev/sda2 /mnt/boot #mount EFI
运行这条命令用来安装bootloader
bootctl install
然后
cp /usr/share/systemd/bootctl/arch.conf /boot/loader/entries/
现在只需修改 arch.conf 并享受您的 archlinux。