windows系统制作linux启动盘工具介绍

来源:互联网 发布:淘宝撤销换货申请 编辑:程序博客网 时间:2024/04/29 10:42
Linux发行版排行榜:http://iso.linuxquestions.org/
http://distrowatch.com/dwres.php?resource=major&language=CN

http://bbs.73yi.net/thread-342-1-1.html
一些发行版列举

【方案】在 Cygwin 或者 MinGW 中使用 dd 命令
dd if=opensuse.iso of=/dev/sdb bs=10M
if=指明镜像文件,of=指定设备(不设定具体分区,例如sdb1,因为要写入MBR),bs=写入速度
如果是DVD镜像文件,使用 isohybrid 命令转换一下,再使用 dd 命令
isohybrid openSUSE-12.3-DVD-x86_64.iso
Live CD/DVD 直接使用 dd 命令


【方案零】:openSUSE kiwi ImageWriter【极好的方案,强力推荐】win7 64bit 用不了?
https://github.com/openSUSE/kiwi/
http://opensuse.github.io/kiwi/
git clone git://github.com/openSUSE/kiwi
https://github.com/openSUSE/kiwi/downloads
http://en.opensuse.org/Live_USB_stick
https://github.com/downloads/openSUSE/kiwi/ImageWriter.exe
https://github.com/downloads/openSUSE/kiwi/ImageWriter.exe
需要.NetFramework2.0支持:
http://download.microsoft.com/download/0/8/c/08c19fa4-4c4f-4ffb-9d6c-150906578c9e/NetFx20SP1_x86.exe
无需安装,下载后运行ImageWriter.exe直接使用,选择Image(*.raw),选择U盘,点击 Copy 按钮


【方案】Win32 Disk Imager / Image Writer for Windows
http://sourceforge.net/projects/win32diskimager/
https://launchpad.net/win32-image-writer


【方案〇】Power ISO(右键点击图标,显示菜单,以管理员身份运行)
http://www.poweriso.com/
http://www.poweriso.com/download.htm
http://www.onlinedown.net/soft/43673.htm
http://www.pc6.com/softview/SoftView_11777.html
http://download.pchome.net/system/cdrom/detail-21987.html
以管理员身份运行,打开影响文件后,工具 >> 制作可启动U盘 ...


【方案一】:LinuxLive USB Creator(LiLi USB Creator)【推荐】
http://www.linuxliveusb.com/
中文界面,傻瓜化操作,大容量U盘不出错,极力推荐。


【方案二】:Rufus(操作超级简单,可以校验ISO文件是否具有bootable,极力推荐此方案,推荐使用debian发行版CD镜像)【小容量U盘方案】
http://rufus.akeo.ie/
http://rufus.akeo.ie/downloads/rufus_v1.3.4.exe
http://rufus.akeo.ie/downloads/rufus_v1.3.4(Chinese).exe
小容量U盘连接电脑,运行此软件,在“device”的下拉菜单中选择u盘所在的盘符,file system 选择 Fat21,create a bootable disk using:后面选择“iso image”,点击后面的图标选择iso镜像文件,点击Start开始制作,制作完成后点击Close按钮退出。


【方案三】:SARDU【可以制作多启动的 USB / CD / DVD 】制作多启动的 Linux / Windows 安装盘【】
http://www.sarducd.it/

http://www.sarducd.it/multiboot-usb-builder
Step 1     Download all ISO needed pressing the button reference
Step 2     Build a SARDU multiboot USB media
Step 3     Boot your system from the multibootable USB builded

http://www.sarducd.it/multiboot-dvd-builder
Step 1     Download all ISO needed pressing the button reference
Step 2     Build a SARDU multiboot ISO media
Step 3     Burn the multibootable ISO using SARDU or external software
Step 4     Boot your system from the multibootable USB builded

