Closed talk2drys closed 1 year ago
Hmm
/usr/sbin/grub2-probe: error: ../grub-core/kern/fs.c:120:unknown filesystem.
grub2-probe tries to retrieve the filesystem marked as root and grub is not able to detect it. There might be several reasons for this:
At least for 3. I can assure you we haven't changed the code. The most comparable Rocky Linux test to compare is probably the CentOS-8 integration test from here:
As you can see they are all successful
My first guess would be a change on the Tumbleweed side which now uses tools that produces Rocky incompatible results, most probably on the filesystem creation side. On a personal note; I think TW is not a good host for building images, it's a rolling release that changes every day, so it's risky for reproducible image builds.
Can you try to run on another host environment to test if this might be the problem ?
The easiest way to do this is via the kiwi box plugin. I would use "--box fedora" for testing. More details here:
Thanks
@schaefi yep, you are right, it seems something has changed in tumbleweed not sure what. before i saw your reply i already got the builder to work using docker. maybe later i will find what is the issue and play with the boxbuild. but for now, this is not an issue and i will close the ticket
Problem description
Yesterday i updated my Kiwi version from
KIWI (next generation) version 9.24.57
toKIWI (next generation) version 9.24.61
and since then i can no longer build images. at first i though maybe something wrong with my description file, i pulled down know working description file and all produce same error.The error is occurring at the stage when it is trying to configure grub. it keeps giving unknown filesystem, but nothing as changed from my PC, still the same file system i have been using for 2yrs now. to troubleshoot i chrooted into the root filesystem and tried to run the shell command directly and getting same issue. i might be wrong but it seems grub2-probe is detecting my host lvm volumes and causing error, but i have `lvm2' package install. so not sure.
Full Log
output.log
Expected behaviour
Image build successfully
Steps to reproduce the behaviour
here is the exactly description file i am using
OS and Software information
KIWI (next generation) version 9.24.61
openSUSE Tumbleweed, Version 20230706
RockyLinux 8.7
NA
NA
Is there something i might need to do to get the issue fix