![]() |
Re: Introducing ubiboot N9 (multiboot OS loader)
Serial USB console would be pretty good in most cases. You just need to initialize the driver fairly early in the boot process so that most of the kernel logs could be captured.
(and the best thing is you need no adapters for that, just the traditional ubiquitous USB computer cable...) I doubt you could catch the very earliest oops'es like with a true serial console, but usually the hairiest stuff happen in pretty late phase anyway,,, |
Re: Introducing ubiboot N9 (multiboot OS loader)
@juiceme
I know you have a 'private' kernel for the serial stuff, did you share that somewhere? or will you ;) |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
As for "normal" serial console access, I usually enable that in all my kernels (and it can be also enabled from command line by inserting "console=ttyS0,115200n8" there... |
Re: Introducing ubiboot N9 (multiboot OS loader)
@juiceme cool :) thanks buddy
|
Re: Introducing ubiboot N9 (multiboot OS loader)
1 Attachment(s)
Hi :)
With special thanks for this big work; 1) my friend has trouble with NitDroid booting. MeeGo boots completely. Ubiboot .log and .conf are attached. Here is the screenshot from critical locations: http://dl.mobilestan.net/index.php/i...0729011046.png http://dl.mobilestan.net/index.php/i...0729011046.png The left is /boot/ Center is /home/user/MyDocs/boot Right is NitDroid folder. 2) May I want you tell me how I must install ubiboot 0.3.6 step by step, please? (I have ubiboot 0.3.5 installed) Thanks a lot |
Re: Introducing ubiboot N9 (multiboot OS loader)
Did you read the logs yourself?
There are two obvious things: first one is Jul 30 09:59:46 (none) user.notice root: Could not mount /dev/mmcblk0p3 on /mnt/3 This is the /home partition where Nitdroid resides. Ubiboot cannot -for whatever reason- mount that partition, so it loads kernel successful and then dies out as in the preinit.nitdroid it is told to exec some stuff from p3. But when booted Harmattan you can see all data on /home? And another no-go is you have all kernels in the nitdroid section. Only kernel 2 and 3 are able to boot nitdroid. Which one do you select? -- Oh, and the installation of ubiboot v0.3.6 is exactly the same as v0.3.5 |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Okay, just read logs again.
And it is really like the kernel gets loaded but then dies out. So it is not ubiboot boot sequence causing this mess. i do not understand the p3 (/home) thing. If this is true, then you are out of luck to ever get Nitdroid running. Or you pack it on another partition and modify the /sbin/preinit_nitdroid script ..... ... Ah maybe it is an easy and now remembered often made mistake: Please check the exec rights of the file /sbin/preinit_nitdroid under booted Harmattan via ls -l /sbin/preinit_nitdroid (should be: rwxr-xr-x). If it misses the exec bits, do chmod +x /sbin/preinit_nitdroid (under devel-su). If that does not help you have to wait for juiceme (as he is much better in reading his logs ;)). Or you may connect your powered off N9 via USB to a PC (flavour Linux), then you possibly might find out why p3 is not mounted... |
Complete step by step guide to triple boot Nokia N9
Hey buddies...Can anyone provide a complete step by step guide for installing (Android and Sailfish) on my Nokia N9 64Gb??
|
Re: Complete step by step guide to triple boot Nokia N9
|
Re: Introducing ubiboot N9 (multiboot OS loader)
seems like ubiboot download links are not working ?
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
http://talk.maemo.org/showpost.php?p...38&postcount=1 http://www.swagman.org:8008/juice/ubiboot/ |
Re: Introducing ubiboot N9 (multiboot OS loader)
There are 2 urls to the ubiboot page:
http://www.swagman.org/juice/ubiboot/ http://www.swagman.org:8008/juice/ubiboot/ The swagman server has been heavily DOSed in the past, especially from some eastern IPs which is why our administrator has banned some IP address ranges totally for the normal web traffic. He kindly has opened port 8008 for all the world at my request. The content on both URLs is identical. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Hey !
i tried to understand how to install uniboot, but i'm too afraid to mess something up. I have clean harmattan openmode and my goal is to use kernel plus for harmattan. i dont need any other kernel for harmattan and i dont want to use nitroid. (atleast not for now).. i dont understand how should i change uniboot.conf so that harmattan is only choice.. when should i use 'depmod' command? do i need openmode_l2fix for kernel-plus ? I know this sounds lazy but can someone make me correct conf file and tell me where and which files should i copy ? i have all necessary files i just don't understand where should i put those. (i know only where to put preinits ) Is here someone who can help me? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Having Harmattan as the only active choice is easy; You just configure one OS entry (default being G_OS2_* for Harmattan) For all other OS'es set G_OS<x>_NUM=0 where x={1,3,4,5,6} When you do this, all the first level icon menus are present, but there is no second level menu under them. If, on the other hand, you'd like to modify the menu so that other choises are not even presented, so that you only see the one and only Harmattan boot icon in the first level menu, then you have to recompile the menus. It is not as difficult as it sounds, all you nee is a standard linux desktop machine where you can run the compile script. After you have unpacked the modules for your kernel-plus, before you boot into the kernel, you need to go to the module directory and run command "/sbin/depmod -a 2.6.32.61-plus" for example, provided that 2.6.32.61-plus is the version you are installing of course :D openmode_l2fix is a good backup choise to have in your kernel list, because it uses the default set of modules. If you make a mistake and cannot boot kernel-plus for modules misconfiguration or something, then it is good to have one entry there you can boot to. (but of course if you know what you are doing you can always fix the boot problems in ubiboot repair mode...) |
Help Please
Quote:
I Want Help In Booting Sailfish And Android On My Device....can Anybody Tell me? @juiceme...brother what do You Mean By CleanCleanCleanClean Flash During Back To back Flashing In Open Mode...do i Need to Flash The Firmware Bin Or Emmc Bin File? And For Multibooting Android And Sailfish Do i need To Partition Memory Before flashing? |
Re: Help Please
Quote:
To do back-to-back flashing, you need to do clean flash and then immediately flash the open mode kernel, so that the device does not boot between the flashings. Quote:
|
Re: Help Please
Quote:
Sorry For being So Noob and Asking Such Questions |
Re: Help Please
Quote:
The reason for the back-to-back flashing is to make the device create aegis keys with open mode. That will help with some problems you might have with Harmattan later. It is possible you will have no issues but some people have had those, hence the recommendation for back-to-back flashing. Quote:
|
Re: Help Please
Quote:
i tried back to back flashing...for open mode...but i cannot keep lock on my N9..also the facebook account keeps asking password whenever i boot up please help |
Re: Help Please
Quote:
As for facebook account asking for password, this means that you probably did not do the back-to-back flashing quick enough; If the device does boot between the flashings, then you get to this state. There are 2 solutions to this problem:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
For most of cases removing accounts and .accounts folder is enough. newly created accounts will have new keys and save passwords.
|
Re: Help Please
Quote:
I successfully installed NITDROID and Sailfish on my N9.thank you very much for guidance. NOW Another problem i am facing is i cannot use GPRS data on NITDROID(process.com.android.phone has stopped working) popup comes on Alpha 5 build and i cannot connect to cellular network Similar problem is faced such as INSERT SIM on SAILFISH OS I cannot connect to cellular network in both OS but i can in Meego HElp needed please |
Re: Help Please
Quote:
There exist some patches/tweaks I think that help with some problems. Quote:
On Nitdroid there is the requirement that you have to have the PIN number of your SIM card disabled, because Nitdroid has not got the unlocking part implemented, but on Sailfish that should work fine. |
Re: Help Please
Quote:
I have disabled PIN on my sim still the problem exists Your GPRS data used to work all fine on N9? |
Re: Introducing ubiboot N9 (multiboot OS loader)
on both nitdriod and sailfish you need to go to settings and enter your APN data MANUALLY.
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
it required for both systems.
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I resolved "process com.android.phone has stopped unexpectedly" by clearing cache of phone app from settings(found soution from google).. but still when i try to call it says SIM ERROR or NETWORK ERROR |
Re: Introducing ubiboot N9 (multiboot OS loader)
so, it means sim error or network error. nitdroid working fine ;)
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
need quick answer. can i use
sudo flasher -a firmware.bin -k zImage_2.6.32.54-ubiboot-02-small_060114 --flash-only=kernel -f -R instead of sudo flasher -a firmware.bin -k zImage_2.6.32.54-ubiboot-02_301013 --flash-only=kernel -f -R |
Re: Introducing ubiboot N9 (multiboot OS loader)
Afaik yes.
Iirc this kernel (stripped out some modules) was built by juiceme for some HW variants which had problems when flashing such a big kernel. You may use the 'search in thread' or wait for juiceme's confirmation. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Please try with another SIMcard. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
YUP..other card work well....Hate my Network Operator |
Re: Introducing ubiboot N9 (multiboot OS loader)
Hello everyone,
Do I need to go through this huge threat to make my N9 multiboot (and start loading many different OS flavours) according to the latest and greatest available multiboot utility or is there a place when I can have latest instruction and download links? Thanks in advance. |
Re: Introducing ubiboot N9 (multiboot OS loader)
|
Re: Introducing ubiboot N9 (multiboot OS loader)
hello, nice work, i've used it for some time and i'm quite happy with it (maybe i'll be able to boot a linux distro in fb with fbvkbd with it, just for fun lol)
that said, i'm having issues removing entries from ubiboot i don't understand exactly which files should i edit, for now i've figured out animated_menu_top.map ubiboot.conf (setting the new $G_UBIBOOT_ARCHIVE) what else i'm missing? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
That's all you need to do really, no need to modify ubiboot.conf unless you want to add or remove kernels. If you want to have more than one CPIO available in your device, you can rename your freshly created "ubiboot-02.menus.cpio" to something else, and then put that name in the definition line "G_UBIBOOT_ARCHIVE=" of your ubiboot.conf but that is not necessary really. (BTW there is also the README file in the animatronics subdirectory, which tells you pretty much this same thing :)) |
Re: Introducing ubiboot N9 (multiboot OS loader)
1 Attachment(s)
Hi :)
There is my friend Ubiboot.log and Ubiboot.conf and screenshot from /boot/ and /home/user/MyDocs/boot/. He couldn't boot Nitdroid, he says the phone goes off after selecting any kernel for nitdroid. I think kernels and Ubiboot config and ... are true (from blow selection of log) Code:
Code:
Mar 2 10:31:41 (none) user.notice root: Mounted /dev/mmcblk0p1 on /mnt/1 as VFAT What is the solution? A complete flash with full wipe the memory? Thanks a lot |
All times are GMT. The time now is 07:18. |
vBulletin® Version 3.8.8