下载:http://www.sarducd.it/downloads
http://www.sarducd.it/download/SARDU_2.0.6.5.zip
解压后运行setup安装程序,自动解压到当前目录,如果要卸载可以运行uninst.exe,
运行sardu.exe进入界面,点击 Language 菜单,设定语言为 Chinese,退出程序重新进入,步骤:
1>点击菜单栏下方的 ISO(光碟) 图标,选择你的 ISO 文件所在目录;
2>选择USB设备,界面右侧有一个 Search USB 按钮,点击后,在按钮下方有一个下拉的列表框,在其中选择 USB 设备的盘符(自动寻找FAT32的所有设备,);
3>点击 大大的 USB 设备标志图标,开始制作 USB 多引导启动盘,设备下拉列表框下方的按钮就是;
4>制作完成,自己重启系统设置从USB设备启动,进行测试


https://sites.google.com/site/shamurxboot/
https://sites.google.com/site/shamurxboot/download
https://sites.google.com/site/shamurxboot/tipsntrick
1>拖放单个或者多个ISO文件到软件界面中的指示框内,点击大大的 Create USB 按钮,
2>选择 USB 设备,选择一个 Bootloader,默认推荐的是 Syslinux,点击 OK 按钮,
3>开始制作,等待完成
4>重启系统使用USB设备引导测试


【方案三】:liveusb-creator【推荐】
https://github.com/lmacken/liveusb-creator
https://fedorahosted.org/liveusb-creator/
https://fedorahosted.org/releases/l/i/liveusb-creator/liveusb-creator-3.11.8-setup.exe
安装运行,点击 Browser 按钮选择镜像文件,Target Device 中选择目标USB设备,点击 Create Live USB 按钮

正在验证文件系统...
正在解压 live 映像到 USB 设备...
Wrote to device at 2 MB/sec
Setting up OLPC boot file...
Installing bootloader
Complete! (0:06:41)

制作完成【fat32分区】(本例:deepin_12.12.1_zh-hans_final_amd64.iso制作后无法启动,所以还是使用Fedora自家的光盘镜像吧)


【方案四】:Universal USB Installer【这是一个介绍不同平台下各种制作工具和方法的综合网站,大而全】
http://www.pendrivelinux.com/
http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/
http://www.pendrivelinux.com/yumi-multiboot-usb-creator/
http://ifeiyang.cn/archives/2166.html
http://www.seekxiu.com/article.aspx?id=7105
http://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.4.1.exe



【方案五】:LiveUSB Install
http://live.learnfree.eu/
http://live.learnfree.eu/download
http://www.pendrivelinux.com/liveusb-install-live-usb-creator/
http://liveusb.findmysoft.com/
http://skss.learnfree.eu/go.php?http://download.learnfree.eu/lfu-usb/live-usb-install-2.4.0.exe
http://download.learnfree.eu/lfu-usb/live-usb-install-2.4.0.exe
不用安装,直接运行,Mode默认,选择ISO镜像文件,选择USB设备,点击OK按钮


【方案六】:http://infrarecorder.org/
http://infrarecorder.org/?page_id=5
http://sourceforge.net/projects/infrarecorder/
http://sourceforge.net/projects/ ... iles/InfraRecorder/
http://download.pchome.net/utility/cdr/detail-167570.html
http://dl.pconline.com.cn/download/52059.html


【方案七】:UNetbootin, Universal Netboot Installer(中文界面,只针对分区操作,不改变U盘原有分区,测试不能用)
http://unetbootin.sourceforge.net/
http://sourceforge.net/projects/unetbootin/
http://sourceforge.net/projects/unetbootin/files/latest/download
http://sourceforge.net/apps/trac/unetbootin/wiki/guide
http://www.onlinedown.net/soft/88566.htm
下载好Unetbootin,插入空白U盘(FAT32),运行程序,选择本地目标ISO映像文档,选择U盘盘符,开始制作

http://sourceforge.net/projects/tuxboot/
Unetbootin的修改版


