Tag Archives: 8.1

UEFI Installing Windows 8.1

Create a Bootable UEFI USB Flash Drive (Windows 8 / 8.1)

UEFI stands for “Unified Extensible Firmware Interface”. The UEFI specification defines a new model for the interface between personal-computer operating systems and platform firmware.

1. Insert the USB flash drive (for Windows 8.1 64bit use a 8GB device)
2. Open an administrative command window (Windows Key + X > Command Prompt (Admin))
3. Type the following commands:-

> diskpart
> list disk (identify disk # number representing the USB device)
> select disk #
> clean
> create partition primary
> format fs=fat32 quick
> active
> assign
> exit

4. Open File Explorer, navigate to your Windows ISO file, right click and select Mount
5. Select all files (Ctrl + A), right click and select Send to and then select Removable Disk

That’s it your good to go… If your system supports UEFI boot mode, then attach your USB flash drive, restart and drill through the Windows setup…

Windows 8.1 Upgrade Checklist

Deciding on installing Windows 8.1…? Have you performed the following…?

> Install Windows / Microsoft updates

> Install App updates

> Verify and install driver updates

> Uninstall incompatible programs

> Back-up your critical data

> Create recovery image

As an example take a look at the following guide from Dell

I have successfully upgraded my personal Dell Latitude laptop using the Windows Store… Hurrah…!