You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
Switch to EFI boot, necessary because the ISO image doesn't support it: qemu-system-x86_64 -machine accel=kvm -m 2048 -global virtio-blk-device.logical_block_size=4096 -drive if=virtio,format=raw,file=image -drive if=pflash,file=coreos_production_qemu_uefi_efi_code.fd,format=raw,readonly -drive if=pflash,file=coreos_production_qemu_uefi_efi_vars.fd,format=raw
Notice boot failure
Other Information
After copying the image, coreos-install would need to move the GPT to the correct place and update all the LBAs.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. Unfortunately, we don't think we'll end up addressing it in Container Linux.
As we recently announced, we're working on a successor to Container Linux, and we expect most major development to occur there instead. Meanwhile, Container Linux won't see many new features, but will still be fully maintained into 2020. Stay tuned for more details about that.
Issue Report
Feature Request
Environment
Bare metal
Desired Feature
coreos-install
should be able to install Container Linux on a disk with 4 KB sectors.Reproduction Steps
touch image; truncate image -s 8G
qemu-system-x86_64 -machine accel=kvm -m 2048 -global virtio-blk-device.logical_block_size=4096 -drive if=virtio,format=raw,file=image -cdrom coreos_production_iso_image.iso
sudo coreos-install -C alpha -V 1492.4.0 -d /dev/vda
sudo sgdisk -p /dev/vda
(note warning message)sudo poweroff
qemu-system-x86_64 -machine accel=kvm -m 2048 -global virtio-blk-device.logical_block_size=4096 -drive if=virtio,format=raw,file=image -drive if=pflash,file=coreos_production_qemu_uefi_efi_code.fd,format=raw,readonly -drive if=pflash,file=coreos_production_qemu_uefi_efi_vars.fd,format=raw
Other Information
After copying the image,
coreos-install
would need to move the GPT to the correct place and update all the LBAs.The text was updated successfully, but these errors were encountered: