Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

为什么ntboot不支持光盘? #86

Description

@sTeeLM

不是很明白这里为什么要加这个限制,如果需要支持,需要加什么逻辑?
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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions