I retried to build my persistent Linux USB stick, now Ubuntu 16.04 is out. But still it boot only to a busyBox prompt when using the persitent boot entry:
BOOT_IMAGE=/casper/vmlinux.efi file=/cdrom/preseed/ubunutu.seed boot=casper verbose persistent ramdisk_size=4294967296 keyb=de locale=de_DE no_splash ---
I have four partions:
- 100 MiB FAT32 ESP
- 2 GiB FAT32 for the sqashfs
- 1 GiB SWAP
- ~ 12 GiB for peristent data
My problem is that mount -n -o move /dev {rootmnt}/dev
fails with:
run-init: current directory on the same filesystem as the root : error 0
How should I proceed?
There are news to this question. I can refine it now and I found a start of an anwser. The Problem is located around the bootfiles not going into the ESP as they are intended to be installed there. Can confirm that this question is related, but doesn't answer this problem. I found that problem was caused by my failure to install all bootfiles nessary into the ESP. I create a specifice question about a possible sulution attempt here to not clutter up this question as I was try to repair my mess on my own. @videonauth pointed me to this answer in chat, but it has to be converted for using with UEFI boot.
Feel free to help me to straiten up this question if you find doubleings or coment to provide questions about information that can help you and me to anwser my question.