GNS3: Problem with: lede-17.01.0 x86-generic-combined-ext4

Hello,
i try using lede-17.01.0-r3205-59508e3-x86-generic-combined-ext4.img with GNS3.
But there is a Problem in the Image, no free Space, so got no interaces.

If i build a image from source it work.

 _________
/        /\      _    ___ ___  ___

/ LE / \ | | | | | |
/ DE / \ | |
| || |) | |
/
______/ LE \ |||/|| lede-project.org
\ \ DE /
\ LE \ / -----------------------------------------------------------
\ DE \ / Reboot (17.01.0, r3205-59508e3)
_
/ -----------------------------------------------------------

=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.

root@(none):/#
root@(none):/# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 2.3M 2.3M 0 100% /rom
tmpfs 26.6M 40.0K 26.6M 0% /tmp
/dev/loop0 85.0K 8.0K 72.0K 10% /overlay
overlayfs:/overlay 85.0K 8.0K 72.0K 10% /
tmpfs 512.0K 0 512.0K 0% /dev

root@(none):/# ifconfig
root@(none):/#

My Image:

BusyBox v1.25.1 () built-in shell (ash)

 _________
/        /\      _    ___ ___  ___

/ LE / \ | | | | | |
/ DE / \ | |
| || |) | |
/
______/ LE \ |||/|| lede-project.org
\ \ DE /
\ LE \ / -----------------------------------------------------------
\ DE \ / Reboot (17.01.0, r3205-59508e3)
_
/ -----------------------------------------------------------

=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.

root@LEDE:/# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 252.0M 6.8M 240.0M 3% /
tmpfs 26.3M 48.0K 26.3M 0% /tmp
tmpfs 512.0K 0 512.0K 0% /dev

root@LEDE:/# ifconfig
br-lan Link encap:Ethernet HWaddr 00:G5:19:G7:E1:11
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:1398 (1.3 KiB)

eth0 Link encap:Ethernet HWaddr 00:G5:19:G7:E1:11
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:2669 (2.6 KiB)

eth1 Link encap:Ethernet HWaddr 00:G5:19:G7:E1:12
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:4408 (4.3 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:1672 (1.6 KiB) TX bytes:1672 (1.6 KiB)

Can somebody fix the Image please: https://downloads.lede-project.org/releases/17.01.0/targets/x86/generic/

Thanks

Have you figured out what is "/dev/loop0" and why overlay gets assigned to it.

If you build the image yourself, what is the difference? (as you say that "it works")

Hi hnyman,

If you build the image yourself, what is the difference?

good guestion... sorry i did not spent time to find the difference.
But i will try to diff the .config may be i can find out something

diff my config.seed to the https://downloads.lede-project.org/releases/17.01.0/targets/x86/generic/config.seed

3a4,9
> CONFIG_ALL_NONSHARED=y
> CONFIG_DEVEL=y
> CONFIG_CCACHE=y
> CONFIG_IB=y
> CONFIG_IMAGEOPT=y
> # CONFIG_KERNEL_KALLSYMS is not set
22a29,45
> # CONFIG_PER_FEED_REPO_ADD_COMMENTED is not set
> CONFIG_SDK=y
> CONFIG_VERSIONOPT=y
> CONFIG_VERSION_BUG_URL=""
> CONFIG_VERSION_CODE=""
> CONFIG_VERSION_CODE_FILENAMES=y
> CONFIG_VERSION_DIST="LEDE"
> CONFIG_VERSION_FILENAMES=y
> CONFIG_VERSION_HWREV=""
> CONFIG_VERSION_MANUFACTURER=""
> CONFIG_VERSION_MANUFACTURER_URL=""
> CONFIG_VERSION_NICK=""
> CONFIG_VERSION_NUMBER=""
> CONFIG_VERSION_PRODUCT=""
> CONFIG_VERSION_REPO="http://downloads.lede-project.org/releases/17.01.0"
> CONFIG_VERSION_SUPPORT_URL=""
> # CONFIG_IB_STANDALONE is not set

my config.seed

CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_generic=y
CONFIG_TARGET_x86_generic_Generic=y
CONFIG_PACKAGE_libiwinfo=y
CONFIG_PACKAGE_libiwinfo-lua=y
CONFIG_PACKAGE_liblua=y
CONFIG_PACKAGE_libubus-lua=y
CONFIG_PACKAGE_libuci-lua=y
CONFIG_PACKAGE_lua=y
CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_luci-app-firewall=y
CONFIG_PACKAGE_luci-base=y
CONFIG_PACKAGE_luci-lib-ip=y
CONFIG_PACKAGE_luci-lib-jsonc=y
CONFIG_PACKAGE_luci-lib-nixio=y
CONFIG_PACKAGE_luci-mod-admin-full=y
CONFIG_PACKAGE_luci-proto-ipv6=y
CONFIG_PACKAGE_luci-proto-ppp=y
CONFIG_PACKAGE_luci-theme-bootstrap=y
CONFIG_PACKAGE_rpcd=y
CONFIG_PACKAGE_uhttpd=y
CONFIG_PACKAGE_uhttpd-mod-ubus=y

here the Boot Logs of both Images: http://pastebin.com/Gd3JimYs