apt-ostree-builder/test-rootfs/ostree/repo/objects/0c/7bdfa102618d5cb3fdf5a75e3277f420cf3d1328225e2148db3fa249aed927.file
robojerk a780114e10
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 2m28s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 53s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Fix critical boot issues: partition detection, GRUB config, and file copying
- Fixed wait_for_partitions to check both EFI (p1) and root (p2) partitions
- Fixed GRUB configuration to use actual root filesystem UUID instead of placeholder
- Fixed GRUB partition reference from (hd0,gpt1) to (hd0,gpt2) for root partition
- Fixed GRUB EFI binary path to use correct monolithic grubx64.efi
- Successfully copying rootfs files (278MB images with full filesystem)
- GRUB EFI binary properly installed to EFI partition

Still debugging actual Linux boot - system shows SeaBIOS and 'Booting from Hard Disk' but doesn't boot into kernel
2025-09-10 20:30:50 -07:00

8 lines
No EOL
198 B
Text

{
"container_image": "local-rootfs",
"ostree_repo": "/ostree/repo",
"composefs_enabled": true,
"bootloader": "grub",
"secure_boot": false,
"kernel_args": "console=ttyS0,115200n8 quiet"
}