Skip to main content

How to Create a 4GB Windows 8.1 x64 Bootable USB Flash Drive


How to Create a 4GB Windows 8.1 x64 Bootable USB Flash Drive

It is easy to install Windows 7 or Windows 8 from a USB flash drive. You just have to find any 4 GB or more USB flash drive, start the command line with the administrator privileges and run several commands.
However, having tried this operation with Windows 8.1 Enterprise x64, it turned out that the installation files don’t fit the 4 GB flash drive. It lacks just a hundred megabytes. Today we show how to solve this problem
How to fit Windows 8.1 distribution to a 4 GB USB flash drive?
You have a 4 GB or more USB flash drive. An ISO file with a Windows distribution and an operation system Windows Vista, Windows 7 or Windows 8 (also, Windows Server 2008 or higher).
Insert the USB drive into your computer.
Warning. All the old data on the USB stick in the process of creating a bootable USB drive will be deleted
First of all, if you have an 8 GB or more USB flash drive, you can try to use a Microsoft tool to create a bootable flash drive – Windows 7 USB/DVD download tool. If you can’t create a bootable flash drive with this tool, see below what to do.
Run cmd.exe as administrator. In this window, enter the command diskpart, to start  Diskpart tool.
windows 8 run diskpart tool
Now you need to find out what number was assigned to the USB flash drive. Enter list disk and look through the list of available disks
DISKPART> list disk
Disk ###  Status         Size     Free     Dyn  Gpt
——–  ————-  ——-  ——-  —  —
Disk 0    Online           30 GB  1024 KB
Disk 1    Online         4098 MB  1984 KB
Disk 2    Online           10 GB  1024 KB
Find a USB flash drive by the disk size and select it for further work. In my case, it is Disk 1 so I run the command select disk 1. Now follow these steps one after another:
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> select partition 1
Partition 1 is now the selected partition.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART> format fs=ntfs quick compress unit=512
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> assign
DiskPart successfully assigned the drive letter or mount point.
DISKPART> exit
Leaving DiskPart…
Pay attention to the text highlighted in red. In the line select disk 1 it is a number of the USB flash drive. In the second case, in the command FORMAT FS=NTFS QUICK COMPRESS UNIT=512 it is the difference from other manuals on how to create bootable USB flash drives.
COMPRESS means that compression will be applied to the NTFS files on the USB drive.
UNIT=512 sets the cluster size to 512 bytes. The default cluster size is 4 KB. However, there are a lot of small files in the distribution of Win 8.1, so we’ll make the data placement denser.
If you have a USB flash drive with the size of 8 GB or more, you’d better not specify the COMPRESS and UNIT=512 parameters, because it takes more time to copy your files to the USB flash drive when you are using them.
create bootable usb with compress option
Now you have to extract files from ISO images of Windows 8.1 distribution to your USB flash drive. In Windows Vista and Windows 7, you’ll have to use third-party utilities, such as WinRar, 7Zip, Far Manager, etc. to extract the files.
In Windows 8 and 8.1, ISO files are mounted as virtual CD / DVD drives and the files can be copied using Windows explorer.
If you have formatted your USB flash drive with COMPRESS, you have to move to it in Windows explorer, right-click bootmgr and bootmgr.efi, select Other and uncheck Compress contents to save disk space.
don't compress bootmgr file
If this is not done, while booting from a flash drive, you will see an error:
BOOTMGR is compressed
Press Ctrl+Alt+Del to restart
Now, return to the command line and run:
1
2
3
C:\Windows\system32>f:
F:\>cd boot
F:\boot>BOOTSECT.EXE/NT60 F:
Where F: is the drive letter of your USB drive.
BOOTSECT.EXE/NT60 F:
Now that’s all about creating a bootable USB flash drive. You can restart your computer/laptop and boot from the USB drive.
Note. If you create a bootable USB flash drive with Windows x64, but work in Windows x86 and vice versa, the command BOOTSECT.EXE/NT60 returns the following error:
This version of f:\boot\bootsect.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
Then you have to extract only the boot folder from Windows Installation Disk (ISO) containing files for the same platform as you are currently running (in our case, it is x86) to the C: drive. Run the following commands:
1
2
C:\Windows\system32>cd C:\boot
C:\boot>BOOTSECT.EXE/NT60 F:

Comments

Popular posts from this blog

sxhkd volume andbrightness config for dwm on void

xbps-install  sxhkd ------------ mkdir .config/sxhkd cd .config/sxhkd nano/vim sxhkdrc -------------------------------- XF86AudioRaiseVolume         amixer -c 1 -- sset Master 2db+ XF86AudioLowerVolume         amixer -c 1 -- sset Master 2db- XF86AudioMute         amixer -c 1 -- sset Master toggle alt + shift + Escape         pkill -USR1 -x sxhkd XF86MonBrightnessUp          xbacklight -inc 20 XF86MonBrightnessDown          xbacklight -dec 20 ------------------------------------------------------------- amixer -c card_no -- sset Interface volume run alsamixer to find card no and interface names xbps-install -S git git clone https://git.suckless.org/dwm xbps-install -S base-devel libX11-devel libXft-devel libXinerama-devel  vim config.mk # FREETYPEINC = ${X11INC}/freetype2 #comment for non-bsd make clean install   cp config.def.h config.h vim config.h xbps-install -S font-symbola #for emoji on statusbar support     void audio config xbps-i

Hidden Wiki

Welcome to The Hidden Wiki New hidden wiki url 2015 http://zqktlwi4fecvo6ri.onion Add it to bookmarks and spread it!!! Editor's picks Bored? Pick a random page from the article index and replace one of these slots with it. The Matrix - Very nice to read. How to Exit the Matrix - Learn how to Protect yourself and your rights, online and off. Verifying PGP signatures - A short and simple how-to guide. In Praise Of Hawala - Anonymous informal value transfer system. Volunteer Here are five different things that you can help us out with. Plunder other hidden service lists for links and place them here! File the SnapBBSIndex links wherever they go. Set external links to HTTPS where available, good certificate, and same content. Care to start recording onionland's history? Check out Onionland's Museum Perform Dead Services Duties. Introduction Points Ahmia.fi - Clearnet search engine for Tor Hidden Services (allows you

download office 2021 and activate

get office from here  https://tb.rg-adguard.net/public.php open powershell as admin (win+x and a ) type cmd  goto insall dir 1.         cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 2.           cd /d %ProgramFiles%\Microsoft Office\Office16 try 1 or 2 depending on installation  install volume license  for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" activate using kms cscript ospp.vbs /setprt:1688 cscript ospp.vbs /unpkey:6F7TH >nul cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:s8.uk.to cscript ospp.vbs /act Automatic script (windefender may block it) ------------------------------------------------------------------------------------------------------------------- @echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&