Hi,

I am building a Jessie based rootfs for an embedded device using multistrap and 
it has been working just fine.
Since the release of Stretch is at hand, I decided to simply point the 
multistrap config to Stretch and start testing it. However, the boot process 
stop with the output:
<snip>
[    1.388662] Waiting for root device /dev/mmcblk0p1...
[    1.392529] mmc0: new high speed MMC card at address 0001
[    1.393250] mmcblk0: mmc0:0001 MMC02G 1.79 GiB
[    1.393488] mmcblk0boot0: mmc0:0001 MMC02G partition 1 1.00 MiB
[    1.393726] mmcblk0boot1: mmc0:0001 MMC02G partition 2 1.00 MiB
[    1.393962] mmcblk0rpmb: mmc0:0001 MMC02G partition 3 128 KiB
[    1.409666]  mmcblk0: p1 p2 p3 p4
[    1.425712] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature 
incompatibilities
[    1.434607] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature 
incompatibilities
[    1.960719] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. 
Opts: (null)
[    1.968850] VFS: Mounted root (ext4 filesystem) on device 179:1.
[    1.976599] devtmpfs: mounted
[    1.983105] Freeing unused kernel memory: 2048K (80a00000 - 80c00000)
sh: cannot set terminal process group (-1): Inappropriate ioctl for device
sh: no job control in this shell
sh-4.4#

My uboot "bootargs" are:
console=ttyS1,115200 root=/dev/mmcblk0p1 rootwait rw

At some point, trying to get it to work, I also got the error"
"Starting init: /etc/init exists but couldn't execute it (error -13)"
Just before the "sh: " prompt in the above output. I am unable to get 
information on error "13".

Any suggestions? And thanks for a great tool and distro.

Regards,
LJB

Reply via email to