translated

This commit is contained in:
geekpi 2014-11-30 04:22:57 -05:00
parent c94225cdf5
commit e0be26800b
2 changed files with 103 additions and 105 deletions

View File

@ -1,105 +0,0 @@
Translating------geekpi
How To Create A Multiboot USB From Ubuntu Using MultiSystem
================================================================================
### Introduction ###
For those who dont know, **MultiSystem** is a small, Open Source freeware to create a multiboot usb drives from Linux systems. Using this utility, we can create any number of bootable Linux distributions in a USB drive. All you need is an Internet connection(at the time of MultiSystem installation only), and a sufficient size of a USB drive depending upon the number of distributions you want to include in that USB drive.
### Install MultiSystem On Ubuntu 14.10/14.04 ###
#### Manual Installation: ####
[Download MultiSystem][1] script, and extract it anywhere of your choice. Go to the extracted location, and run the script as shown below.
sudo ./install-depot-multisystem.sh
#### Installation Using PPA: ####
Alternatively, you can install MultiSystem more easily using PPA as shown below.
sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
wget -q -O - http://liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install multisystem
After installation, It will automatically open. Just click Close button to exit.
### Post Installation ###
Once installed, plug-in your USB key, and launch MultiSystem either from Unity Dash or Menu.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/Menu_0012.png)
At first time, the MultiSystem interface will look like below.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_002.png)
Select the USB drive, and click **Confirm** button. You may get the following error dialog box. Dont worry, It says our USB drive has no label. Click Ok to set label by MultiSystem itself.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/Error_003.png)
Then, unplug/replug the USB key, and launch MultiSystem again. Select the USB key, and click Confirm again. Now, youll be asked to confirm Grub2 installation in your USB key. Click Ok to continue.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/gtkdialog_004.png)
Finally, youll be pleased with MultiSystem interface. Now its time to create multiboot usb key.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_005.png)
### Usage ###
MultiSystem is very simple to use. Drag the ISO of your choice into the MultiSystem window. If it doesnt work, click on the **cd icon** on the bottom and select the ISOs.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_006.png)
Now, MultiSystem will copy the files from the ISO, and make the USB key as bootable.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_007.png)
Likewise, you can add as many distributions as you want in your USB key. In my case, I have added two Linux distributions: CentOS 6.5 and Android.
After adding all ISOs, you will now see the list of bootable distributions in the MultiSystem main window.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_008.png)
Thats it. Our multiboot USB key is ready to use. Reboot your system, and set the first boot device as USB in your Bios. Select the distribution you want to install, and start installing the OS from the multiboot USB key.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/QEMU_009.png)
Additionally, MultiSystem includes some extra options such as:
- Grub Settings;
- Grub & Burg bootloaders Update;
- Download Live Cds;
- VirtualBox installation;
- Format USB key;
- and many.
To view the list of additional options, navigate to the **Menus** tab of the MultiSystem.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_010.png)
Also, you can test the multiboot USB key within your Ubuntu desktop itself using QEMU or Oracle VirtualBox.
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_011.png)
MultiSystem tool is one of the best and useful tool ever I have tested. This tool will definitely useful for those who wants to install multiple different operating systems on their systems. You dont have to carry your CD/DVD pouch wherever you go. Just buy a 16GB 0r 32GB USB, and dumb all Operating systems you want to install in it. and install OS like a boss.
And, the good news for Windows OS users is it supports some Windows os too. I tested Windows 7, and its working!
Enjoy!
--------------------------------------------------------------------------------
via: http://www.unixmen.com/create-multiboot-usb-ubuntu-using-multisystem/
作者:[SK][a]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://www.unixmen.com/author/sk/
[1]:http://liveusb.info/multisystem/install-depot-multisystem.sh.tar.bz2
[2]:http://liveusb.info/dotclear/

View File

@ -0,0 +1,103 @@
如何在Ubuntu上使用MultiSystem创建多启动USB
================================================================================
### 介绍 ###
一些人并不知道**MultiSystem**是一个小型的开源软件来在Linux系统中创建多启动usb盘。使用这个工具我们可以在USB中创建任意多的可启动Linux发行版。你所要的只是网络链接之在MultiSystem安装的时候需要以及一个足够大的USB盘这取决于你想在USB盘中放入发行版的数量。
### 在 Ubuntu 14.10/14.04 安装MultiSystem ###
#### 手动安装: ####
[下载 MultiSystem][1]脚本,并解压到任意地方。进入解压的地址,使用下面的命令运行脚本。
sudo ./install-depot-multisystem.sh
#### 使用 PPA 安装: ####
相应地你可以用下面的命令来更简单地使用PPA来安装MultiSystem。
sudo apt-add-repository 'deb http://liveusb.info/multisystem/depot all main'
wget -q -O - http://liveusb.info/multisystem/depot/multisystem.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install multisystem
安装玩之后,它会自动打开。只要点击关闭按钮退出。
### 安装之后 ###
安装完成后插入你的USB并通过Unity Dash或者菜单运行MultiSystem。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/Menu_0012.png)
第一次启动时MultiSystem界面看起来会像下面这样。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_002.png)
选择USB设备点击**确认**按钮。你可能会看到下面的错误窗口。不必担心它说的是USB设备没有标签。点击OK让MultiSystem自动设置标签。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/Error_003.png)
那么,拔出/重新插入USB再次运行MultiSystem。选择USB盘再次点击确认。现在你被要求确认在USB中安装Grub2.点击OK继续。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/gtkdialog_004.png)
最终你会高兴地看到MultiSystem的界面。现在时候创建多启动USB盘。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_005.png)
### 使用 ###
MultiSystem非常容易使用。将ISO文件拖入MultiSystem窗口中。如果这不能用点击底部的**cd 按钮**来选择ISO文件。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_006.png)
现在MultiSystem会从ISO中拷贝文件并让USB可启动。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_007.png)
相似地你可以在你的USB中加入任意多的发行版。我这次加入了两个Linux发行版CentOS 6.5和Android。
加完ISO文件后你会在MultiSystem的主窗口中看到可启动的发行版列表了。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_008.png)
就是这样。我们的多启动USB盘就可以使用了。重启系统并在BIOS中设置USB优先启动。选择你想要安装的发行版并开始安装系统。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/QEMU_009.png)
额外地MultiSystem含有一些额外的选项
- Grub 设置;
- Grub 和 Burg 的bootloader更新;
- 下载 LiveCD;
- VirtualBox 安装;
- 格式化USB盘;
- 还有更多选项。
要浏览额外的选项列表进入MultiSystem的**菜单**标签。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_010.png)
同样你可以在Ubuntu中使用QEMU或者Oracle VirtualBox测试多启动USB盘。
![](http://180016988.r.cdn77.net/wp-content/uploads/2014/11/MultiSystem_011.png)
MultiSystem工具是我测试到现在最棒和最有用的一款工具。这款工具对那些想要在他们的机器上安装多个系统的人是非常有用的。在你外出的时候你不必再携带CD/DVD袋了。只要买一个16GB或者32GB的USB就行并把所有你想要的系统都放在里面就像老板一样安装系统。
并且一个对于Windows系统用户的好消息是它也支持Windows系统。我在Windows 7上测试过它可以工作
享受吧!
--------------------------------------------------------------------------------
via: http://www.unixmen.com/create-multiboot-usb-ubuntu-using-multisystem/
作者:[SK][a]
译者:[geekpi](https://github.com/geekpi)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
[a]:http://www.unixmen.com/author/sk/
[1]:http://liveusb.info/multisystem/install-depot-multisystem.sh.tar.bz2
[2]:http://liveusb.info/dotclear/