linux

位置:IT落伍者 >> linux >> 浏览文章

windows如何引导linux


发布日期:2021年06月25日
 
windows如何引导linux

用Windows引导Linux(Windows+Ubuntu)

启动到linux (Ubuntu)

sudo dd if=/dev/sda of=/media/linuxlnx bs= count=

将它cp到你的win根目录例如是C:/为了保险最好将其属性改为"+s +h +r"也就是"系统只读

隐藏"

>attrib +s +r +h c:linuxlnx而且我建议你对这个文件做多个备份!

然后重启到win

进入后确认你的系统根目有linuxlnx这个文件

如果是win /XP直接修改bootini

bootini请在win 下修改因为编码不同! 大侠除外

它可能隐藏和只读

然后在后面加入

如果有

代码

time=

请将更改!如time=

代码

C:/linuxlnx="linux"

保存!

然后你就可以重启win看效果了

如果Vista/Windows 因为采用启用了新的引导方式即是一个bcdedit的执行引导程序操作

复制好引导文件后还需要进一步作如下修改

***************************************************

方案A:

bcdedit /create {ntldr} /d "Ubuntu Linux"

bcdedit /set {ntldr} device partition=C:

bcdedit /set {ntldr} path /ntldr

bcdedit /displayorder {ntldr} /addlast

方案B:(注意要根据第一个命令返回结果做相应修改)

bcdedit /copy {ntldr} /d "Ubuntu Linux";系统会提示说"已将该项成功复制到 {dedadd

dbbaebdcba}"其中的{dedadddbbaebdcba}就是"Ubuntu Linux"

的启动标识符不同的操作系统可能会不一样

再输入bcdedit /set {你的Linux标识符} device partition=C:系统会提示"操作成功完成"

输入bcdedit /set {你的Linux标识符} path /ntldr

最后输入bcdedit /displayorder {你的Linux标识符} /addlast

保存退出重启之后你就会看到Windows 和 Ubuntu Linux的双启动菜单了

方案C:

输入bcdedit /? 查看相关的帮助信息

使用bcdedit配置新引导项

>bcdedit /create /d "Linux" /application osloader

#建立新项也就是建立新引导项成功后会返回一guid值

格式如下{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}

>bcdedit /set {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} drive partition=C:

#设置新引导项文件所在分区

>bcdedit /set {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} path linuxlnx #设置启动项文件在分区中

的相对路径注意文件之前的""是必须的表明是所在分区的根目录下若假设该文件在c:windows

则应改为windowslinux另外path后面有一个空格

>bcdedit /displayorder {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} /addlast

#设置引导项顺序addlast为将其添加到引导项列表的最后也可改为addfirst表示添加到最前至此

添加新引导项的操作已成功但是现在还不能引导为什么呢??

>bcdedit /default {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}

#此命令可选如果要将此项设为默认引导项的话就执行它

下面就可直接执行bcdedit查看一下配置情况了

***************************************************

如果Windows引导正常了就可以清理掉MBR记录了

步骤

winx的引导盘启动(或者用其他磁盘管理工具也行)

代码

fdisk /mbr

这样grub引导就没有了只剩下Windows的引导方式了

用Windows引导Linux(Windows+Ubuntu)

启动到linux (Ubuntu)

sudo dd if=/dev/sda of=/media/linuxlnx bs= count=

将它cp到你的win根目录例如是C:/为了保险最好将其属性改为"+s +h +r"也就是"系统只读

隐藏"

>attrib +s +r +h c:linuxlnx而且我建议你对这个文件做多个备份!

然后重启到win

进入后确认你的系统根目有linuxlnx这个文件

如果是win /XP直接修改bootini

bootini请在win 下修改因为编码不同! 大侠除外

它可能隐藏和只读

然后在后面加入

如果有

代码

time=

请将更改!如time=

代码

C:/linuxlnx="linux"

保存!

然后你就可以重启win看效果了

如果Vista/Windows 因为采用启用了新的引导方式即是一个bcdedit的执行引导程序操作

复制好引导文件后还需要进一步作如下修改

***************************************************

方案A:

bcdedit /create {ntldr} /d "Ubuntu Linux"

bcdedit /set {ntldr} device partition=C:

bcdedit /set {ntldr} path /ntldr

bcdedit /displayorder {ntldr} /addlast

方案B:(注意要根据第一个命令返回结果做相应修改)

bcdedit /copy {ntldr} /d "Ubuntu Linux";系统会提示说"已将该项成功复制到 {dedadd

dbbaebdcba}"其中的{dedadddbbaebdcba}就是"Ubuntu Linux"

的启动标识符不同的操作系统可能会不一样

再输入bcdedit /set {你的Linux标识符} device partition=C:系统会提示"操作成功完成"

输入bcdedit /set {你的Linux标识符} path /ntldr

最后输入bcdedit /displayorder {你的Linux标识符} /addlast

保存退出重启之后你就会看到Windows 和 Ubuntu Linux的双启动菜单了

方案C:

输入bcdedit /? 查看相关的帮助信息

使用bcdedit配置新引导项

>bcdedit /create /d "Linux" /application osloader

#建立新项也就是建立新引导项成功后会返回一guid值

格式如下{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}

>bcdedit /set {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} drive partition=C:

#设置新引导项文件所在分区

>bcdedit /set {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} path linuxlnx #设置启动项文件在分区中

的相对路径注意文件之前的""是必须的表明是所在分区的根目录下若假设该文件在c:windows

则应改为windowslinux另外path后面有一个空格

>bcdedit /displayorder {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} /addlast

#设置引导项顺序addlast为将其添加到引导项列表的最后也可改为addfirst表示添加到最前至此

添加新引导项的操作已成功但是现在还不能引导为什么呢??

>bcdedit /default {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}

#此命令可选如果要将此项设为默认引导项的话就执行它

下面就可直接执行bcdedit查看一下配置情况了

***************************************************

如果Windows引导正常了就可以清理掉MBR记录了

步骤

winx的引导盘启动(或者用其他磁盘管理工具也行)

代码

fdisk /mbr

上一篇:linux df命令参数全介绍

下一篇:Centos和Ubuntu修复Linux Bash漏洞终极方法