On Fri, May 9, 2014 at 2:07 AM, Peter Robinson <pbrobinson@xxxxxxxxx> wrote: > On Fri, May 9, 2014 at 6:46 AM, Jeffrey Ollie <jeff@xxxxxxxxxx> wrote: >> I received a BeagleBone Black (rev B) today and naturally wanted to >> get Fedora running on it. The Fedora 20 image booted fine, although >> after doing a yum update it wouldn't load the kernel anymore, it just >> stuck at "starting kernel...". Anyhow, after reading a few of the >> threads on this list I though that I'd give rawhide a try. Here's a >> log of my latest attempt (I already had a copy of MLO and u-boot.img >> from a previous attempt): > > To clarify you're using rawhide? It looks from the image name and the > subject it's rawhide, but you mention F-20. Yes, I started with F20 but then switched to Rawhide. > It may be also that it's using the using the > uboot off the eMMC as the uboot you're reporting below is different to > the header from ours (see below, yours has -dirty and a diff date). > You can use the boot button on the board to tell the BBB to boot using > the mSD rather than eMMC for initial boot. > > I suspect we need to make a note about the uboot boot button here. Can > you confirm if that works for you? Yes, not pressing the uboot button was the issue, although I'm running into a new issue now. It looks like the journal isn't starting because of a selinux issue: [ 28.295535] audit: type=1400 audit(946684823.683:4): avc: denied { execmod } for pid=418 c omm="systemd-journal" path="/usr/lib/libgcrypt.so.20.0.1" dev="mmcblk0p3" ino=7772 scontext=syst em_u:system_r:syslogd_t:s0 tcontext=system_u:object_r:lib_t:s0 tclass=file Which is causing the initial setup to fail because it can't open /dev/log: Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/site-packages/initial_setup/__main__.py", line 41, in <module> anaconda_log.init() File "/usr/lib/python2.7/site-packages/pyanaconda/anaconda_log.py", line 238, in init logger = AnacondaLog() File "/usr/lib/python2.7/site-packages/pyanaconda/anaconda_log.py", line 105, in __init__ self.forwardToSyslog(logr) File "/usr/lib/python2.7/site-packages/pyanaconda/anaconda_log.py", line 190, in forwardToSysl og logr.name) File "/usr/lib/python2.7/site-packages/pyanaconda/anaconda_log.py", line 71, in __init__ SysLogHandler.__init__(self, address, facility) File "/usr/lib/python2.7/logging/handlers.py", line 759, in __init__ self._connect_unixsocket(address) File "/usr/lib/python2.7/logging/handlers.py", line 787, in _connect_unixsocket self.socket.connect(address) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 111] Connection refused -- Jeff Ollie _______________________________________________ arm mailing list arm@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/arm