How do I install Remix OS on a separate partition ...

25 views
Skip to first unread message

arcan...@gmail.com

unread,
Apr 27, 2016, 9:47:33 AM4/27/16
to Remix OS for PC
I have Ubuntu and Windows 10 Pro on my PC and I want to install Remix OS in a other partition, but I don't know how create a entry on the Grub2. Below I put what I did, ok:

everaldo@positivo:~$ sudo gedit /etc/grub.d/40_custom

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry 'Remix OS (x86_64) (em /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-d784eb05-806d-4bce-8710-077404ea727b' {
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt8'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8  d784eb05-806d-4bce-8710-077404ea727b
    else
      search --no-floppy --fs-uuid --set=root d784eb05-806d-4bce-8710-077404ea727b
    fi
    linux /kernel root=/dev/sda8 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive CMDLINE
    initrd /initrd
}

---------------------------------------------------------------

Someone her can help me with problem?

Everaldo

Everaldo Bernardo Cunha

unread,
Aug 4, 2016, 6:49:22 PM8/4/16
to Remix OS for PC
The file "/etc/grub.d/40_custom" was with a error. I put in his the fallowing instructions:


#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

menuentry 'Remix OS' --class android-x86 {
    insmod part_gpt
    insmod ext2
    search --file --no-floppy --set=root /RemixOS/kernel
    linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=RemixOS CREATE_DATA_IMG=1
    initrd /RemixOS/initrd.img
}

It's resolved the problem, so!


Everaldo
Reply all
Reply to author
Forward
0 new messages