On Wed, Sep 19, 2018 at 2:01 PM <[email protected]> wrote: > > Hi Robert, > > Having switched to uboot overlays, the kernel bot time has jumped from ~7 > seconds to ~30 seconds. > > It seems a lot of time is spent here: > [ 3.659960] random: systemd-udevd: uninitialized urandom read (16 bytes > read) > [ 3.677272] random: systemd-udevd: uninitialized urandom read (16 bytes > read) > [ 3.688950] random: udevadm: uninitialized urandom read (16 bytes read) > Begin: Loading essential drivers ... done. > Begin: Running /scripts/init-premount ... done. > Begin: Mounting root file system ... Begin: Running /scripts/local-top ... > done. > Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems > done. > Begin: Will now check root file system ... fsck from util-linux 2.29.2 > [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1 > rootfs: clean, 59308/217728 files, 487239/869376 blocks > done. > [ 31.794718] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data > mode. Opts: (null) > done. > Begin: Running /scripts/local-bottom ... done. > Begin: Running /scripts/init-bottom ... done. > [ 32.588641] ip_tables: (C) 2000-2006 Netfilter Core Team > > > Would you have any suggestions as to why this might be?
It's the initrd, just remove it.. sudo rm /boot/initrd* Regards, -- Robert Nelson https://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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhAa_NSgk%3DPOOz3iS6QPMioJdxUi%3DMyaG-L5p%3DDtqk9UA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
