Hi,
I think I can't boot with root on LVM w/o initrd in uboot. How can I generate a new initrd, before reboot?
Ah, right, lvm root. Marcus patched mkinitrd to get it working with arm/uboot.
Marcus, mind to post your patch here? :)
no problem, attached :-)
There is one other problem with the boot loader config at the moment in addition to the mkinitrd patch you need to patch the kiwi generated boot.script: setenv bootcmd ... is missing the following at end of line: ... bootm 0x80000000 0x81600000" after that recreate the boot.scr mkimage -A arm -O linux \ -a 0 -e 0 -T script -C none \ -n 'Boot-Script' -d /boot/boot.script /boot/boot.scr and then call mkinitrd now rebooting works. I already fixed kiwi and mailed the mkinitrd patch to the maintainer Hope that helps Regards, Marcus -- Public Key available gpg --keyserver gpg-keyserver.de --recv-keys 0xCCE3C6A2 ------------------------------------------------------- Marcus Schäfer (Res. & Dev.) SUSE LINUX Products GmbH Tel: 0911-740 53 0 Maxfeldstrasse 5 FAX: 0911-740 53 479 D-90409 Nürnberg GF: Jeff Hawn,Jennifer Guild, Felix Imendörffer HRB: 21284 (AG Nürnberg) Germany http://www.suse.de ------------------------------------------------------- -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org