Download as pdf or txt
Download as pdf or txt
You are on page 1of 15

142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

We are using cookies to give you the best experience on our site. Cookies are files which are stored by your browser and are used by most websites to help personalise
your web experience. This site displays AdSense adverts which also store cookies. By continuing to use our website without changing the settings, you are agreeing to
our use of cookies. If you are using AdBlock to block AdSense adverts, please consider disabling it, to support this free site.

OK, got it

Custom Search

Home
Download
Grub4dos Guide
Win8 Dual Boot
Hirens
Boot from USB in Virtual Box
More

Tutorials (oldest first) >

142 - Automated UEFI-Windows Restore using CloneZilla

This tutorial is the equivalent of Tutorial 89 but it is for Windows 7 (64-bit) and Windows 8/10 (32-bit and 64-bit) UEFI
Windows systems which use GPT partitioning.

Contents
1. 1 Outline
2. 2 Setup
3. 3 Make a backup
4. 4 Troubleshooting
5. 5 Configuring the
Clonezilla menu
6. 6 Wallpaper and text
colours
7. 7 Tips
8. 8 No menu
9. 9 Password access
10. 10 Automatic Unattended
Backup and Restore
11. 11 Change the grub2 menu
heading

Outline x

1 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

We will add two new GPT partitions to the Windows internal hard disk:

300MB FAT32 - Clonezilla


(large) NTFS - Volume to store backup image(s)

We will then use EasyUEFI or BootIce to set the UEFI Firmware Non-Volatile RAM (NVRAM) BIOS setting to boot to the grub2
Clonezilla menu before booting to Windows.

As well as booting via the grub2 menu, you will still be able to boot directly to Windows using your BIOS firmware boot
selection menu.

Note: The current scripts search disk 0 1 and 2 only for the backup folder (marked by backup.tag) and assume C: is the
Windows drive to be backed up which is device sda under CloneZilla.

Note that Secure Boot must be disabled in the system's BIOS options.

I have not tested this on a BitLocker-encrypted Windows volume. I believe CloneZilla uses dd on such volumes and so would
require a backup volume that is at least as large as the Windows volume.

Note that filenames and folder names are case-sensitive under grub2 - follow the Tutorial carefully!

You can modify the boot menu to password-protect some menu entries and you can change the grub2 menu heading too.

For non-English users, you can edit the grub.cfg file menu entries (but do not change the line set lang=eng).

A restore of an 18GB freshly-installed x64 UEFI Windows 10 system (SSD) takes about 5 minutes.

Setup
You must disable Secure Boot in the BIOS settings before you begin.

1. First use the Windows Disk Management to shrink the current partition and create two new GPT partitions (Windows key+R
- diskmgmt.msc):

300MB FAT32 - Name=Clonezilla


(large) NTFS - Name=Backup - Volume to store backup image(s)

The actual volume names are not important and can be changed to your own language.

The large Backup volume needs to be big enough to store a compressed image of your Windows partition.
e.g. To store all files from a minimal Windows 18GB volume (excluding pagefile) we need approx 10GB of space.

As a rough rule, to store just 1 backup image, the Backup partition should be 2/3 of the total Windows files excluding the
\pagefile.sys file (e.g. Windows = 300GB of files, Backup volume size = 180GB)

If you want to store several different backups, you will obviously need a lot more space for the backup volume.

Tip: Create another NTFS partition called 'Files' and use this volume to store any files that you do not need to be backed up
with the Windows OS.
For instance, any files which you have downloaded from the Internet or which also exist elsewhere (on another device or in the
'Cloud') do not need to be backed up with the Windows OS image.

2. Create a file called backup.tag in the root of the Backup volume and create a new Folder called images (lower case).

backup.tag
\images

NOTE: make sure it is not called backup.tag.txt by setting Explorer to show File Extensions!

3. Download the latest stable CloneZilla .zip file.

Extract the \live and \EFI folders directly to the root of the Clonezilla volume

\EFI
\live

4. Download and extract the contents of this file to the (Clonezilla volume) \EFI\boot folder.

grub.cfg is overwritten with the grub.cfg file in the download.


x

2 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

New files/folders added should now be:

(files)
\EFI\boot\grub.cfg
\EFI\boot\rmprep.png

