나는 /boot/grub/grub.cfg에 이것을 가지고 있습니다
menuentry 'Arch (on /dev/sda5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-aabbcc-dd-ee-fff-eeee' {
insmod part_gpt
insmod ext2
set root='hd0,gpt5'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt5 --hint-efi=hd0,gpt5 --hint-baremetal=ahci0,gpt5 aabbcc-dd-43d1-fff-eeee
else
search --no-floppy --fs-uuid --set=root aabbcc-dd-43d1-fff-eeee
fi
linux /boot/vmlinuz-linux root=/dev/sda5
initrd /boot/initramfs-linux.img
}
"rw"를 어디에 추가해야 하나요?정확히부팅 가능하게 만드시겠습니까?
답변1
Grub은 드라이브를 쓰기 가능으로 마운트하지 않지만 Linux는 마운트합니다. 그래서 당신은 그것을 온라인으로 얻고 싶습니다 linux
. 예를 들어:
linux /boot/vmlinuz-linux root=/dev/sda5 rw