Ubuntu Pastebin

Paste from remixoshelp at Fri, 3 Feb 2017 00:16:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
I'm trying to launch Remix OS from GRUB, but when I attempt to I get three errors:
1) no such device: /remix/system.img
2) file /remix/kernel not foud
3) you need to load the kernel first."

I used gksudo gedit /etc/grub.d/40_custom to add:



menuentry 'Remix OS' --class android-x86 {         insmod part_gpt         search --file --no-floppy --set=root /remix/system.img         linux /remix/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive CMDLINE         initrd /remix/initrd.img }'
Download as text