Hi all,
I'm trying to get Arch going on my Beaglebone. I've formatted my sdcard with the vfat boot partion and ext3 rootfs partion. Using the usb serial console I can see the bootsequence. It seems odd because uBoot sequence repeats about 4 or 5 times before it can actually uncompress linux and boot the kernel. After this happens it continues the boot sequence and then stalls:
$this->bbcode_second_pass_code('', ' Expecting device dev-ttyO0.device...
[ OK ] Reached target Remote File Systems.
[ OK ] Listening on Syslog Socket.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on Delayed Shutdown Socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on udev Control Socket.
[ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
[ OK ] Reached target Encrypted Volumes.
[ OK ] Reached target Swap.
[ OK ] Listening on Journal Socket.
Mounting Temporary Directory...
Mounting Debug File System...
Starting udev Kernel Device Manager...
Mounting FUSE Control File System...
Starting Apply Kernel Variables...
Starting Setup Virtual Console...
Mounting POSIX Message Queue File System...
Starting udev Coldplug all Devices...
Starting Journal Service...
[ OK ] Started Journal Service.
[ OK ] Reached target Syslog.
Starting Remount Root and Kernel File Systems...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Mounted Temporary Directory.
[ OK ] Mounted Debug File System.
[ OK ] Mounted FUSE Control File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Reached target Local File Systems (Pre).
Starting Load Random Seed...
[ OK ] Reached target Local File Systems.
Starting Trigger Flushing of Journal to Persistent Storage...
Starting Recreate Volatile Files and Directories...
[ 13.370855] systemd-journald[63]: Failed to write entry, ignoring: Argument list too long')
This is the point where it stalls. Has anyone experienced this before?
Thanks for any help,
Corey