The Following User Says Thank You to juiceme For This Useful Post: | ||
|
2013-03-02
, 13:43
|
|
Posts: 355 |
Thanked: 395 times |
Joined on Dec 2009
@ USA
|
#22
|
cd /mnt/boot rm -Rf Harmattan mkdir Harmattan cd Harmattan mkdir boot
uname -r
2.6.32.54-dfl61-20121301
|
2013-03-02
, 14:03
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#23
|
Tested on N950. i had to modify
its cool i haven't tested other os as yet thou.
the symlink on the folders so
then copy kernel into /mnt/boot/Harmattan/bootCode:cd /mnt/boot rm -Rf Harmattan mkdir Harmattan cd Harmattan mkdir boot
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-03-02
, 14:47
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#24
|
I have not encountered that kind of behaviour myself. Either the 2nd level kernel boots correctly or fails, and if it fails then it fails every time until the problem that causes it is corrected.
|
2013-03-02
, 15:50
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#25
|
After power-cycling a few times, I believe the issue is due to the watchdog not properly starting (or not starting fast enough) after kexec(); likely due to the disabled L2 cache.
The Nokia logo does show, but it never gets to the pulsing animation when it'll decide to go rebooting.
The Following 2 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-03-02
, 16:12
|
Posts: 12 |
Thanked: 5 times |
Joined on Mar 2010
@ Holland
|
#26
|
After power-cycling a few times, I believe the issue is due to the watchdog not properly starting (or not starting fast enough) after kexec(); likely due to the disabled L2 cache.
The Nokia logo does show, but it never gets to the pulsing animation when it'll decide to go rebooting.
The Following User Says Thank You to theyosh For This Useful Post: | ||
|
2013-03-02
, 21:53
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#27
|
The Following 3 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-03-03
, 02:25
|
Posts: 32 |
Thanked: 22 times |
Joined on Jan 2013
@ Vietnam
|
#28
|
|
2013-03-03
, 10:01
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#29
|
The Following 4 Users Say Thank You to juiceme For This Useful Post: | ||
|
2013-03-03
, 12:30
|
|
Posts: 326 |
Thanked: 122 times |
Joined on Sep 2012
@ Italy
|
#30
|
However, I think this is pretty advanced stuff, making it into a clickable install packet might encourage people to try it without understanding WHAT they are doing. Especially as you need to tune the "/etc/boot.conf" according to your available kernels. This way at least you need just a bit of command line knowledge to install it.