(folders)
\EFI\boot\locales\
\EFI\boot\x86_64-efi\
\EFI\boot\i386-efi\

The three _Autoxxxxxxxx.cmd files can be copied or moved to any


convenient folder (e.g. Windows Desktop or the Backup or CloneZilla
volumes)

They are only required if you want to run an unattended backup or


unattended restore from Windows.

5. We need to modify the BIOS\Firmware Non-Volatile RAM so that it boots to grub2 first instead of the Windows Boot
manager file....

Either:

5.1 Download and run BootIce... (no need to install)

BootIce - UEFI - Add - (Clonezilla)\EFI\boot\bootx64.efi or bootia32.efi - (rename menu title to Clonezilla) - Save current
boot entry

Ensure Clonezilla entry is at top of list using Up button.

- OR -

5.2 Download EasyUEFI (free) and run it to install it.

Use these options to add a new default UEFI boot option.


The NVRAM in the system (the same memory that holds the UEFI firmware and BIOS Settings) is programmed.
It will add a new entry and change the BIOS boot order of your system.

Manage EFI Boot Option -


Create a new entry - (click on Clonezilla partition which should turn red if it is FAT32) -
Type=Linux or other OS -
Description=Clonezilla -

3 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

IMPORTANT: Ensure that the new Clonezilla entry is the TOP entry (use the green arrow to move it up)

6. Now test by rebooting.

You should find that the grub2 menu now appears with Windows as the default boot entry. Check it boots to Windows OK.

Note: If you use the BIOS Boot Selection Menu of your UEFI (e.g. press F10 or F12 or F2 or whatever), you should see a
choice to boot Clonezilla or Windows Bootmgr (bootmgfw.efi).

If there is any problem with booting to Clonezilla and the grub2 menu, you can always use the BIOS Boot menu to boot to
Windows.

Make a backup

Click to enlarge image (the menu heading will be changed if you add the locales\en.mo file)

The Clonezilla menu options are:

[W] Boot to Windows


[A] Auto-Restore Windows from backup file
[R] Restore Backup Image
[Z] Auto-Backup Windows
[N] Create New Backup Image

Most people will want just one backup image so they can restore it in case of emergency, so just press Z.

This will automatically make a backup called IMG to the \images\IMG folder on the Backup volume.

The user can restore it simply by booting to the Clonezilla menu and pressing A.

The R and N options will create/restore more backups.

The A option is fully automated with no user prompts. If you prefer more control, use the R menu entry (user will be prompted
to choose a backup file).

You can edit the \EFI\grub\grub.cfg menu and delete any menu entries you do not want.

Troubleshooting
If it does not boot to the Clonezilla grub2 menu, check the EasyUEFI/BootIce settings again (tip: BootIce is actually easier to
use).

If it fails to boot to either the Clonezilla grub2 menu or Windows, use the BIOS Setup menu to set the first boot option as
Windows\bootmgfw.efi - boot to Windows and try again!

For VMs (and possibly some real UEFI-systems) you may not be able to boot to the Clonezilla menu - in this case, you will
need to do this:

1. Run an Administrator Command shell


2. Type cmd to get to a cmd shell (in case you are running Powershell)
x

4 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

search --set -f /live/vmlinuz


configfile /EFI/boot/grub.cfg

