myname24
|
2013-08-28
, 15:14
|
Posts: 545 |
Thanked: 560 times |
Joined on Dec 2011
@ lebanon
|
#451
|
The Following User Says Thank You to myname24 For This Useful Post: | ||
|
2013-08-28
, 19:21
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#452
|
Yes, ubiboot is a loader kernel.
It is not a "user-kernel", in a way that it is meant to be a boot loader 1st stage, which then launches your "real" kernels which run your OS.
Think of it like Grub or LiLo, or Uboot.
Under ubiboot, you then select/load the 2nd stage kernel, this can be plain open mode kernel, old-style nitdroid kernel, enhanced kernel+NAT, enhanced Nitdroid kernel, whatever.
Ubiboot is just the method to select between all these kernels (and of course the OS that the kernel runs, as default it can be Harmattan, Nitdroid or Nemo. Later maybe something else too... FFOS, SailfisOS, Tizen,...)
|
2013-08-28
, 20:41
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#453
|
/home/user/MyDocs/boot:
ubiboot.conf
ubiboot-02.menus.cpio (unpacked or *.tar?)
/boot:
zImage_2.6.32.54-dfl61-20121301
(alternative kernel-plus 2.6.32.59 for Harmattan)
Now I have ubiboot in the bottom so to speak and on top Harmattan “default” open mode kernel.
Later I can add NITDroid, Nemo etc if I want to!
Two questions:
What about the slow boot issue mentioned in the README file 4.), is that a problem if I don’t use openmode+L2fix kernel? http://www.swagman.org/juice/ubiboot/README
The Backup menu: http://talk.maemo.org/showthread.php?t=86957 can’t be used with ubiboot as I see it?
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-08-28
, 23:39
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#454
|
The unpacked config file and the cpio is what you want there.
The cpio is an archive format, just like tar is. It contains the part of the ubiboot FS that has the menus and the launching system.
|
2013-08-29
, 04:21
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#455
|
Thanks again for your detailed answer and help!
Yes know cpio is an archive, question is shall it stay as so or be extracted to .../MyDocs/boot/ ?
The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-08-29
, 07:25
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#456
|
|
2013-08-29
, 10:19
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#457
|
I just want to share a guide I revised/compiled for windows users. Hope It can help others. It is based from what I experienced.
http://www.ziddu.com/download/228114...uide.docx.html
|
2013-08-29
, 11:26
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#458
|
Could you please upload it to some place it's possile to access?
When I try following your link, it ends up to some download site which offers a windows execuatble to download.
Presumably this EXE then will download the actual document, but there are at least 2 problems with this:
1.) Will only work with Windows machines. Even as I don't have windows, I'd like to review the guide...
2.) Nobody wants to download some random EXE files, whoknows what malware they contain...
The Following User Says Thank You to afropanda For This Useful Post: | ||
|
2013-08-29
, 13:50
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#459
|
before clicking the download,just unclick the box saying Download with ziddu accelerator and get recommended offers.
feel free to review it coz Im sleepy when Im doing it haha
|
2013-08-29
, 14:52
|
Posts: 55 |
Thanked: 2 times |
Joined on Aug 2012
|
#460
|
Thanks for the tip, and thanks also to peterleinchen who already sent me the file by mail
I looked over the document, and it seems to be pretty detailed.
Only small comments:
1.) in the chapter "7. Extract preinits.tar and the NITDroid files" you tell as the last thing to do is to turn off the device, to flash to open mode. I think most logical thing to do is to go to open mode before this, so put the chapter "Flash the Device with Open-Mode Kernel" before chapter 7.
2.) the last steps in the last chapter, where you copy the Noemo kernel from /boot/ of mmcblk0p4 to the /boot/ of mmcblk0p2 (to Harmattan root) is not necessary, as ubiboot can find the Nemo kernel from the Nemo partition (and with default setup it looks for it from there already...)