[Buildroot] Boot process stuck at "GRUB loading.." since 2021.02.1

Walter, Stefan stefan.walter at iml.fraunhofer.de
Thu Oct 7 20:36:07 UTC 2021


Hi,

the following used to work until Buildroot 2021.02, i.e. the resulting image booted normally. Ever since Buildroot 2021.02.1 and up until 2021.02.5, the resulting image does not boot any more - the boot process either gets stuck right after displaying "GRUB loading..", or it reboots at that point, leading to an infinite boot loop.

What I'm doing:

1. Run Buildroot to create a root partition image (my_defconfig attached).
2. Create a GRUB image like this (grub_early.cfg attached):

/path/to/buildroot-sdk/host/bin/grub-mkimage --config=grub_early.cfg --directory=/path/to/buildroot-sdk/host/lib/grub/i386-pc -o ./genimage_input_tmp/grub_core.img --format=i386-pc --prefix==/boot/grub biosdisk part_msdos ext2 normal linux configfile

3. Create a home partition image like this:

MKE2FS_CONFIG=/path/to/buildroot-sdk/host/etc/mke2fs.conf /path/to/buildroot-sdk/host/sbin/mke2fs -d home_partition_prep/home -j -L home -t ext3 -U random -b 4096 ./genimage_input_tmp/home.ext3 25M

4. Create a disk image like this (genimage.cfg attached):

/path/to/buildroot-sdk/host/bin/genimage --loglevel=1 --config=genimage.cfg --inputpath=./genimage_input_tmp --outputpath=images --rootpath=home_partition_prep --tmppath=./genimage_tmp --tune2fs=/path/to/buildroot-sdk/host/usr/sbin/tune2fs --e2fsck=/path/to/buildroot-sdk/host/usr/sbin/e2fsck

Does anyone have any idea what's going wrong here since 2021.02.1?

Best regards,
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: genimage.cfg
Type: application/octet-stream
Size: 537 bytes
Desc: genimage.cfg
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20211007/0ee27328/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grub_early.cfg
Type: application/octet-stream
Size: 49 bytes
Desc: grub_early.cfg
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20211007/0ee27328/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: my_defconfig
Type: application/octet-stream
Size: 1196 bytes
Desc: my_defconfig
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20211007/0ee27328/attachment-0002.obj>


More information about the buildroot mailing list