Raspberry pi3 hangs: forwarding state

Hi,
i installed the image 'lede-brcm2708-bcm2710-rpi-3-ext4-sdcard.img'. I started up the pi but the startup stops and keeps waiting at :" br-lan: port 1(eth0) entered forwardings state". The line above this line says " IPv6: ADDRCONF(NETDEV_CHANGE): br-lan:link becomes ready".

I only use ipv4 in my router ad lan. I guess the startup hangs here because of me only using ipv4. Is that correct?
And could anyone help me out on what file(s) i should change and how? Im used to 'nano' but that command doesnt ride;)

Many thnaks!

Scoobs

This is usually just the last message printed during boot and not an indication of a hang. Did you try pressing enter? This should drop you into a root shell.

Ahhh... yes i pressed enter and ended up in the root shell. Ehm... isn't there a gui of some sort i should be ending up in then?

Thank for your help!

Scoobs

The snapshots don't have a GUI (web interface is called LuCI) compiled in.

You can install it however by running

# opkg update
# opkg install luci
# reboot

Then try http://192.168.1.1 . See also the Quick start guide from the homepage, which contains a detailed explanation.

Thanks for this reply!

Installing Luci went without problems.

Scoobs

... i did encounter new problems, but will post those in a new post.