[Bug 255072] boot (legacy): no progress beyond 'BIOS DRIVE D: is disk1'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 17:40:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255072 --- Comment #25 from Toomas Soome <tsoome@freebsd.org> --- (In reply to spell from comment #24) for 1 sector reads; bd_realstrategy() is allocating bounce buffer with: bio_size = min(BIO_BUFFER_SIZE, size); use 512 for BIO_BUFFER_SIZE. It would be good to get the sector number and size for last read, however. The curious thing is, you have GPT, with freebsd partition (zfs probe does check it), but after freebsd partition, there is still free space, so we should not get past disk end, except if zfs probe is trying "whole disk" first and we got wrong disk size from INT 13. -- You are receiving this mail because: You are the assignee for the bug.