On Wed, Oct 2, 2013 at 2:06 PM, Dan Lipsitt <[email protected]> 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?
haha that's funny... Something in Debian, but not in Ubuntu.. http://packages.ubuntu.com/search?searchon=contents&keywords=bootchartd&mode=&suite=precise&arch=any http://packages.debian.org/search?searchon=contents&keywords=bootchartd&mode=exactfilename&suite=stable&arch=any > >> >> "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. It's still ubuntu, that isn't going to help.. Once your up and running just comment them out.. sudo sed -i -e 's:sleep 20:#sleep 20:g' /etc/init/failsafe.conf sudo sed -i -e 's:sleep 40:#sleep 40:g' /etc/init/failsafe.conf sudo sed -i -e 's:sleep 59:#sleep 59:g' /etc/init/failsafe.conf Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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.