【方案九】:UltraISO(右键点击图标,显示菜单,以管理员身份运行,在Windows下制作Windows安装盘绝佳,制作Linux安装盘不一定能用)
用UltraISO软件打开linux发行版的ISO文件,用UltraISO软件的“启动/启动光盘”中的:写入硬盘映像,选择USB-HDD/USB-HDD+,点击写入。
刻录完成后的U盘分区格式:Fat32


【方案十】:http://liveusb.info/
http://liveusb.info/dotclear/
http://www.plop.at/en/bootmanagers.html
http://www.plop.at/en/bootmanager/index.html
http://www.plop.at/en/bootmanager/download.html
http://download.plop.at/files/bootmngr/plpbt-5.0.14.zip
解压缩后进入Windows目录,运行plpcfgbtGUI.exe程序,



http://code.google.com/p/burg4dos/
http://code.google.com/p/burg4dos/downloads/list
http://sourceforge.net/projects/grub4dos/
http://gna.org/projects/grub4dos/
http://download.gna.org/grub4dos/

http://openbuildservice.org/


【双系统解决方法】
windows/Linux共存同一个硬盘双系统,如果想删除linux,可以先在windows中运行MBRFix程序,之后删除linux所在分区
MBRFix下载:http://www.sysint.no
XP系统 cmd窗口运行:MbrFix /drive 0 fixmbr /yes
Vista系统 cmd窗口运行:MbrFix /drive 0 fixmbr /vista /yes
7系统 cmd窗口运行:MbrFix /drive 0 fixmbr /win7 /yes
Grub已经从MBR清除
另外的方法:fdisk /mbr

先安装windows7/8.1,后安装linux,MBR被Grub占据,如果想恢复Winows引导为主,先进入linux把grub引导装入linux所在分区
grub2-install /dev/sda3如果出错使用下面的命令
grub2-install --force /dev/sda3【linux所在的/boot或者引导分区 】
再进入Windows7/8安装运行EasyBCD,进入BCD Deployment,选择分区,不点击Install BCD按钮,选择相应系统的bootloader,点击Write MBR按钮,这样恢复了原来的引导程序,失去了Grub,进入Add New Entry,进入Linux/BSD,选择Grub2,设置名称,点击Add Entry,完成后再进入Edit Boot Menu,可以看到默认启动选项
http://neosmart.net/EasyBCD/

还有另外一种方法,参考:
http://bbs.73yi.net/thread-622-1-1.html

示例:Windows7 和 Fedora爽系统引导,如果重装了 Windows7,Fedora 就不能启动了,因为先安装 Windows7,后安装 Fedora,Grub 安装在 MBR,重装 Windows后,MBR 就没有 Grub;应当在安装 Fedora 的时候,把 Grub 安装在 Fedora 的 /boot 分区,这样重装 Windows 系统后,可以在 Windows 系统中使用 EasyBCD 修复开机引导菜单;现在需要使用 Fedora Live CD 引导后,挂载 /boot 分区,执行 grub2-install /dev/sde1 命令,回到 Windows 系统使用 EasyBCD 或者 bootice 修复开机引导菜单
bootice下载:http://bbs.ipauly.com/viewtopic.php?f=2&t=2
http://bbs.ipauly.com/viewforum.php?f=2


https://code.google.com/p/burg
grub增强版,安装后可以覆盖原有的grub,谨慎操作
Ubuntu安装:
sudo add-apt-repository ppa:bean123ch/burg
sudo apt-get update
sudo apt-get install burg burg-thems
burg-emu命令可以御览,按下T键选择风格,若下载了Fortune主题,解压复制到 /boot/burg/themes/ 中(执行 sudo cp -r fortune /boot/burg/themes/),sudo burg-update
http://ppa.launchpad.net/bean123ch/burg/ubuntu/pool/main/b/burg/


rEFlnd 可以替代 Grub 引导 UEFI的系统,在windows8中,管理员权限运行cmd将文件复制到EFI分区内,使用bcdedit加载到EFI启动中,用来替代grub在EFI模式下引导linux内核启动系统

windows,linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windows, linux, windo1852

 

转载:http://bbs.73yi.net/thread-500-1-1.html

0 0