Le 30/01/2014 13:07, Alexander Graf a écrit : > On 30.01.2014, at 12:59, Guillaume Gardet <[email protected]> wrote: > >> Le 30/01/2014 12:56, Alexander Graf a écrit : >>> On 30.01.2014, at 12:53, Guillaume Gardet <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> here is a comparison between a working SD card and a broken image for >>>> Chromebook using parted. >>>> I think kiwi does not build the SD card correctly. >>>> >>>> # Working 12.3 image: >>>> Sector size (logical/physical): 512B/512B >>>> Partition Table: gpt_sync_mbr >>>> >>>> Number Start End Size File system Name Flags >>>> >>>> >>>> 1 1049kB 6296kB 5247kB U-BOOT >>>> >>>> >>>> 2 6296kB 216MB 210MB ext3 primary >>>> >>>> >>>> 3 216MB 8073MB 7857MB ext4 primary >>>> >>>> >>>> # Broken 13.1 image: >>>> Sector size (logical/physical): 512B/512B >>>> Partition Table: gpt >>>> >>>> Number Start End Size File system Name Flags >>>> 1 1049kB 34,6MB 33,6MB fat16 UEFI bios_grub >>>> 2 35,7MB 245MB 210MB ext3 lxboot >>>> 3 247MB 1015MB 767MB ext4 lxroot >>>> >>>> >>>> >>>> Marcus, could you have a look at this, please? >>> Does our cgpt script get executed at all? That one should change the name >>> to U-BOOT. >> No, because vbutil_kernel is not found. Which package does provide it? > https://build.opensuse.org/package/show/devel:ARM:13.1:Contrib:Chromebook/vboot > > We definitely need to call all of that magic to put something usable into the > u-boot partition.
Adding Preinstall: vboot Preinstall: gptfdisk in project config did the trick. I added it to 13.1 and Factory chromebook devel projects. Now it does boot until u-boot but fails with a "bad ext2 filesystem" error. Guillaume -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
