View Single Post
Posts: 13 | Thanked: 6 times | Joined on Feb 2008 @ UK
#7
Thanks, that approach is working and letting see further into the boot sequence.

I've updated bootmenu.sh (but not disabled minireboot yet). Here's the process list just before (within 1 sec of) the boot failing and restarting

Code:
  PID  Uid        VSZ Stat Command
    1 root       1468 SW  init [5]
    2 root            SWN [ksoftirqd/0]
    3 root            SW  [watchdog/0]
    4 root            SW< [events/0]
    5 root            SW< [khelper]
    6 root            SW< [kthread]
   16 root            SW< [dvfs/0]
   67 root            SW< [kblockd/0]
   68 root            SW< [kseriod]
   81 root            SW< [OMAP McSPI/0]
   88 root            SW< [ksuspend_usbd]
   91 root            SW< [khubd]
  115 root            SW  [pdflush]
  116 root            SW  [pdflush]
  117 root            SW< [kswapd0]
  118 root            SW< [aio/0]
  121 root            SW< [mipid_esd]
  246 root            SW  [mtdblockd]
  287 root            SW< [kondemand/0]
  288 root            SW< [kmmcd]
  300 root            SW< [krfcommd]
  313 root            SW< [mmcqd]
  345 root       1084 SW< dsme -d -l syslog -v 4 -p /usr/lib/dsme/libstartup.so
  350 root        564 SW  /usr/sbin/kicker
  355 root        776 SW  /usr/bin/bme_RX-44
  576 root        152 RW  /usr/sbin/utelnetd -l /bin/sh -d
  585 root        376 SW  /usr/sbin/dropbear -d /tmp/dropbear_dss_host_key -r /
  741 root       1044 SW  /bin/sh
 1406 root            SW< [cx3110x]
 1459 root       1576 SW< /sbin/udevd --daemon
 1660 root       1540 SW  /sbin/syslogd
 1714 root       1468 SW  /sbin/klogd
 1773 messagebus   1916 SW< /usr/bin/dbus-daemon --system
 1779 haldaemon   3980 SW  /usr/sbin/hald
 1780 root       2800 SW  hald-runner
 1787 root       2436 SW  /usr/lib/hal/hald-addon-omap-gpio
 1788 root       2436 SW  /usr/lib/hal/hald-addon-omap-gpio
 1789 root       2436 SW  /usr/lib/hal/hald-addon-omap-gpio
 1790 root       2436 SW  /usr/lib/hal/hald-addon-omap-gpio
 1791 root       2436 SW  /usr/lib/hal/hald-addon-omap-gpio
 1792 root       2436 SW  /usr/lib/hal/hald-addon-omap-gpio
 1793 haldaemon   2508 SW  hald-addon-usb-cable: listening on /sys/devices/plat
 1794 root       2940 SW  hald-addon-input: Listening on /dev/input/event2 /dev
 1795 root       2436 SW  /usr/lib/hal/hald-addon-mmc
 1796 root       2436 SW  /usr/lib/hal/hald-addon-mmc
 1798 root       2952 SW  /usr/lib/hal/hald-addon-cpufreq
 1825 root       3636 SW< /sbin/mce --force-syslog
 1828 messagebus   3324 SW  /usr/lib/gconf2/gconfd-2
 1875 user       1312 SW< /usr/sbin/temp-reaper
 1879 user       1916 SW< /usr/bin/dbus-daemon --session
 1885 user       6776 SW< /usr/lib/sapwood/sapwood-server
 1890 user       5760 SW< /usr/bin/matchbox-window-manager -theme echo -use_tit
 1903 root            SW< [dsp/0]
 1906 root            SW< [dsp/0]
 1909 root       2952 SW  /usr/sbin/dsp_dld -p --disable-restart -c /lib/dsp/ds
 1917 root       2792 SW< /usr/bin/bme-dbus-proxy -N
 1980 root       4804 SW  /usr/sbin/multimediad
 1987 root       2176 SW< /usr/bin/esd
 1994 root       1960 RW  ps
Being a newcomer to maemo, I'm not sure what should be running at this point and no obvious problems stand out to me - any advice welcomed!

I'll disable minireboot next and see what results that gives.