Re: [qubes-users] How to add boot entry in grub menu manually

2020-05-16 Thread Mike Keehan
On 5/16/20 3:46 PM, Taehwan Kim wrote: Hi guys I just installed Manjaro KDE into my one of my hdd. But Manjaro can't find other Qubes. So I tried to add boot menu entry manually in cat /etc/grub.d/40_custom file like this ``` menuentry "Qubes OS" { insmod ext2 set root=(hd2,gpt

[qubes-users] How to add boot entry in grub menu manually

2020-05-16 Thread Taehwan Kim
Hi guys I just installed Manjaro KDE into my one of my hdd. But Manjaro can't find other Qubes. So I tried to add boot menu entry manually in cat /etc/grub.d/40_custom file like this ``` menuentry "Qubes OS" { insmod ext2 set root=(hd2,gpt1) search --no-floppy --set=root -