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

@sTeeLM

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;
}

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