The Following User Says Thank You to geekko For This Useful Post: | ||
|
2009-02-02
, 00:51
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#52
|
|
2009-02-13
, 08:21
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2009
|
#53
|
|
2009-02-15
, 02:29
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#54
|
|
2009-02-15
, 10:49
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2009
|
#55
|
|
2009-02-15
, 11:51
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#56
|
The Following User Says Thank You to meizirkki For This Useful Post: | ||
|
2009-02-16
, 18:48
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2009
|
#57
|
if [ -L /var/run ]; then # WARNING: This install has been corrupted! /sbin/fb-progress -b 000000 -p ff0000 -c -l /usr/share/nit-bootmenu-compat/incompatible-bootmenu.jpg -i 100 -o 100 sleep 15 reboot -f fi
|
2009-02-16
, 19:19
|
Posts: 9 |
Thanked: 0 times |
Joined on Nov 2008
|
#58
|
|
2009-02-16
, 20:14
|
Posts: 253 |
Thanked: 104 times |
Joined on Aug 2008
@ Midwest, USA
|
#59
|
|
2009-02-17
, 03:50
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#60
|
So the "incompatible bootmenu" message is displayed by the /etc/init.d/nit-boot-basics script.
It apparently checks whether /var/run is a symbolic link. I removed the checking, letting it proceed and it actually did, but then froze when the load bar was just a centimetre away from finishing.Code:if [ -L /var/run ]; then # WARNING: This install has been corrupted! /sbin/fb-progress -b 000000 -p ff0000 -c -l /usr/share/nit-bootmenu-compat/incompatible-bootmenu.jpg -i 100 -o 100 sleep 15 reboot -f fi
My biggest question: how to turn off the splash screen, so I can actually see what's causing the trouble?
mv /lib/init/splash-functions /lib/init/splash-functions.old
Thx a lot!