[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Support for search by disk id module
From: |
Andrei Borzenkov |
Subject: |
Re: Support for search by disk id module |
Date: |
Sat, 15 Apr 2017 14:38:28 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
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.