1. Download grubinst-1.1-bin-w32-2008-01-01.zip (http://download.gna.org/grubutil)
Run grubinst_gui.exe after decompression
Disk: USB flash drive
Option: Select "do not save the original MBR", "do not search for a floppy disk at startup", and "Do not boot the original MBR.
Click "Install" to install MBR.
2. Download grub4dos-0.4.5-2009-12-20.zip (https://code.google.com/p/grub4dos-chenall/downloads/detail? Name1_grub4dos-0.4.5-2009-12-20.zip & can = 2 & Q = label % 3atype-package)
After decompression, copy grldr and menu. lst to the root directory of the USB flash disk, copy menu. lst to menu. lst_bak, and modify the menu. LST file:
Title install fedora 16 (/f16x64)
Find -- Set-root/menu. lst_bak
Kernel/f16x64/isolinux/vmlinuz Linux askmethod
Initrd/f16x64/isolinux/initrd. img
Boot
Title CommandLine
CommandLine
Title floppy (fd0)
Chainloader (fd0) + 1
Rootnoverify (fd0)
Title back to DoS
Quit
Title reboot
Reboot
Title halt
Halt
3. Create the U:/f16x64/folder and copy the Fedora-16-x86_64-DVD.iso to the u:/f16x64/directory.
Extract the isolinux and images folders to u:/f16x64/
* The New version of BIOS (UEFI) requires the efidisk. imgfile under images.
Making minimal boot media (UEFI-based systems)
Http://docs.fedoraproject.org/en-US/Fedora/16/html/Installation_Guide/Making_Minimal_Boot_Media.html
4. Install fedora 16 After restart. On the installation media selection page, select hard drive, select USB flash drive (sdb1), and enter the ISO storage path (/f16x64)
5. The subsequent installation steps are the same as those on the CD.
6. Additional instructions:
6.1 The installation of U disk production for the USB-HDD format, that is, the plug will be displayed as a local hard disk, no CD production, the format is FAT32,I guess NTFS should be fine.(Test: grub4dos can be placed on an NTFS disk. grub4dos boot is okay. But in the step of selecting the installation media in fedora, if the ISO is placed in the NTFS partition, the installation process will get stuck );
6.2 this installation directly extract all the files of the Fedora-16-x86_64-DVD.iso to the u:/f16x64/folder, but there is no ISO image, in the installation of media that step still cannot pass, that is, initrd. IMG reads the ISO image and extracts the files to install the image;
6.3Because this installation directly decompress all the files of the Fedora-16-x86_64-DVD.iso to the u:/f16x64/folder, not only the isolinux and images two folders of the actual installation test(Test: isolinux and images are available ).