Using Chinese cabbage to make multi-system boot U disk (win+ubuntu+pe+ ... )

Source: Internet
Author: User

Many of the methods available online are outdated, not applicable, or not clear.

I combined with the plan of the http://www.xuebuyuan.com/848003.html, studied and sorted out this article

Let's look at the final results:

OK, it feels good, there are only 5 kinds of Ubuntu installation image, of course, if you want to join the other, (such as win7,win8,win10,ubuntu16.10), read this article carefully, nothing, completely diy!

First, what is needed  

1. Large enough USB stick one (I use the Kingston 8GB u disk, for this article 2G is enough)

2. Chinese cabbage (Chinese Cabbage official website: http://www.dabaicai.com/)

Note that the evening many fake cabbage official website, pay attention to identify!

I'm using the latest version of the cabbage, which is version 5.1uefi.

3.FbinstTool (Baidu can, has the green version, I use is v1.6)

4. The system iOS package you want to do

Second, make start U disk


1, the opening of the Chinese cabbage, it is necessary to note that, such as the encounter of Chinese cabbage for no reason to die, can not use the situation, there are two solutions (1). First off the net, then open the Chinese cabbage program, and then connected to the Internet. (2) Right-click Administrator to run cabbage

You can customize your boot menu using the custom feature, and of course you can use the default

2, after the customization is complete, u disk boot-default mode

Check NTFS, pop-up window select No (it is made into NTFS format), so that the U disk can be copied more than 4G files

Then click "One click to make Startup USB"

3, OK, now it's time to close the Cabbage program.

Third, personalized production

Run Fbinsttool, if you are using a cabbage that is above 5.0, thedirectory structure of the hidden partition of the U disk as shown

Otherwise, it should be

Attention! Find the two paths are different, the following code in the path to match your own real path

My root directory is ICBC.

Let's start putting the prepared system into the U-disk.

For example, I want to install Ubuntu system, I am in the U packing directory (note is not hidden partition) to create an Ubuntu (this folder name arbitrary, but with you in the code below the path to correspond) folder, will be in advance of good Ubuntu installation files (such as Ubuntu-14.04.2-desktop-amd64.iso) copied to the folder, for convenience, the image name changed to Ubuntu.iso, and then, with the decompression software will be mirrored within the Casper folder Initrd.lz and Vmlinu Z.efi (note that Vmlinuz does not have a suffix in the ubuntu32 bit system, and two files with the suffix. EFI in the 64-bit system are extracted and placed in the Ubuntu folder, they are the necessary files for the USB drive to boot Ubuntu

After the operation is complete as shown: (to separate from other versions, my folder name is ubuntu15x64)

In the same vein, other systems have to do, such as I put 4 different versions of Ubuntu here:

If you want to put the win system, you can refer to this article: http://wuudjac.blog.163.com/blog/static/210031053201323110293654/

The landlord's energy is limited, do not want to win ...

Next, start editing the startup list!


Open the Grldr menu and change its contents to the following:

Timeout thedefault 0Command--Set-path= (UD)/idbc/grub/Gfxmenu (UD)/idbc/grub/Messageconfigfile (MD)4+8title " on"= = = Try booting from local hard drive = = =RUN (UD)/idbc/grub/MENU12. Lsttitle " Geneva"Run the Chinese Cabbage win8pex64 official version run (UD)/idbc/DBC8. Isotitle "Geneva"Run the Chinese Cabbage win03pe2013 enhanced version of Echo $[1106] Loading DBC win03pe. ISO, please Wait ... map--mem (UD)/idbc/winpe. ISO (0xFF) Map--e820cycles=0Map--Hookchainloader (0xFF) title "Geneva"Install ubuntu14.04lts_32 bit find--Set-root/ubuntu14x86/Vmlinuzkernel/ubuntu14x86/vmlinuz boot=casper iso-scan/filename=/ubuntu14x86/ubuntu.iso ro quiet splash locale=zh_cn. utf-8INITRD/ubuntu14x86/Initrd.lztitle " to"Install ubuntu14.04lts_64 bit find--Set-root/ubuntu14x64/Vmlinuz.efikernel/ubuntu14x64/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu14x64/ubuntu.iso ro quiet splash Locale=zh_CN. utf-8INITRD/ubuntu14x64/Initrd.lztitle " ."Install ubuntu15.04_32 bit find--Set-root/ubuntu15x86/Vmlinuzkernel/ubuntu15x86/vmlinuz boot=casper iso-scan/filename=/ubuntu15x86/ubuntu.iso ro quiet splash locale=zh_cn. utf-8INITRD/ubuntu15x86/Initrd.lztitle " -"Install ubuntu15.04_64 bit find--Set-root/ubuntu15x64/Vmlinuz.efikernel/ubuntu15x64/vmlinuz.efi boot=casper iso-scan/filename=/ubuntu15x64/ubuntu.iso ro quiet splash Locale=zh_CN. utf-8INITRD/ubuntu15x64/Initrd.lztitle " ,"Other tool Run (UD)/idbc/grub/diy. Lst

In this menu we keep the option to run WinPE and add the option to install Ubuntu . To keep the menu streamlined, other features are integrated into another menu (DIY. LST).

Find--set-root/ubuntu15x86/vmlinuzkernel/ubuntu15x86/vmlinuz boot=casper Iso-scan /filename=/ubuntu15x86/ubuntu.iso ro quiet Splash  locale=zh_cn. UTF-8initrd/ubuntu15x86/Initrd.lz

The shaded section is where you need to correspond to your own file path, and do not change

Pay attention to finish right-click Save!

Then find the Diy.lst (if not a new one) from the Gryb folder, as follows

Timeout thedefault 8Gfxmenu (UD)/boot/grub/Messageconfigfile (MD)4+8title " on"PE Lanhe cannot enter the hard drive scheme run (UD)/boot/grub/MENU03. Lsttitle " Geneva"Go to Ghost Backup restore system Multi-combo menu run (UD)/boot/grub/MENU04. Lsttitle "Geneva"Run the latest version of the Diskgenius partition tool Run--mem (UD)/boot/imgs/Dbcdos. Imgtitle "Geneva"Running the Maxdos Toolbox enhanced menu Run--mem (UD)/boot/imgs/Maxdos. Imgtitle " to"Run hard disk Memory detection scan Tool menu run (UD)/boot/grub/MENU07. Lsttitle " ."Run Windows login password cracking menu run (UD)/boot/grub/MENU08. Lsttitle " -"Start USB2.0 speed up computer startup (for old machine only) (UD)/boot/grub/Usb_acc.0petitle " ,"Install the original win7/Win8 System (not ghost version) RUN (UD)/boot/grub/MENU11. LST title " the"= = = return cabbage u disk start main Menu = = =ConfigFile (MD)4+8title "Geneva"= = = Reboot the computer = = =Reboottitle "Geneva= = = Turn off the computer = = =Halt

Right-click to save

We just moved the contents of the original main menu and didn't make any changes. You can test it with your own QEMU tool.

Done!

Using Chinese cabbage to make multi-system boot U disk (win+ubuntu+pe+ ... )

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.