Description of problem: Now SeaBIOS has a limitation about logical_block_size == 512 for hard disk, while according to my test that the cdrom has no such limitation. Discuses it with famz in IRC that SeaBIOS should support bigger logical_block_size. Version-Release number of selected component (if applicable): host info: 3.10.0-221.el7.x86_64 qemu-kvm-rhev-2.1.2-18.el7.x86_64 seabios-1.7.5-6.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
512 byte sectors are a BIOS limitation. The BIOS interface (int 10h) does not support other sizes. For bigger block sizes you have to use UEFI.