31.01.2016 05:05, Andreas Loew пишет:
> 
>> What exactly you consider a bug here? Order of device enumeration is
>> not a bug and is not going to be changed without very good reasons.
>> Errors when you explicitly try to read from drive without inserted
>> media are normal and expected - how do you suggest to handle this
>> situation? You cannot pretend read was successful.
>> Now if these errors are printed during internal scan initiated by GRUB
>> (e.g. when trying to search for device) - that is something that
>> should be considered a bug. After quick glance I do not see where
>> search would print such errors, so you would need to investigate where
>> these errors come from.
> So if I understand you correctly, indeed the bug seems to be that these
> errors are indeed printed during the internal scan after a boot menu
> entry is selected and before the actual boot process is initiated.
> 
> The control flow when these errors are displayed is (example here: (hd0)
> in my above epample, representing an optical PATA DVD-RW drive with no
> media inserted):
> 
> (now transcribing from the screen in "set debug=all" mode to avoid
> another JPEG screenshot attachment:)
> 
> disk/efi/efidisk:516: opening hd0
...

> kern/disk.c:384: hd0 read failed
> error: failure reading sector 0x0 from 'hd0'
> 
...

> 
> Does this help in finding out why these messages are printed?

Unfortunately, no, they are too low level. What is content of boot menu
entry? Execute each command one by one manually in CLI, and check which
command produces these errors.

_______________________________________________
Help-grub mailing list
Help-grub@gnu.org
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to