[opensuse-arm] 13.1 images broken due to kiwi update?
Hi Marcus, 13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder. Did you make some changes to kiwi recently which could explain that? Is it a wanted behavior? If so, we should update our JeOS templates and SPL/u-boot paths accordingly. Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi,
Hi Marcus,
13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder.
Did you make some changes to kiwi recently which could explain that?
Is it a wanted behavior?
Uhm, no :( I will look into it, thanks for letting me know Regards, Marcus -- Public Key available gpg --keyserver pgp.mit.edu --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
13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder. Did you make some changes to kiwi recently which could explain that? Is it a wanted behavior?
Uhm, no :(
Hi, we actually changed the uboot paths to look in the root folder, as we hit the same problem. why would we want to have those files in boot/boot ? Greetings, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Le 07/01/2014 16:05, Dirk Müller a écrit :
13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder. Did you make some changes to kiwi recently which could explain that? Is it a wanted behavior? Uhm, no :( Hi,
we actually changed the uboot paths to look in the root folder, as we hit the same problem. why would we want to have those files in boot/boot ?
You mean once boot partition is mounted in /boot mount point? Because otherwise, it is boot/ folder of BOOT partition, not boot/boot/. One solution or another is fine for me, we just need to agree on the path in order to fix the right paths in 13.1 and Factory. I just noticed that you fixed u-boot in factory (Base:System) and 13.1:Ports. I think we need to update JeOS in 13.1:Ports and Factory accordingly? Guillaume
Greetings, Dirk
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 07.01.2014, at 16:24, Guillaume Gardet <guillaume.gardet@free.fr> wrote:
Le 07/01/2014 16:05, Dirk Müller a écrit :
13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder. Did you make some changes to kiwi recently which could explain that? Is it a wanted behavior? Uhm, no :( Hi,
we actually changed the uboot paths to look in the root folder, as we hit the same problem. why would we want to have those files in boot/boot ?
You mean once boot partition is mounted in /boot mount point? Because otherwise, it is boot/ folder of BOOT partition, not boot/boot/.
One solution or another is fine for me, we just need to agree on the path in order to fix the right paths in 13.1 and Factory.
I just noticed that you fixed u-boot in factory (Base:System) and 13.1:Ports.
I think we need to update JeOS in 13.1:Ports and Factory accordingly?
We already did that last week too. Unfortunately the check-in count of u-boot in 13.1:Ports was older than the one in 13.1, so JeOS picked the unfixed u-boot binaries instead of the fixed ones. However, Dirk just fixed that one too today so hopefully we will have working images again soon. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Le 07/01/2014 16:27, Alexander Graf a écrit :
On 07.01.2014, at 16:24, Guillaume Gardet <guillaume.gardet@free.fr> wrote:
Le 07/01/2014 16:05, Dirk Müller a écrit :
13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder. Did you make some changes to kiwi recently which could explain that? Is it a wanted behavior? Uhm, no :( Hi,
we actually changed the uboot paths to look in the root folder, as we hit the same problem. why would we want to have those files in boot/boot ? You mean once boot partition is mounted in /boot mount point? Because otherwise, it is boot/ folder of BOOT partition, not boot/boot/.
One solution or another is fine for me, we just need to agree on the path in order to fix the right paths in 13.1 and Factory.
I just noticed that you fixed u-boot in factory (Base:System) and 13.1:Ports.
I think we need to update JeOS in 13.1:Ports and Factory accordingly? We already did that last week too. Unfortunately the check-in count of u-boot in 13.1:Ports was older than the one in 13.1, so JeOS picked the unfixed u-boot binaries instead of the fixed ones.
However, Dirk just fixed that one too today so hopefully we will have working images again soon.
Pending JeOS SR#212921 should fix that kind of problem using repo priorities. ;) Guillaume
Alex
-- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi,
we actually changed the uboot paths to look in the root folder, as we hit the same problem. why would we want to have those files in boot/boot ?
good point, looking at the code we intentionally move all *.bin files and also the boot.scr to the root of the boot partition. I think this is better than having it in a directory because in some cases the loader is not able to read from a directory Regards, Marcus -- Public Key available gpg --keyserver pgp.mit.edu --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
07.01.2014 18:21, Guillaume Gardet пишет:
Hi Marcus,
13.1 ARM JeOS images do not boot anymore, because boot.scr and u-boot.bin are now in root folder and no more in boot/ folder.
Yep, I noted this too. I realized that something have to make symbolic link ./boot -> . before population boot partition. -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (5)
-
Alexander Graf
-
Dirk Müller
-
Guillaume Gardet
-
Marcus Schäfer
-
Matwey V. Kornilov