Boot Remix OS automaticamente (syslinux.cfg)

1

Eu estou querendo saber como eu posso inicializar o modo Resident do Remix OS automaticamente sem ter que selecioná-lo em cada inicialização? Eu li em alguns artigos para fazer default -live mas qual opção ele selecionará? Como faço para selecioná-lo?

default menu.c32
prompt 0
menu title Remix OS
timeout 0


label ubnentry0
menu label ^Resident mode - All your data and apps are saved
kernel /kernel
append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet SRC= DATA= CREATE_DATA_IMG=1

label ubnentry1
menu label ^Guest mode - No data will be saved after each session
kernel /kernel
append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet SRC= DATA= DATA_IN_MEM=1

Eu usaria algo como default -ubnentry0 ?

    
por WASasquatch 03.02.2016 / 20:36

1 resposta

1

Aqui está o que eu fiz e funciona!

default ubnentry0


label ubnentry0
menu label ^Resident mode - All your data and apps are saved
kernel /kernel
append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive quiet SRC= DATA= USB_DATA_PARTITION=1
    
por 01.03.2016 / 17:01

Tags