View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#204
Originally Posted by hrbani View Post
Hi
I had installed BackUp Menu before I installed Ubiboot.
I want to add BackUp Menu to Ubiboot (use Ubiboot to launch to BacUp Menu)
I thought to use NitDroid menu so I tried combinations of these changes to Ubiboot rev. 0.3.3:

a)
1) G_NITDROID_INITSCRIPT="\/sbin\/preinit"
2) G_NITDROID_INITSCRIPT="\/sbin\/init"

b)
1)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/Nitdroid/boot/zImage.pr13"
2)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/backupmenu/boot/zImage.pr13"
3)
G_NITDROID_1_LABEL="Eyes zImage.pr13 G_NITDROID_1_FILE="/boot/multiboot/boot/zImage.pr13"

c)
above changes with zImage_2.6.32.54-openmode_l2fix

but phone didn't boot! and the warning: use maintenance kernel and ...

I attached Screen Shots of BackUpMenu containings.
I would be glad to recieve your guidances to run BackUp Menu with Using Ubiboot.

with regards
First thing is, I suggest you update to ubiboot 0.3.5 as it contains lots of bugfixes.

As for running backupmenu, of course the "correct" way to do that is to embed the backup menu under ubiboot, so that it works in the ubiboot maintanance mode domain. That is still WIP, and I might look at it one of these days when I've got some spare time to do it...

What you can do, however is to do what I guess you were after now: Launching bacupmenu in Harmattan preinit context. This would mean chainloading like ubiboot->backupmenu->Harmattan, so that first you boot with ubiboot, and when you select Harmattan you would get into the backupmenu selection before it boots up.
That should indeed be easy, even as I have not checked this myself. Just make sure that the "/sbin/preinit" installed by backupmenu is there, and then set the ubiboot.conf key like you have in a.) - 1.), G_NITDROID_INITSCRIPT="\/sbin\/preinit"

That should work, yes.

Now, as for why your device doesn't boot, when you install ubiboot 0.3.5 it is much easier to debug. You can see what's the problem by looking at the file MyDocs/boot/ubiboot.log.
 

The Following User Says Thank You to juiceme For This Useful Post: