博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
设置grub2启动项_如何在grub2中为Windows手动设置启动项?
阅读量:2527 次
发布时间:2019-05-11

本文共 554 字,大约阅读时间需要 1 分钟。

设置grub2启动项

How to manually set the boot entry for in ?

如何在为手动设置启动项?

Suppose that your Windows is installed on the first partition of the first disk (hd0,1) (yes, it’s right, that is (hd0, 1) if your distribution has not modified grub2’s behavior) in NTFS format. You can boot your Windows in grub2 by:

假设安装在第一盘(hd0,1)的第一个分区您的Windows(是的,这是正确的,那就是(HD0,1)如果你的发行版没有修改GRUB2的行为)NTFS格式。 您可以通过以下方式在grub2中引导Windows:

insmod ntfsset root=(hd0,1)chainloader +1

And then press “F10” to boot it.

然后按“ F10”启动它。

Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自:

设置grub2启动项

转载地址:http://cilwd.baihongyu.com/

你可能感兴趣的文章
基于Golang打造一款开源的WAF网关
查看>>
POJ 2955 Brackets
查看>>
Python: execute an external program (zz)
查看>>
在T-SQL语句中访问远程数据库(openrowset/opendatasource/openquery)
查看>>
闭包2
查看>>
轮播图组件及vue-awesome-swiper的引入
查看>>
Java 笔记07
查看>>
POJ 3041 Asteroids (二分匹配)
查看>>
响应式布局
查看>>
缺陷跟踪系统Mantis之安装篇(转载)
查看>>
UI1_UITableViewHomeWork
查看>>
简单解析依赖注入(控制反转)在Spring中的应用
查看>>
NoSQL 简介及什么是AICD
查看>>
hibernate+mysql的连接池配置
查看>>
条件运算符 (?:)
查看>>
javascript Array(数组)
查看>>
HDU1518 Square 【剪枝】
查看>>
桥接模式
查看>>
android windows 上JNI编程
查看>>
PHP中可变变量到底有什么用?
查看>>