![]() |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Is this first time he tries to boot Nitdroid, I mean has he ever before done this successifully and just now started to fail; or never had it work before? The log on failing to mount /dev/mmcblk0p3 is suspicious, but I believe it has nothing to do with this problem if he can boot Harmattan OK; The kernels are anyway on /dev/mmcblk0p2 and the ubiboot config files on /dev/mmcblk0p1 so booting any OS should work just fine. (And since /dev/mmcblk0p3 is the Harmattan /home mount, if Harmattan works then it sure is mounted correctly at OS boot...) Now if I am correct in thinking that he never managed to run Nitdroid before, then the problem is clear; There is some problem in the Nitdroid setup, for example:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Thanks Yes, it seems that above sentence is completely true, except that in Settins->Device->Data storage->Application data shows something like this message: "is not available in mass storage mod". Quote:
Quote:
Quote:
One other of our friends said the solution is flashing with box. Is it true? Thank you very much :) |
Re: Introducing ubiboot N9 (multiboot OS loader)
OK, then it really looks like there is some problem in the device flash memory, which also affects Harmattan.
Reflashing the device can help, but of course it is fairly drastic way to fix problems as it will wipe all user data from the device, hence I always suggest other possibilities first. Of course there is always the rare possibility that there is some HW problem in the flash memory, in which case it may happen that the device cannot be flashed and will not work any longer after the flashing attempt... :( |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
2 Attachment(s)
Quote:
Quote:
And one question that is mine: I executed the command on my phone to see the result. Because, I had flashed my phone by MOSLO before flashing it by cracked Infinity Best (that flashs phones via USB cable without box). Also after flashing phone with Best, I haven't recieved "flashing is complete" message but the line on phone went to the end and doesn't any change in phone and best (and new message) for a long time. So I disconnected phone. After it had booted the camera show this message: "Camera doesn't work in mass storage mode" so I rebooted the phone and it was fixed. recently I changed the format of memory from fat to EXT2. This is the result: Code:
sfdisk -l Thanks a lot with regards |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
So if there is some problem then it is not shown in the partition table. Quote:
You might want to set the partition types to reflect to the actual filesystems present there. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Quote:
Quote:
Thanks :) |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Until some months ago I would have recommended flashing as a normal but a bit overkill solution. However lately there have been some cases of HW problems that make the device unflashable. Also as Microsoft is no longer intrested in repairing or replacing the devices I have to say that flashing is to be done on own responsibility... :( Quote:
Also you mention that you have changed thr FS on your mmcblk0p1 to ext2 but it still says "W95 FAT32" in the partition type. You can fix those either with sfdisk or fdisk in ubiboot repair mode. (of course being careful) :) One other thing I forgot to mention earlier; The camera being unable to mount. There's a daemon that handles USB disk mount and umount based on the FS export mode (usbmoded) so that apps that need access to the exportable partitions like camera and music player behave consistently. Sometimes it may get confused and not mount MyDocs even when USB is not connected. Restarting usbmoded or manually triggering USB mode change fixes it OK. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
May I want you explain this: Quote:
Quote:
And may I want you explain this: Quote:
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
:(
Quote:
That does not require formatting or anything, it is just a flag change. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Quote:
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
To change the partition type using fdisk (I mean the one you can usually find in GNU/Linux OSes), you can run fdisk and then use command 't' to change the type to Linux, for which you should enter '83' (83 is the partition type for regular Linux partitions).
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Where can i find Ubuntu OS for ubiboot for my n950?
How to install sailfish OS too with ubiboot? I have installed zImage_2.6.32.54-ubiboot-02_301013. |
Re: Introducing ubiboot N9 (multiboot OS loader)
there is no ubuntu for N9, and sailfish installing same way as nemo: repartition and extract image.
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
Nemo is in Alt_OS Sailfish where? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
For example, I have 6 different usable partitions on my device which is the maximum you can do with old-dos-style partitioning to physical and logical partitions. |
Re: Introducing ubiboot N9 (multiboot OS loader)
juiceme, what about stuff for booting from an image, not partition?
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I boot both SFOS and Nemo from image files without touching my partition table (not an 'interesting' idea for a 16GB N9). |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I meant to integrate that into the mainline ubiboot but for the usual reasons of not having enough time have not managed to do it yet :o |
Re: Introducing ubiboot N9 (multiboot OS loader)
Hello,
Where can i download zImage_adb_usb please? |
Re: Introducing ubiboot N9 (multiboot OS loader)
Hello
Somehow during the night my battery had rune out. Now I can't get the phone to start up, presumably because of not having enough power. The bigger problem is that I can't seem to charge even through Flasher because of ubiboot. I always gives me the following flashing error and just starts up the ubiboot green concole view. Code:
miika@Desktop ~/Työpöytä/Flashing/059J187 $ flasher -f -F DFL61_HARMATTAN_40.2012.21-3_PR_LEGACY_001-OEM1-958_ARM.bin Any advice how I could be able to charge it? I have tried examples from this topic for example. http://talk.maemo.org/showthread.php?t=87709 EDIT: Just realized that it is Linux priviledge problem and added Sudo. It says it is now charging and the battery indeed was at Zero. Hopefully this will get it running now. |
Re: Introducing ubiboot N9 (multiboot OS loader)
flasher is claiming an USB interface and therefore need to be run with root rights.
Please try either logged in as root 'flasher -i' or 'sudo flasher -i'. I would like you to test above command to check whether battery really gets loaded with 'flasher -i'. Keep it connected for at least 30 minutes and disconnect/start up. If that does not work you still may try above, but I would use 'flasher -f -F firmware.bin --flash-only=kernel' |
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I realized the same thing you wrote. It was because of root rights. To the rest of your writing. I had already tried all of those. They doesn't work. Didn't try for 30 minutes though, but for 10minutes did and nothing. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Ubiboot does not hinder charging-by-flasher.
|
Re: Introducing ubiboot N9 (multiboot OS loader)
after i flashed the ubiboot kernel i got "boot menu script not found!"
cpio and config file in the same directory ( /home/user/MyDocs/boot ) and cpio name is the same as in config file so where is the problem ? PS: there is no log file created Thanks in advance |
Re: Introducing ubiboot N9 (multiboot OS loader)
Hmm, only thing I can think of right now:
what kernel (version) did you flash? Maybe an older version that did not yet support booting from MyDocs (vFat mmcblk0p1)? That would explain that message and non-presence of log. I think I have flashed zImage_2.6.32.54-ubiboot-02_301013 |
Re: Introducing ubiboot N9 (multiboot OS loader)
it's zImage_2.6.32.54-ubiboot-02_301013
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
In your ubiboot.conf there's a pair of keys that define the log file location. Unless you have changed the defaults, they are: G_LOGFILE_PARTITION="1" Now, depending on how you have partitioned your device the log file locations can change of course. Normally partition_1 is MyDocs so the log files will be created to the same directory as your ubiboot.conf and cpio are. Howevwer, if you have something else in your device they might be in different location. |
Re: Introducing ubiboot N9 (multiboot OS loader)
1 Attachment(s)
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
And you really get no log files to your /home/user/MyDocs/boot/ after booting with ubiboot?? What exactly happens when you boot the device, you get the green-text screen OK, with the boot message and then finally end up with "boot menu script not found!" error? Did you try to boot with USB cable connected, can you telnet to the device and check what's happening inside? |
Re: Backup/restore with ubiboot N9 (multiboot OS loader)
Quote:
Hi. Maybe a bit offtopic (and surely outdated) replay, but I just want to confirm this method just works. I have tested it in my backup device (with openmode kernel) and so far it is working flawlessly. However I have a pair of questions to ask: 1.- Can I do this procedure in a device without openmode kernel? My main device is not flashed with openmode :). 2.- Given that only the ubiboot kernel is flashed to export the partitions: Can I skip the ubiboot installation process (i.e: will it work just flashing the ubiboot kernel, making the backup and then reflashing the stock kernel)? Regards. |
Re: Backup/restore with ubiboot N9 (multiboot OS loader)
Quote:
I'll answer the second question first :) Yes, if you use ubiboot kernel just to backup/restore your device, you do not need to install it, just flashing the kernel is enough. Even better, you do not need to flash the kernel at all, it is enough that you boot it with flasher, no permanent flashing required. This way you do not need to reflash it again, just boot it after backup and it will use the original kernel. Then the first question; In theory the backup method works also with a device without open mode kernel, however note that when you boot it even once with something else than nokia-signed kernel the device will be set to open mode and remains so until you fully reflash it with nokia-signed package. What this means is that your device will be in open mode without an open mode kernel; you lose ability to do some things, for example device lock will not work any more. |
Re: Backup/restore with ubiboot N9 (multiboot OS loader)
Quote:
One more question :) When you say "fully reflash it with nokia-signed package" you mean the whole vanilla package? Or is it enough to just reflash the stock kernel after the backup? (There's a "slight" difference, you know) ;) Regards. |
Re: Backup/restore with ubiboot N9 (multiboot OS loader)
Quote:
How it works; when you flash a non-signed kernel the flasher (or actually the APE algo) detects that and disables access to the protected parts of system in the boot phase. This change is pernamently one-way, and can be undone only if APE flashes the whole firmaware with signed packages, not just the kernel. Rationale for that is easy to understand, yet it remains predominantly evil... :eek: If it was allowed to run unsigned kernel and then return back to stock kernel with device still in protected mode, then it would be possible to make any kind of modifications to the system and retain them when in protected mode.... (something that device manufacturers do not like to see done) SO there is easy rule-of-thumb; if, for whatever reason, your device for a split second enters open mode it stays in open mode until you fully reflash it with original sibned packages :( [*] there are ways to get around this, but they are not easy and require either special tools or utilize some lesser known weaknesses of the system. Hence I will not discuss them here... |
Re: Backup/restore with ubiboot N9 (multiboot OS loader)
Hi.
Thank you for the information, Juiceme. I think i'll refrain myself for a while..... ;) Regards. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Decided to flash my spare N9 with ubiboot for harmattan and nitroid. Can't find the zImage_e-yes_nitdroid+l2fi kernel that is to be used with Ubiboot anywhere from the web. Anyone have it?
|
Re: Introducing ubiboot N9 (multiboot OS loader)
Quote:
I'll check when I get home later today. |
Re: Introducing ubiboot N9 (multiboot OS loader)
Here it is: http://www.swagman.org/juice/zImage_nitdroid+l2fix
MD5sum is ad06d746727fb7c243ee8c845b181f30 |
Re: Introducing ubiboot N9 (multiboot OS loader)
Juiceme,
can you please properly document all the steps needed to boot another OS which is not any of the built-in ones? It's basically trial and error with the current documentation. |
All times are GMT. The time now is 04:10. |
vBulletin® Version 3.8.8