美文网首页
定制笔记本电脑无法USB启动,可以通过个方法加载USB

定制笔记本电脑无法USB启动,可以通过个方法加载USB

作者: python都干了些什么啊 | 来源:发表于2020-08-20 21:45 被阅读0次

    4.1.2 Load another boot loader to boot unsupported operating systems
    If you want to boot an unsupported operating system (e.g. Windows 95), chain-load a boot loader for the operating system. Normally, the boot loader is embedded in the boot sector of the partition on which the operating system is installed.

    Set GRUB's root device to the partition by the command rootnoverify (see rootnoverify):
    grub> rootnoverify (hd0,0)

    Set the active flag in the partition using the command makeactive1 (see makeactive):
    grub> makeactive

    Load the boot loader with the command chainloader (see chainloader):
    grub> chainloader +1

    `+1' indicates that GRUB should read one sector from the start of the partition. The complete description about this syntax can be found in Block list syntax.

    Run the command boot (see boot).
    However, DOS and Windows have some deficiencies, so you might have to use more complicated instructions. See DOS/Windows, for more information.

    相关文章

      网友评论

          本文标题:定制笔记本电脑无法USB启动,可以通过个方法加载USB

          本文链接:https://www.haomeiwen.com/subject/zkaejktx.html