Reply
Thread Tools
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#831
@garp
Is this full output?
Then you are missing the preinit_harmattan file/link.
Furthermore your preinit is just a link to init (an executable). It should be a shell script. So something went awry.
permissions should be -rwxr-xr-x
Kernel will not start this way (idk if loading via kexec also fails already at this stage).
What you need for sure is the original preinit and the preinit_harmattan from juiceme (other repository preinits.tar.gz)).
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#832
Originally Posted by peterleinchen View Post
@garp
Is this full output?
Then you are missing the preinit_harmattan file/link.
Furthermore your preinit is just a link to init (an executable). It should be a shell script. So something went awry.
permissions should be -rwxr-xr-x
Kernel will not start this way (idk if loading via kexec also fails already at this stage).
What you need for sure is the original preinit and the preinit_harmattan from juiceme (other repository preinits.tar.gz)).
OK thanks, only thing strange 'the original preinit' haven't changed that and where to get a new one?
__________________
OK
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#833
From where you got also the kernel and cpio, but other folder
http://www.swagman.org/juice/ubiboot/other/
preinits.tar

Load to device and untar to rootfs
tar -xvf preinits.tar -C /
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#834
Originally Posted by peterleinchen View Post
From where you got also the kernel and cpio, but other folder
http://www.swagman.org/juice/ubiboot/other/
preinits.tar

Load to device and untar to rootfs
tar -xvf preinits.tar -C /
Yeah thought so have just tried with this code via ssh with preinits.tar in device MYDocs but message can't find directory etc?

garp@garp-Lenovo-B590:~$ sudo su
[sudo] password for garp:
root@garp-Lenovo-B590:/home/garp# ssh -i my_n9_identity root@192.168.2.15
************************************************** ******
* Welcome to RM-696 ubiboot-02 maintanance console *
************************************************** ******

Enter passphrase for key 'my_n9_identity':
~ # tar -xvf preinits.tar -C /
tar: can't open 'preinits.tar': No such file or directory
~ #
__________________
OK

Last edited by Garp; 2013-12-02 at 22:17.
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#835
Of course.
As MyDocs is not mounted and preinits.tar not in that directory.
You could mount MyDocs (see commands in my post about device backup) or more easy copy it directly to '/'.
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following 2 Users Say Thank You to peterleinchen For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#836
Originally Posted by peterleinchen View Post
Of course.
As MyDocs is not mounted and preinits.tar not in that directory.
You could mount MyDocs (see commands in my post about device backup) or more easy copy it directly to '/'.
But MyDocs is mounted and also the 3 other partitions both looking to Home map and Nautilus is'n it enough?

Just doing this:"Once the device reboots, keep the USB cable plugged in to enter “maintenance mode”. You will notice that the File Manager of your Linux Distribution will open and will mount/show all the partitions:"
http://wiki.maemo.org/Ubiboot#Moving...g_Filebox_Root

By the way I have also unpacked preinits.tar to rootfs '/' by archive isn't it enough?

Just doing this
__________________
OK

Last edited by Garp; 2013-12-02 at 22:58.
 
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#837
Move the file from MyDocs to '/' (rootfs, p2) from PC and try again. [You also use scp when in ssh session.]
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#838
Originally Posted by peterleinchen View Post
Move the file from MyDocs to '/' (rootfs, p2) from PC and try again. [You also use scp when in ssh session.]
Thanks but 'ruhig' now you know I'm not an expert!:
What's scp??

Sorry same result!:
__________________
OK

Last edited by Garp; 2013-12-03 at 05:18.
 
Posts: 959 | Thanked: 3,427 times | Joined on Apr 2012
#839
So I had ubiboot running for a while, an older version that I installed in July.
I tried to update ubiboot to the latest version using the installation instructions here (basically flashing ubiboot kernel, copying over cpio etc and extracting preinits.tar. Now whenever I try to boot, no matter what I select (or even if I select nothing), I get the same issue as Garp:
Code:
Boot OS/kernel selection failed!
Please run a maintanance boot
I can still access the filesystem if I connect to USB. Any ideas? Also, where is the log file stored?
 
Posts: 697 | Thanked: 137 times | Joined on Jul 2012 @ Hillerød, DK
#840
Originally Posted by taixzo View Post
So I had ubiboot running for a while, an older version that I installed in July.
I tried to update ubiboot to the latest version using the installation instructions here (basically flashing ubiboot kernel, copying over cpio etc and extracting preinits.tar. Now whenever I try to boot, no matter what I select (or even if I select nothing), I get the same issue as Garp:
Code:
Boot OS/kernel selection failed!
Please run a maintanance boot
I can still access the filesystem if I connect to USB. Any ideas? Also, where is the log file stored?
Log file: /home/user/MyDocs/boot
__________________
OK
 

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


 
Forum Jump


All times are GMT. The time now is 04:51.