You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑?
if (!file->device || !file->device->disk ||
file->device->disk->name[0] != 'h' || !file->device->disk->partition)
{
grub_error (GRUB_ERR_BAD_DEVICE,
"this command is available only for disk devices");
goto fail;
}