![]() |
2011-11-21
, 11:49
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#61
|
![]() |
2011-11-21
, 12:22
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#62
|
programs poweroff, halt and reboot send signal to upstart init daemon to reboot/poweroff system. If that fails programs fallback to use script /etc/init.d/minireboot. But upstart is not running (it is started after bootmenu start booting...) so program reboot try to connect (more times) to upstart, it spends time and then it switch to fallback.
I do not know what is good way to reboot/poweroff device when upstart is not running.
PS: upstart is not possible to start - when it is started, it start booting device!
![]() |
2011-11-21
, 12:30
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#63
|
The Following User Says Thank You to pali For This Useful Post: | ||
![]() |
2011-11-21
, 13:03
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#64
|
![]() |
2011-11-21
, 13:18
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#65
|
The Following User Says Thank You to Estel For This Useful Post: | ||
![]() |
2011-11-21
, 13:27
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#66
|
@vi_
http://talk.maemo.org/showpost.php?p...3&postcount=57
I did it and it's working great.
@reinob
When You get prompt to set date and time, is there already correct date/time set, or You must set it from scratch? If the latter is true, it's not only osso-startup-wizard, but something is resetting Your date/time.
In some special cases, I remember getting startup wizard prompt, but date was *not* reset - it was matter of confirming it, cause it was correct. On the other hand, after having battery out of N900 for a long time, date is reset = startup wizard doesn't reset time on it's own upon arrival.
/Estel
![]() |
2011-11-21
, 13:31
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#67
|
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2011-11-21
, 13:45
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#68
|
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2011-11-21
, 15:06
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#69
|
Hello boys and girls.
For all these, who, as I have multiboot, kernel-power49 and just want to see boot messages during boot (framebuffer console) there exist a solution.
Anything you need is to load the fbcon module with the command:
modprobe fbcon
The Problem is to put the command very early at boot, so that You see all boot messages during booting (and during shutdown)
I have a multiboot installed, so this is not possible to use bootmenu.
In this case, it is possible to put this command very early to
/sbin/preinit
I put
modprobe fbcon
in the line 9 of /sbin/preinit
after the line
export PATH=/usr/sbin:/usr/bin:/sbin:/bin
For People, who has bootmenu instead of multiboot, is possible to put modprobe fbcon to /bootmenu.sh
Pali Rohar has helped to solve this problem,
Thank you very much, Pali!
But please, be careful!
Playing with /sbin/preinit or /bootmenu.sh can put Your N900 to boot loop or make some other "very bad things"
Sorry for my bad English and best greetings from Berlin/Germany
export PATH=/usr/sbin:/usr/bin:/sbin:/bin
![]() |
2011-11-21
, 15:19
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#70
|
![]() |
Tags |
console, console-mode, framebuffer, recovery, recovery-mode |
|