Quote:
I'm using a customized .20 installer sd image which I turned into a fully bootable system where / and /boot is on the external sd.
The problem I have is how u-boot seems to boot from the external sd. I tried to understand the boot.scr on the installer image, but from what I read I don't know if the script overwrites the internal sd on every boot or what the heck it does.
It flashes U-Boot if it's out of date. It doesn't even go near the SD card; it talks to the SPI NOR.
Your custom installer needn't do anything of the sort. I suggest you go here:
https://bugs.launchpad.net/ubuntu/+sour ... omments/31
Download the boot.script and create your own little boot.scr from it.
Quote:
fit, but the kernel isn't able to grab mmblck0p2 as root even thought it says it found it and for some reasons throws me into a initramfs shell (which I never told it to use). How can I boot a custom kernel standalone or with a custom initramfs?
We enabled rootwait by default so it should hang around forever waiting for it to appear. Make sure you really spelled it right; I can't type mmcblk0p2 right every time to save my life. Seeing as you didn't (above) my first thought is it's a typo.