![]() |
2013-10-06
, 20:05
|
Posts: 56 |
Thanked: 146 times |
Joined on Sep 2013
@ Norway
|
#571
|
![]() |
2013-10-07
, 07:47
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#572
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
![]() |
2013-10-07
, 08:29
|
Posts: 56 |
Thanked: 146 times |
Joined on Sep 2013
@ Norway
|
#573
|
![]() |
2013-10-07
, 09:29
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#574
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2013-10-07
, 10:25
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#575
|
Now, this looks to me like the kernel name string is undefined here. Either the problem is in the selection script or your config, but as you can boot it when used as the first OS, then it sure points to a menu script problem.
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
![]() |
2013-10-07
, 12:03
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#576
|
I have installed Ubiboot 0.3.4 and its great. I have one problem with Firefox OS. when i configure the OS4 section in ubiboot.conf and try booting i got the green warning message.
![]() |
2013-10-08
, 09:27
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#577
|
Yeah it's a menuscript problem after all
I have some variables mixed up in the select_os_animated.sh script. Sorry about that!
I'll fix that and compile new CPIO version as soon as I have time to do it!
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
![]() |
2013-10-08
, 10:15
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#578
|
Allright, corrected&compiled&tested new CPIO that corrects the problems for booting Firefox, Ubuntu, Sailfish
![]() |
2013-10-08
, 10:21
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#579
|
![]() |
2013-10-08
, 10:49
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#580
|
Thanks for resolving.
And especially for adding the empty line to ubiboot.log! (makes it way easier to read)
Another suggestion/question from my side:
you have modified the G_global vars to be named according to the OS slot (and not anymore names). BUT the symlinks in /mnt are still named according to the OS names (e.g. G_OS1_NAME="Nitdroid", but G_OS1_1_FILE="/boot/Nitdroid/boot/zImage.pr13")?
As you compiled all into the kernel and did not put the ubifs.tar online, I cannot see the available symlinks. Or are they created on the fly (according to G_OS1_NAME)? Would you please be so kind and give more info here? Or put sources online?