bugGNU GRUB - Bugs: bug #66994, command "search -f xxx"...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #66994: command "search -f xxx" sometimes can not find device

Submitter:  opxdo <opxdo>
Submitted:  Sun 06 Apr 2025 04:26:20 PM UTC
   
 
Category:  None Severity:  Major
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name: 
Open/Closed:  Open Release:  other
Release:  Reproducibility:  None
Planned Release:  None

Sun 06 Apr 2025 04:26:20 PM UTC, original submission:  

GRUB version 2.12

grub> ls (hd3,msdos1)/test
image.jpg kubuntu.iso

grub> search -f /test/image.jpg
hd3,msdos1

grub> search -f /test/kubuntu.iso
error: no such device: /test/kubuntu.iso

grub> set pager=1
grub> set debug=all
grub> search -f /test/image.jpg
.
.
. (some output not important)

kern/disk.c:196:disk: Openning 'hd3,msdos1'...
disk/efi/efidisk.c:482:efidisk: opening hd3
disk/efi/efidisk.c:511:efidisk: m = 0xa7aa4a98, last block = e8e088af, block size = 200, io align = 2
disk/efi/efidisk.c:529:efidisk: opening hd3 successded
partmap/msdos.c:184:part8ition: partition 0: flag 0x0, type 0x7, start 0x800, len 0xe8e07800
kern/fs.c:56:fs: Detecting zfs...
.
.
. (some output not important)

kern/fs.c:56:fs: Detecting ntfs...
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x600800 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x89403640 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x63e8c0 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x17ff04c0 from hd3
kern/verifiers.c:88:verify: file: (hd3,msdos1)/test/image.jpg type:131128
kern/verifiers.c:103:verify: trying verifier tpm
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x81737a40 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x81737a80 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x81737ac0 from hd3
.
.
. (read until)
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x81738900 from hd3
commands/efi/tpm.c:281:tpm: log_event, pcr=9, size=0x1d5127,
(hd3,msdos1)/test/image.jpg
kern/disk.c:299:disk: Closing 'hd3'.
disk/efi/efidisk.c:538:disk: Closing hd3.


grub> search -f /test/kubuntu.iso
.
.
.(some output not important)
kern/disk.c:196:disk: Openning 'hd3,msdos1'...
disk/efi/efidisk.c:482:efidisk: opening hd3
disk/efi/efidisk.c:511:efidisk: m = 0xa7aa4a98, last block = e8e088af, block size = 200, io align = 2
partmap/msdos.c:184:part8ition: partition 0: flag 0x0, type 0x7, start 0x800, len 0xe8e07800
kern/fs.c:56:fs: Detecting zfs...
.
.
. (some output not important)

kern/fs.c:56:fs: Detecting ntfs...
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x600800 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x89403640 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x63e8c0 from hd3
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x17ff04c0 from hd3
kern/verifiers.c:88:verify: file: (hd3,msdos1)/test/kubuntu.iso type:131128
kern/verifiers.c:103:verify: trying verifier tpm
kern/disk.c:299:disk: Closing 'hd3'.
disk/efi/efidisk.c:538:disk: Closing hd3.


opxdo <opxdo>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by opxdo (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code