(I have not tested this! Let me know if it doesn't work!)

The menu entries should indicate which drive it will back up (e.g. sda4) and which drive will be used to store the backups (e.g.
sda5).
If either of these are missing, then check the \backup.tag file and that C:\Windows\Explorer.exe is present (your OS folder
should be \Windows) and that only one volume with this file exists.
Ensure you have downloaded the current standard stable release of CloneZilla (do not use older 'UEFI' versions as they are
not complete and do not detect NTFS volumes!).

If your Windows drive is not sda under CloneZilla, you will have to modify the grub.cfg menu (replace all occurrences of sda
with the correct device name).
sda$BAKDRV is the backup drive and sda$WDRV is the Windows OS volume to image. If you want the \images folder on a
different drive, change the sda$BAKDRV reference.

Sometimes, the BIOS setup utility will clear the CloneZilla UEFI entry or another UEFI tool may clear it.
It that case you will have to add it back in again!

Configuring the Clonezilla menu


The grub.cfg file contains helpful info and URLs

#http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc
#http://clonezilla.org/clonezilla-live/doc/02_Restore_disk_image/advanced/09-advanced-param.php
#http://drbl.org/faq/fine-print.php?path=./2_System/88_mbr_related_options.faq
#https://www.gnu.org/software/grub/manual/grub/grub.html

# hint: cat /proc/cmdline - check clonezilla parameters


# hint: user:user pass:live

# Preseed codes (ocs = Opensource Clone System)


# video=uvesafb:mode_option=1024x768-32
# vga=788 - use video mode 788 (800-600) or 791=1024x768, 785=640x480, vga=normal (no frame buffer)
# nosplash - does not show splash screen
# quiet - reduce amount of boot messages
# keyboard-layouts=fr -set french kbd or use NONE (=US) or uk
# locales=en_US.UTF-8 - choices are de_DE.UTF-8 en_US.UTF-8 es_ES.UTF-8 fr_FR.UTF-8 it_IT.UTF-8 ja_JP.UTF-8
pt_BR.UTF-8 ru_RU.UTF-8 zh_CN.UTF-8 zh_TW.UTF-8
# - use locale -a in shell to display available locales
# noprompt - does not ask to eject CD
# vga - vieo mode 791=1024x768 788=800x600

# ocs_live_run ocs-sr parameters:


# --batch - Automate run
# -c - Asks user before completing action - Are you sure you want to continue ? (y/n)
# -e1 auto - Automatically adjust filesystem geometry for a NTFS boot partition if exists
# -t - Client does not restore the MBR (Master Boot Record)
# -g auto - Reinstall grub in client disk MBR (only if grub config exists)
# -e1 auto - Automatically adjust filesystem geometry for a NTFS boot partition if exists
# -e2 - sfdisk uses CHS of hard drive from EDD (for non-grub boot loader)
# -u - Asks the user for the image name (could be set in config too).
# restoredisk or savedisk - Which mode to run, store, restore, partition or hard-drive
# ask_user - requests name from user.
# sdax – Which hard-drive should be written or read.
# -q2 – Use “partclone".
# -z1p – Use gzip-compression (with multicore)
# -i 2048 – Split filesize in megabyte (Split every 2GB a new file for the backup - use if FAT32 backup ptn.)
# -sc - Suppress verify check after backup
# -p poweroff - power off after successfully running the script. or reboot or choose
# -rm-win-swap-hib Removes the page and hibernation files in Win if exists

You may want to change the keyboard layout or locale (language).

To prevent unattended operation add -c to the RUN1 parameters.

Note that if you add a parameter which requires double-quotes, you must precede each double-quote with a backslash \
symbol.

Wallpaper and text colours


You can change the 800x600 rmprep.png file if you wish to change the menu wallpaper.
UEFI usually uses 1024x768 screen resolution by default so you can use a 800x600 or 1024x768 .png file

5 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

insmod png
if background_image $pref/rmprep.png; then
set color_normal=black/black
set color_highlight=white/black
else
set color_normal=cyan/blue
set color_highlight=white/blue
fi

This menu will use the first colour scheme if the wallpaper file is successfully loaded, and the second scheme if it was not
successfully loaded.

menu text colours can be changed by changing the colour pairs (text\background) lines such as::

set color_normal=gray/black
set color_highlight=red/blue

Use a black background for transparency to see the wallpaper beneath.


Note American spelling of color and gray.

Tips
File names/Folder names are case sensitive under grub2.

Before taking a backup - 'clean' Drive C to remove any junk (C: - right-click - Properties - Disk Cleanup - Clean up System
Files)

You can hide the Clonezilla volume and Backup volume from the user completely by using Diskpart:

(Admin cmd prompt) >


Diskpart
list vol
sel vol X (where X is desired volume)
ATT VOL SET HIDDEN
sel vol Y (where Y is desired volume)
ATT VOL SET HIDDEN

To unhide use ATT VOL CLEAR HIDDEN

Note that if you hide the Backup volume, the _Autoxxxx.cmd scripts will not work because the volume will not have a drive
letter.
If you set the System attribute on the IMG folder, it will not be visible in Explorer - use this command in an Admin cmd shell -
attrib d:\images +h +s /d /s

To list the drives seen by grub2, press 'C' in the Clonezilla menu and type
ls
to list the drives in the system. Then try listing folders, e.g.
ls (hd0,gpt3)/Windows/

No menu
To suppress the menu text but still show the wallpaper, add the line to grub.cfg:

set timeout_style=hidden

To suppress the menu but show a countdown on the wallpaper, use:

set timeout_style=countdown

If this option is set to ‘countdown’ or ‘hidden’, then, before displaying the menu, grub2 will wait for the timeout set by timeout to
expire. If ESC is pressed during that time, it will display the menu and wait for input. If a hotkey associated with a menu entry is
pressed, it will boot the associated menu entry immediately. If the timeout expires before either of these happens, it will boot
the default entry. In the ‘countdown’ case, it will show a one-line indication of the remaining time.

Change the timeout value to vary the length of time the wallpaper is displayed.

Password access
To prevent unauthorised access (or accidental access if the user presses 'c' or 'e') set a password (in grub.cfg file) by
uncommenting the lines and editing:
x

6 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

set superusers="easy2boot root"


password easy2boot easy2boot
password root root
password doris passwd

With the above settings, to get access to the grub2 console (superusers only), press C and then enter a username of root and
a password of root.

I have added --unrestricted to all the menu entries to allow any menu entry to be used without needing a password.
Change this to --users "" for any entry you want to allow superuser access only or --users "doris" if a password has been set
for non-superuser doris. (e.g.add line password doris passwd to the password section)

Example - only root can run clonezilla menu:


menuentry "Clonezilla live (Default settings, VGA 800x600)" --users "root" {
search --set -f /live/vmlinuz
linux /live/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset locales=
keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch="no" vga=788 ip= net.ifnames=0
nosplash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
initrd /live/initrd.img
}

Automatic Unattended Backup and Restore


The three Windows .cmd scripts can be used to ensure that on the next reboot, an unattended backup or restore operation will
take place.
This means you can use TeamViewer to remotely restore the users system (see Tutorial 89 for more details).

The three files provided can be copied to any folder (or the Desktop) and must be run with Administrator rights:

Two 'tag' files are used in the C: root folder:

_AutoBackup (run as admin).cmd - deletes the current IMG image backup and writes C:\autobackup.tag
_AutoRestore (run as admin).cmd - writes C:\autorestore.tag
_CancelAutoCmd (run as admin).cmd - cancels any previously set backup or restore operation by deleting the .tag
files - you should always run this after backup or restore has successfully completed

The logic in the grub.cfg menu works like this:


IF IMG exists and C:\autorestore.tag exists - the Restore menu will be selected and a 10 second timeout set
IF IMG does NOT exist and C:\autobackup.tag exists - the Backup menu will be selected and a 10 second timeout set

Note that if a restore is unsuccessful, the operation may loop infinitely (but you have 10 seconds to stop it).
Also, CloneZilla may not reboot on failure!

You could duplicate the menus and code to have a USER backup as well as a IMG backup image if you wish, but I'll leave this
up to you!

If you set a timeout value of 0, it will always immediately boot to Windows (unless you use the _Autoxxxxx.cmd scripts to start
an operation).

Change the grub2 menu heading


The grub2 heading is determined by the \EFI\boot\locale\en.mo language file

You can use a hex editor to modify the bytes in the en.mo file - OR -

You can use Easy2Boot to modify the file as follows:

1. Make a text file \_ISO\MAINMENU\PATCHENMO.mnu

title Patch EN.MO file\n Patch the en.mo grub2 language file
set GRUBHEAD=Windows Backup\\Restore Menu
# Modify grub2 file
cat --locate="ion %s\x00" /en.mo > nul
cat --skip=%?% --number=1 --locate=\x00 --replace="\x00%GRUBHEAD%\x00" /en.mo > nul
echo
cat --hex /en.mo
echo
pause
root ()
boot

Change the 2nd line to whatever heading you want - note that \ must be written as \\

2. Copy the en.mo file to the root of the E2B USB drive

3. Boot to E2B (use a real system or VBOX_VMUB - do NOT use the TEST_QEMU.cmd script or VBox alone or the changes
x

7 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

4. Copy the \en.mo file to replace the one in the Clonezilla folder.

Note: the grub2 lang variable must be set to eng so that eng.mo is used. This is already done in the grub.cfg file.

ċ Tut142_CloneZilla_UEFI_Restore.zip
Download
13k v. 5 22 Sep 2017, 01:29 Steve Si

Comments You do not have permission to add comments.

Sign in | Recent Site Activity | Report Abuse | Print Page | Powered By Google Sites

Related Articles on this Site

89 - Automated Windows
partition backup\restore boot
menu using CloneZilla -
RMPrepUSB
www.rmprepusb.com

Download - RMPrepUSB
www.rmprepusb.com

Latest RMPrepUSB versions +


downloads - RMPrepUSB
www.rmprepusb.com

Subpages - RMPrepUSB
www.rmprepusb.com

54 - How to Fix Write-


Protected Read-Only Drives
and SD Cards - RMPrepUSB
www.rmprepusb.com

8 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

steve6375

YouTube 2K

More Info

RMPrepUSB - Home Page


Donate
• RMPrepUSB - What does it do?
• RMPrepUSB Quick Start Guide
• RMPrepUSB User Guide &
FAQs
• RMPrepUSB FAQs
• RMPrepUSB - Version History
• RMPartUSB FAQs
• RMPartUSB Commands
• Forums (reboot.pro)
• Bugs - known, current and fixed
• Licensing of RMPrepUSB
Contact Me
Read and Sign my Guest Book
Blog
Latest Site News
Useful External Links (inc.
Windows 7/8/8.1 ISOs)
Downloads
Download
Latest RMPrepUSB versions +
downloads
Tutorials (oldest first)
01 - How to image a Windows
system using a bootable WinPE
USB drive and ImageX
02 - How to create a USB drive
x

9 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

04 - How to boot directly from a


USB drive using an Emulator or
VM under Windows
05 - CHROMIUMOS - a browser
OS on a USB Stick
06 - YouTube Video Tutorials
07 - All about 'Fake' SD cards and
USB Flash drives
08 - Make a bootable USB drive
for the Norton Ghost Symantec
Recovery Disk/Tool
09 - How to make a bootable
BACKTRACK 4/5 (linux) USB
drive
10 - Boot BITDEFENDER Rescue
CD from USB as an ISO file
11 - Make a free bootable image
recovery USB flash drive using
FINNIX
12 - Reset a Windows User
password
13 - How to find Windows User
passwords using OPHCRACK 3.4
14 - Crack or clear your BIOS
password with PC CMOS
CLEANER (uses Parted Magic)
15 - How to emulate USB booting
using Qemu Manager
16 - How to boot to different
WinPE versions using a single
boot.wim that contains multiple
images
17 - StartOS - a 'Windows-like'
version of linux on a stick
18 - ISO Files - Burn, Extract,
Mount or Edit ISO files
19 - Create your own
RMPrepUSB package using
Nullsoft Scriptable Installer (NSI)
20 - Add MEMTEST86+ memory
test program to your grub4dos
menu.lst file
21 - GRUB4DOS GUIDE (with
videos) - how to make a multi-
boot drive (+examples)
22 - How to boot PCLINUX (and
most other 'difficult' linux versions)
without using a 'flat-file' structure
23 - How to fix a 'corrupt' USB
drive that causes Windows or
RMPrepUSB to stop responding
24 - Boot the Ultimate Boot CD for
Windows (UBCD4WIN/XP) or
BartPE from a USB drive
(includes ISO boot)
25 - Securely ERASE (wipe) your
hard disk of ALL data (before
disposing of it)
26 - Send and sniff commands
to/from your USB device (and see
what your BIOS would see!)
27 - Diagnose how your BIOS
boots USB drives
28 - Recover files and photos
from a corrupt SD card or any
drive (free!)
29 - Boot Hirens Boot CD as an
ISO file from a USB drive (version
15.2)
30 - How to install XP onto a Hard
Disk from an XP ISO on a
bootable USB drive
31 - Boot and install Windows 7 or
Vista or Server 2008 (both 32 and
64 bit) from ISO files from a single
bootable USB install drive
32 - Create a USB drive with
multiple Vista/Win7/Server2008
install ISO files in 3 simple steps!
33 - How to create bootable
x

10 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

35 - How to make a bootable


antivirus AVG RESCUE USB
drive
36 - Boot to Hiren's Boot CD from
a USB drive (v13/v14/v15.1
/15.1DLC)
37 - Create a DOS Bootable USB
drive (using grub4dos) suitable for
BIOS flashing
38 - Create an iGel Universal
Desktop Converter (UDC) installer
USB Flash pen
39 - How to repair your USB
Flash drive
40 - REDO, a Bare Metal Backup
and Recovery solution
41 - Microsoft Standalone System
Sweeper (MSSS) ANTIVIRUS
Beta Tool
42 - Make a mini Windows 7
bootable USB pen (using
MAKE_PE3)
43 - Install Windows 8, Server
2012, Win 7, 2K8 & Vista from
multiple ISO files on the same
Flash drive
44 - USB Boot Kaspersky 10 &
2012 Rescue Disk (AV)
45 - How to PXE boot grub4dos
or WinPE (from a Windows 7 PC)
using tftpd
46 - Ubuntu 11-15 - boot from ISO
47 - How to install Windows
Vista/7/SVR2K8 onto a USB drive
(or any partition)
48 - Is your BIOS lying to you
about it's RAM memory size?
49 - Control your Notebook/Media
Centre PC from your main PC
with Synergy
50 - Prepare a bootable USB
drive using linux commands
51 - How to edit or make your
own Language.INI file for
RMPrepUSB
52 - Install Windows 8 as a VHD
(no need to re-partition!)
53 - Windows 8/8.1/10 To Go
(boot Windows 8/10 from a USB
drive!)
54 - How to Fix Write-Protected
Read-Only Drives and SD Cards
55 - Boot Slax from a USB drive
56 - Forgotten Windows
password? No problem with Kon-
Boot!
57 - Automatic grub4dos menus,
using hotkeys, hiding the menu
and silent startup
58 - Trinity Rescue Kit - boot from
USB
59 - Save or list all your current
passwords
60 - Add Plop to your grub4dos
menu
61 - Run the OCZ SSD Firmware
update ISO from a bootable USB
Flash drive
62 - Chainload syslinux from
grub4dos/grub/grub2 and vice
versa
63 - Install XP and Win7 onto a
computer from one USB flash
drive containing ISO files!
64 - Boot Abstradrome HDD
Regenerator from an image on a
USB drive
65 - Make a grub4dos bootable
ISO

11 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

68 - WEE (wee63) and


WEEsetup.exe - an alternative
bootloader
69 - Boot over the internet with
iPXE
70 - Fbinst, XBoot, Yumi and
other popular USB boot solutions
71 - Grubutils - menuset, wenv,
bios, grub4dos utilities and batch
files
72 - Easy2Boot - a grub4dos
multiboot USB drive that is
easy to maintain!
73 - Try Porteus with persistence
booting from an ISO using
Easy2Boot
74 - Boot Winternals ERD
Commander from ISO or flat file
structure
75 - Test your memory
(RAM/DIMMs)
76 - Quickly setup PXE booting to
install any Windows OS or PXE
boot linux, etc. with SERVA!
77 - Create a multiple partition,
multi-boot USB Flash drive under
Windows
78 - Run live XBMCbuntu from a
multiboot USB drive
79 - Make an RM Connect CC3
Multi-Station Build USB Flash
drive
80 - How to retrieve files from a
computer without booting it to an
OS (via PXE)!
81 - Make your own automatic
Windows restore partition
(ImageX-based)
82 - Install XP to hard disk from
ISOs using WinPE v3
83 - Download ImageX, BCDBoot
and other WAIK tools
84 - Switch XP to AHCI mode
85 - Add the O&O DiskImage
Professional ISO to your USB
multiboot drive
86 - Dynamically change the disk
volume label using grub4dos
87 - Install the Ultimate Boot CD
onto a USB drive
88 - Boot Avira Rescue from USB
89 - Automated Windows partition
backup\restore boot menu using
CloneZilla
90 - Install Windows 8 to a VHD
file on a USB drive!
91 - Replace Windows
XP/Vista/Win7 with Windows 8
without a DVD or USB drive
92 - BITS - Intel BIOS
Implementation Test Suite
93 - Boot almost ANY linux ISO
from a grub4dos USB drive (e.g.
Tails, BackTrack or even
Ophcrack)!
94 - Boot BackBox from your USB
grub4dos multiboot drive
95 - Make a bootable Windows
Recovery USB Flash drive from a
Windows 7 system
96 - Add an automatic linux ISO
file menu to your grub4dos
multiboot USB drive
97 - Write-protect or make a
CD/DVD partition on a Flash
Drive using SMI_UFDiskUtilities
98 - Add Linux Mint 14 ISO files to
your grub4dos multiboot USB
drive

12 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

installs (+fix 'NTLDR is missing'


error)
103 - Fix or Repair XP if it is not
booting (using the XP Recovery
Console)
104 - Boot pclinux from ISO with
persistence
105 - Clone your Windows XP Pro
system to a USB drive (using
USBoot)
106 - Boot any Linux LiveCD ISO
from your Hard Disk
107 - Quick way to make a WinPE
v3 and Backup/Restore ISO
(using Macrium Reflect)
108 - XP Install using Rufus and
add it to your grub4dso multiboot
USB drive
109 - USB Rubber Ducky Hack
Device (Hak5)
110 - Run full Windows XP to Go!
from a USB drive
111 - How to semi-automate
Windows driver installation
112 - Virus/RootKit/Ransomware
Removal and CleanUp
113 - How to use Easy2Boot with
FlashBoot (for that odd system
that won't boot properly)
114 - How to make an Easy2Boot
(grub4dos) USB Flash drive using
linux
115 - Convert a WinPE 'Flat-File'
ISO to a ramdisk (boot.wim) ISO
116 - Add Hirens 9.5 to your
grub4dos USB Multiboot drive
117 - Install Windows 98SE/ME
from an ISO file on an Easy2Boot
USB drive
118 - Make bootable Clonezilla
backup/restore USB Hard Disk
119 - Boot HitManPro KickStart
from a grub4dos multiboot USB
Flash drive
120 - How to add RedHat Install
ISOs to Easy2Boot
122 - Boot directly to UEFI mode
using Clover
123 - Re-Install linux to your Asus
EeePC 701/90x/1000/S101 from
a USB drive
124 - Cold Boot Attack! - dump a
computer's memory to a USB
drive
125 - Create a dual-partition USB
boot drive using YUMI
126 - Boot CentOS or Fedora
from an ISO file using grub4dos
127 - How to make Dual-boot 32
& 64-bit MBR & UEFI WinPE USB
drive
128 - Boot the Parted Magic ISO
file (Live) using grub4dos from a
USB drive
129 - Windows 8.1 To Go on
Fixed or Removable-type USB
drives (VHD)
130 - 'True Hide' partitions using
grub4dos
131 - Boot to a TrueCrypted Win
8.1 hard disk via USB
132 - Automate Windows 7/8/8.1
installs using an
AutoUnattend.xml file
133 How to enter UEFI BIOS
Setup without press a key on the
keyboard
134 - Configure Windows to boot
to grub4dos using the BCD
x

13 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

138 - Directly boot from a


Windows 7/8/10 VHD file with
grub4dos
139 - Install Windows 7 from a
USB 3.0 port
140 - SysInfo2.hta - Collect
system information and email it to
anyone (VBScript)
141 - Patch BOOTX64.EFI to boot
a different BCD
142 - Automated UEFI-Windows
Restore using CloneZilla
143 - Modify any WinPE OS
without changing the source files
using PEStartup
Other Useful Articles
Advanced Format (4K sector)
hard disks
Fix USB 3.0 'This device can
perform faster' System Tray
message!
Download a whole website and
view it offline using wget!
Getting started with the Raspberry
Pi (RPi)
Raspberry Pi v1 and v2 +
Motorola Atrix 4G lapdock
Boot from CD/USB/Floppy to
access an NTFS partition
Recording videos with
Camstudio+Movie Maker for
YouTube
XP Setup CD/ISO Clean
Installation Reference
How to compile grub4dos and
grub4dos utilities
Windows boot process and
grub4dos wimboot
Fix for 'Vertical page scrolling not
working in Excel'
Reboot.pro Tutorials
Sitemap
Recent site activity

14 of 15 5/13/18, 9:27 AM
142 - Automated UEFI-Windows Restore using Cl... http://www.rmprepusb.com/tutorials/142---window...

Quick Links

Home
Download
Grub4dos Guide
Win8 Dual Boot
Hirens
Boot from USB in Virtual Box
Top Menu

Follow Us

© 2018 rmprepusb.com. All rights reserved.

Privacy Policy

back to top

15 of 15 5/13/18, 9:27 AM

You might also like