dockstar – Target filesystem doesn't have requested /sbin/init-ro

The error “Target filesystem doesn’t have requested /sbin/init-ro” may come up when the USB stick was not cleanely unmounted. The simple solution is to do a file system check with fsck. To find the correct device to perform the fsck on just type fdisk -l which gives an overview on all attached devices and their structure. The file system check should follow as “fsck.ext2 /dev/sda1” for example.