Abandon Grub4dos and PE most of the time can be used

Source: Internet
Author: User

Grub4dos and PE can be used for most of the time when it is possible to enter Windows

Http://yunpan.cn/cyuuUtUQMfmGN Extract Code C2AC
The emergence of grub4dos subversion of the traditional Ezboot disc startup mode, many people use grub4dos to implement the USB drive, while Grub4dos can be installed on the local hard disk, start WinPE. See the computer City maintenance staff often use USB to start the computer, Ghost installation system, the flash drive to change, often feel very puzzled, the computer was able to enter Windows, why not directly from the hard disk to start the PE, and must be formatted after the start of the USB drive PE?
My approach is very simple, into Windows, using Bootice to write grub4dos to the MBR, the GRLDR and grldr.mbr copy to any non-system disk, the same directory editing common menu menu.lst, menu items including the start of local windows nt5.x and nt6.x, start various PE and so on. The advantage of writing the grub4dos to the local hard disk MBR is that, under the PE Ghost installation system to the C drive, if the installation process appears a blue screen and other anomalies, you can continue from the non-system disk drive into the PE, reinstall the system. Of course, if you don't like Grub4dos as the first startup item, you can modify the boot. ini or BCD menu, use Ntldr/bootmgr as the first boot, boot grldr, and then boot the PE.
In general, a hard disk is re-partitioned one or two times, even if the new system, many also preinstalled windows, as long as the ability to enter Windows, you can directly start the PE from the hard disk.
I often use the Uepon general PE, the general PE as an example, the directory structure is as follows: (for example, F disk)
F:\BOOT
├─bootice (storage Bootice tools)
├─fbinsttool (storage Fbinsttool tools)
├─IMGS (storage PE ISO image file, various software img image files)
├─grub (grldr.*, menu.lst Backup, batch processing will automatically copy the backup to the root directory, but also store the SRATLF run module and network boot server tftpd32.*)
└─PXELINUX.CFG (Store pxelinux default menu defaults)
For convenience, I have written several batch files to quickly install PE to different partitions.
Copy the WinPE image and other boot tools to the C drive. bat
Add grub4dos boot entry in boot. INI (WIN7 Right-click Run as Administrator!!! )
Increase the Grub4dos startup entry in the BCD file. bat
Remove BOOT. Grub4dos startup entry in boot. bat
......

Menu.lst content is as follows:
Color White/blue blue/yellow Light-red/blue 10
Foreground FFFFFF
Background 0000AD
Timeout 1
Default 0

Title Boot Windows by ZHAOHJ
Find--set-root--devices=h/ntldr | | Find--set-root--devices=h/bootmgr
Map () (hd0)
Map (hd0) ()
Map--rehook
Find--set-root--devices=h/ntldr | | Find--set-root--devices=h/bootmgr
#rootnoverify (hd0,0)
Chainloader/ntldr | | Chainloader/bootmgr

Title WINPE by Uepon (Tonpe_v3.3.iso+firadisk)
Find--ignore-floppies--IGNORE-CD--set-root/boot/imgs/firadisk.img
Map--mem/boot/imgs/tonpe_v3.3.iso (0xFF)
Map--e820cycles=-1
Map--hook
Chainloader (0xFF)

Title Tongyong WINPE by Uepon (Tonpe.iso)
Find--ignore-floppies--IGNORE-CD--set-root/boot/imgs/firadisk.img
Map--mem/boot/imgs/firadisk.img (FD0)
Map--mem/boot/imgs/tonpe.iso (0xFF)
Map--e820cycles=-1
Map--hook
Chainloader (0xFF)

Title Tongyong WINPE by Uepon (Tonpe_net.iso+firadisk)
Find--ignore-floppies--IGNORE-CD--set-root/boot/imgs/firadisk.img
Map--mem/boot/imgs/tonpe_net.iso (0xFF)
Map--e820cycles=-1
Map--hook
Chainloader (0xFF)

Title Ghost by Doshome
Find--ignore-floppies--IGNORE-CD--set-root/boot/imgs/firadisk.img
Map--mem/boot/imgs/ghost.img (FD0)
Map--hook
Chainloader (fd0) +1
Root (FD0)

Title Run Mem Automenu by SRATLF
Command Run--set-showsize=0--e820cycles=-1--mem--automenu--show.iso

Title Run Fira Automenu by SRATLF
Command Run--set-showsize=0--e820cycles=-1--mem--fira--automenu--show.iso

Title Plpbt.bin
Kernel (BD)/boot/grub/plpbt.bin

Title Boot from Pxelinux
PXE keep
Chainloader--raw (BD)/pxelinux.0
#chainloader--force (BD)/pxelinux.0

Title WINPE (startrom.0)
PXE keep
Chainloader--force (BD)/startrom.0

Title Boot from hard disk
Checkrange 0x80 Read 0x8280 && map (HD1) (hd0)
Checkrange 0x80 read 0x8280 && map--hook
Chainloader (hd0) +1
Boot

Title Command line
CommandLine

Title reboot
Reboot

Title Halt
Halt

Abandon Grub4dos and PE most of the time can be used

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.