[opensuse-arm] Reboot on Pandaboard
Hi, I' m using the image from http://download.opensuse.org/repositories/openSUSE:/Factory:/ARM/images/ on my Pandaboard, after restart the bootloader no longer find the boot partition. How can I fix this? Thanks, gallochri -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 11.02.2012, at 11:34, Christian Galeffi <chri@gallochri.com> wrote:
Hi, I' m using the image from http://download.opensuse.org/repositories/openSUSE:/Factory:/ARM/images/
Ah, congratulations! :)
on my Pandaboard, after restart the bootloader no longer find the boot partition. How can I fix this?
Unfortunately, reboot doesn't quite work yet, since we need to generate a proper initrd first. You can try to manually load only the kernel w/o initrd in uboot. That should get you into the system. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
In data domenica 12 febbraio 2012 09:25:22, Alexander Graf ha scritto:
On 11.02.2012, at 11:34, Christian Galeffi <chri@gallochri.com> wrote:
Hi, I' m using the image from http://download.opensuse.org/repositories/openSUSE:/Factory:/ARM/images/
Ah, congratulations! :)
Thanks.
Unfortunately, reboot doesn't quite work yet, since we need to generate a proper initrd first.
You can try to manually load only the kernel w/o initrd in uboot. That should get you into the system.
Alex
I think I can't boot with root on LVM w/o initrd in uboot. How can I generate a new initrd, before reboot? Thanks, gallochri -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 14.02.2012, at 13:46, Christian Galeffi <chri@gallochri.com> wrote:
In data domenica 12 febbraio 2012 09:25:22, Alexander Graf ha scritto:
On 11.02.2012, at 11:34, Christian Galeffi <chri@gallochri.com> wrote:
Hi, I' m using the image from http://download.opensuse.org/repositories/openSUSE:/Factory:/ARM/images/
Ah, congratulations! :)
Thanks.
Unfortunately, reboot doesn't quite work yet, since we need to generate a proper initrd first.
You can try to manually load only the kernel w/o initrd in uboot. That should get you into the system.
Alex
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? :) Alex
Thanks, gallochri -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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 :-) Have fun 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 -------------------------------------------------------
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
In data domenica 12 febbraio 2012 09:25:22, Alexander Graf ha scritto:
On 11.02.2012, at 11:34, Christian Galeffi <chri@gallochri.com> wrote:
Hi, I' m using the image from http://download.opensuse.org/repositories/openSUSE:/Factory:/ARM/images/
Ah, congratulations! :)
on my Pandaboard, after restart the bootloader no longer find the boot partition. How can I fix this?
Unfortunately, reboot doesn't quite work yet, since we need to generate a proper initrd first.
You can try to manually load only the kernel w/o initrd in uboot. That should get you into the system.
Alex
I think I can't boot with root on LVM w/o initrd in uboot. How can I generate a new initrd, before reboot? Thanks, gallochri -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Alexander Graf
-
Christian Galeffi
-
Marcus Schäfer