Ver Mensaje Individual
  #9  
Viejo 05/07/11, 15:48:23
Array

[xs_avatar]
franjocc franjocc no está en línea
Usuario muy activo
 
Fecha de registro: oct 2008
Localización: L'Hospitalet de Llobregat (BCN)
Mensajes: 1,591
Modelo de smartphone: Xiaomi Mi Note 3 Azul
Tu operador: Vodafone
A la pregunta que yo hacia sobre tener MultiBoot y que tambien arranque UrukDroid, aqui hay una respuesta, es cuetion de probar.

http://forum.xda-developers.com/show...php?p=15233290
 Cita: Originalmente Escrito por ingles
Boot UrukDroid from openAOS BootMenu Some PPL on the development forums were asking how to boot $auron's UrukDroid out of bubu's openAOS Boot Menu. Since i can't post there yet, i'll post here.

I looked at bubu's initramfs/init script and it should be fairly easy to boot any partition as well as any rootfs.img.
the menu.lst syntax is:

Code:
{NAME(has to be unique)}|{DEVICE(leave blank for img)}|{IMG}|{INIT}
A special thing is putting 'ARCHOS' into {DEVICE}, because that will boot from ARCHOS' stock SQUASHFS file
so adding this line to menu.txt should let you boot UrukDroid from sdcard

Code:
UrukDoid|/dev/mmcblk2p2||/sbin/init
I have to add, i havn't tried it myself yet, because i haven't put bubu's loader on my A70IT yet.
I would really appreciate you letting me know if it works!

Greetings Oro


ou would have to get the device name of your root partition
since mine is a sdcard install i can only provide that information.
but if you can boot into uruk right now you can do the following to get the device node:
Open any terminal emulator and type:

Code:
cat /etc/mtab
then search for

Code:
<device> / <fstype> rw,noatime,barrier=1,nodealloc,....
in my case that is:

Code:
/dev/mmcblk2p2 / ext4 ....
take the first one (<device>) and put it into the menu.lst line:

Code:
UrukDroid|<device>||/sbin/init
still i haven't tested any of this. it's just the result of my looking at the bootloader's init script

Greeting

Última edición por franjocc Día 05/07/11 a las 15:52:51.
Responder Con Cita
Gracias de parte de: