On Wednesday, October 2, 2013 3:06:26 PM UTC-4, Dan Lipsitt wrote: > > > > On Wednesday, October 2, 2013 7:02:05 AM UTC-7, RobertCNelson wrote: >> >> did update your boot arguments in uEnv.txt to include: >> >> optargs=initcall_debug printk.time=y quiet init=/sbin/bootchartd >> >> > As I said, there's no bootchartd on my system. There is something called " > /lib/bootchart/collector". Is bootchartd supposed to be in my initrd or > something? >
Check to see if /var/log/upstart/bootchart.log exists and what is in it. Also try running "sudo /etc/init.d/bootchart restart" to make sure bootstart is runnable. I suspect Robert meant to say to add "init=/sbin/bootlogd" in order to get some of the earlier boot messages into the logfile. > > >> "2 minutes" do you have the ethernet port connected to anything? If >> not, nuke the eth0 line in /etc/network/interfaces ... (the delay is >> a 'fix' for another bug..) >> >> > I have tried with eth0 set to allow-hotplug and also entirely commented > out, but I still have the two-minute delay. I don't see any "Waiting for > network configuration..." messages coming from failsafe either. > If the message is occurring before the serial console has been activated, you won't see any. Disable those sleep calls and see if your boot becomes faster - it's extremely quick to check. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
