15.04.2017 14:27, Mat628 пишет:
> There is no established standard and this changed over time. GRUB uses
> platform firmware to access devices, so it can only use information
> firmware exports. In general we have no way to query for this information.
> 
> Would it be considered acceptable to call nativedisk.mod to allow for query
> of this information? i.e. instead of hd0 it would ata0 or usb0.
> 

a) You cannot really "call into" nativedisk; it replaces biosdisk which
has some consequences, like not being able to load anything that relies
on BIOS (most obvious is chainloading)

b) any solution should work for all platforms, not only i386-pc.

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to