多个linux iso U盘引导,制作能够引导多个ISO的U盘

Known Issues:

Windows Vista/7 Installer, Hiren's Boot CD, Trinity Rescue Kit, OpenSUSE, Backtrack, Avira Antivir, and Dr.Web Live CD files are stored outside of the multiboot folder. Most other distribution files remain contained within the multiboot folder. I am open to a simple working solution!

Windows XP Installer ISO will not work, as to the best of my knowledge this would require editing core proprietary files. I am open to a legal working solution.

When using the "Try an Unlisted ISO option", the ISO file name must contain no spaces.

* When installing Windows 8, 7, or Vista from USB, you must unplug the USB device before the first restart, otherwise you will receive an error stating:

"windows setup could not configure windows to run on this computer's hardware"

Troubleshooting Boot Errors:

While trying to run an ISO from USB, If you get a Boot error saying:

Error 60: File for drive emulation must be in one contiguous disk area

You'll need to defragment your ISO using one of the following tools:

contig – Command line tool to defragment ISO files.

wincontig – GUI tool to defragment ISO files.

Additional Notes:

Edit non-booting menu entries for the ISO's you have added via the "Try and Unlisted ISO" option, by editing the corresponding entry in \multiboot\menu\menu.lst

If you don't have a floppy drive and get fd0 errors while booting, simply add floppy.allowed_drive_mask=0 to the append line for the troubled entry. Although the best fix is to simply disable floppy in BIOS.

Persistently Saving Changes: Persistence can easily be added to one Ubuntu based distribution by performing the following steps:

Note: Persistence will NOT work on NTFS formatted USB drives!

(1.) Use PDL Casper-RW creator to create a casper-rw file at the root of your USB; (example: F:/casper-rw).

(2.) Use notepad or another text editor to open the .cfg file found in the /multiboot/menu directory that corresponds to the distribution you want to add persistence to; (example F:/multiboot/menu/ub1204.cfg for Ubuntu 12.04 on drive F).

(3.) Add the word persistent to the end of each append line; (the line that starts with the word append).

Persistence Feature Notes: Only one distribution can use persistence per drive. Do not try to enable persistence for more than one Ubuntu based distribution, or you will break your persistence option entirely.

Ophcrack Tables: To load Ophcrack tables when booted in this fashion, the tables folder does need to exist at the root directory of the USB device; (example F:\tables\vista_free). Download Tables from the Official Ophcrack site and unzip to your USB. You can have both XP and Vista/7 tables working together.

YUMI on Linux:YUMI will function via WINE from within a running Linux environment. However, the format drive option will not work.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: Linux U盘安装是一种将Linux操作系统安装到U盘上的方法。这种方法可以让用户在不破坏原有系统的情况下,使用U盘启动Linux系统。具体操作步骤为:首先下载Linux系统镜像文件,然后将U盘格式化为FAT32格式,接着使用专门的软件将Linux系统镜像文件写入U盘中,最后在电脑中设置U盘为启动盘即可。这种方法不仅方便,而且可以随时携带自己的Linux系统,非常适合需要频繁使用Linux系统的用户。 ### 回答2: Linux U盘安装是一种通过U盘实现操作系统安装的方法。相比于光盘安装,U盘安装更为方便快捷。下面简单介绍一下Linux U盘安装的步骤。 首先,我们需要一台可用的电脑和一个容量足够大的U盘。在安装开始之前,请确保备份重要数据,因为安装会格式化U盘。 第一步,下载适用于您的Linux操作系统的ISO镜像文件。ISO镜像是整个操作系统的完全映像文件。 第二步,插入U盘到您的计算机上,并打开磁盘管理工具。根据您所使用的操作系统的不同,可能会有所差异。选择U盘,将其格式化为FAT32文件系统。 第三步,打开一个可用的制作启动U盘的工具。在Windows操作系统上,可以使用Rufus、UNetbootin等工具。在Linux操作系统上,可以使用dd命令。 第四步,选择ISO镜像文件,并设置U盘为目标设备。根据您的需求,可以选择其他选项,如分区大小等。 第五步,点击开始或创建按钮,等待工具完成制作启动U盘。 第六步,完成后,将U盘从电脑上拔出,并插入要安装Linux的目标计算机。重启计算机并进入BIOS设置。 第七步,在BIOS设置中,将U盘设置为第一启动设备。保存更改并退出BIOS设置。 第八步,计算机将从U盘启动,并显示Linux安装界面。按照提示进行安装,选择合适的语言、时区、键盘布局等。 第九步,选择适当的分区方案和安装目标。您可以选择完全安装Linux,或者将其安装在与其他操作系统共享的分区上。 第十步,等待安装完成,并重启计算机。 通过以上步骤,您就可以在U盘上成功安装Linux操作系统了。这种安装方法不仅方便,还可以用于在多个计算机之间安装Linux系统。 ### 回答3: Linux U盘安装是指将Linux操作系统安装到U盘中的过程。这种安装方式十分灵活,可以轻松地将Linux系统携带在口袋中,随时在不同的电脑上使用。 首先,我们需要准备一个U盘,确保其容量足够大,通常建议使用16GB或以上的容量,以便存储操作系统及其相关文件。 接下来,我们需要下载适合自己的Linux发行版并获得ISO镜像文件。常见的Linux发行版有Ubuntu、Fedora、Debian等。这些发行版官方网站上都会提供ISO镜像的下载链接。 然后,我们需要一个工具来将ISO镜像写入U盘中。可以使用Rufus、UNetbootin等工具,这些工具也可以在官方网站上下载到。 接下来,将U盘插入电脑中,并打开所选的工具。在工具中选择下载好的ISO镜像文件,并将U盘设定为安装目标。确保选择正确的U盘,以免误删其它重要数据。 然后,点击开始或写入按钮,等待工具完成写入过程。这个过程可能需要一些时间,取决于ISO镜像文件的大小和电脑性能。 写入完成后,安全地将U盘从电脑中拔出,然后可以将U盘插入任何一台支持从U盘启动的电脑。开机时按下相应的启动键,进入BIOS设置界面,将启动选项设置为从U盘启动。 最后,保存设置并重新启动电脑。此时,电脑将从U盘中的Linux系统启动,跳过原有的操作系统。根据系统提示,我们可以选择安装或尝试Linux系统。 总之,通过以上步骤,我们就可以用U盘进行Linux系统的安装。这种方法允许我们随时随地使用自己的Linux系统,无需在不同电脑上重复安装,极大地方便了使用者。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值