grub4dos icon indicating copy to clipboard operation
grub4dos copied to clipboard

Blocklist does not show partition in output if used on a partition

Open deomsh opened this issue 2 years ago • 2 comments

Grub4dos function blocklist does not show partition in output if used ON a partition. Last version I could find WITHOUT this behavior is grub4dos 20210602.

No problems on devices without partition. Also the start sector and the blocks in the blocklist are NOT the problem, problem is only output on screen (and in a script, if piped output to a variable is used).

In the first and second print-screen the 'bad' behavior is showed first, can be corrected manually by inserting partition number. In last print-screen the 'good' behavior is showed first (output already contains partition number). If partition number is left out 'bad' output is same as later versions of grub4dos.

GRUB4DOS 20230922 Blocklist (hd0)-SMALL71A IMG = (hd0)0x2672d9c+0x1680 NOTok, only with (hd0,0) OK GRUB4DOS 20210813 Blocklist (hd0)-SMALL71A IMG = (hd0)0x2672d9c+0x1680 NOT ok, only with (hd0,0) OK GRUB4DOS 20210602 Blocklist (hd0)-SMALL71A IMG = (hd0)0x2672d9c+0x1680 last version OK

deomsh avatar Sep 30 '23 19:09 deomsh