Download Windows 8 32 Bit Bootable Usb

0 views
Skip to first unread message

Roxanna Fitting

unread,
Aug 5, 2024, 2:26:10 PM8/5/24
to riraralmo
Usethis option and download Media Creation Tool if you want to create bootable USB media to perform a clean install on new or existing hardware. To get started you first need a license to install Windows 11 or have a Windows 10 device that qualifies for an upgrade to Windows 11.

To get started, you will first need to have a license to install Windows 11. You can then download and run the media creation tool. For more information on how to use the tool, see the instructions below.


My goal is so simple, the title says it all, but every way I've tried, I've failed. I've read instructions on various sites (besides here) and they all seem to be missing something... this is what I have:


Though I can easily create a bootable Windows 10 USB with Rufus, my goal is more educational: I want to understand what is going on, and what is the source of my failure, and if possible, to make it work.


This is confusing the heck out of me. I know that I'd save myself the trouble if I just stayed with Rufus, but this is not about going simple, but about understanding what is going on. I know a few GUI tools on Linux might solve the problem, but, again, my hope is to do it using the old Unix terminal if possible. if it's not possible, then I'd like to know why.


What way too many people fail to understand, because Linux ISOs are applying this method, but this is essentially a MAJOR HACK CALLED 'ISOHYBRID', is that, in most cases, you cannot simply take an ISO image and copy it byte for byte to a USB drive, and expect that to boot.


That is because the ISO format and the underlying file systems it uses (ISO9660 or UDF) are designed for optical boot, which is a completely different beast from regular HDD or USB boot. For one thing optical media, and therefore (regular) ISO images, don't have a partition table, which is (usually) essential for HDD or USB boot, and they also (usually) don't have a Master Boot record, a.k.a. MBR, which is essential for BIOS boot.


Now, the above only works when the secondary bootloaders (i.e. the ones that comes from Windows and which Rufus doesn't modify) are designed to support both optical and regular boot, which typically mean they need to handle both UDF or ISO9660 and FAT32 or NTFS file systems, as well as the other differences that present themselves when booting from disk vs from optical. But Microsoft did design its bootloader precisely for that, which is the smart thing to do, because, if your target system is UEFI, it means you (usually, as long as the 4 GB max filesize issue of FAT32 doesn't rear its ugly head) don't need a utility to convert an ISO to a bootable USB, but you can just format that USB to FAT32 and copy the ISO files onto it (file copy, not byte copy), and you have a bootable media.


And now that we have gone through all of the above, I can get into a rant and explain why I believe that the Linux distro maintainers, who usually are smarter than that, are actually doing some disservice to their users, even as they are trying to help them:


Almost all recent Linux distros use a MAJOR HACK called "IsoHybrid", where someone managed to figure out a way to make an ISO9660 optical image masquerade as a regular disk image, with a partition table, an MBR and everything... In other words, most Linux ISOs you find these days are abusing the ISO9660 file system to make it look like something it was never designed to look like: a dual disk and optical image.


Obviously, the goal is to create an ISO that can also be used with the dd command, even as an ISO should never be able to work that way. And I agree that, in theory, this sounds awesome, because being able to use a single image for completely different uses should be great for users, but in practice, this leads to issues that are often overlooked:


As far as I know, Microsoft have no plans to switch to the "hack" that is ISOHybrid for their Windows ISOs, which means that you're unlikely to ever be able to use dd to create a bootable USB media from it, and therefore, if you want to create Windows bootable media from an ISO you either:


Used the insights here as motivation to find a way to build a Windows Server 2019 bootable USB drive from Mac OS. The catch is that you need a GPT formatted disk as FAT32 and there are limitations around 4GB max filesize that you need to work around using wimlib-imagex extension. I originally tried using dd utility - but quickly realized that the disk format could not be used for WinOS boot.


Get RMPrepUSB Here: RMPrepUSB download latest version (fosshub.com)



Get the Dos6.22 IMG file from here as you already did.

With RMPrepUSB (I'm using v.2.1.739) select File->Drive.

Go through the prompts and let it put all the files from the ISO onto the USB stick.

Copy ALL the files on the USB stick to somewhere on your hard drive (these should be the only files in the folder).

"In the Copy OS files from here" section, put the folder that you just copied all the files from the USB stick to.

In Sec.3 select MS-DOS bootable.

In Sec.4 select FAT16 on the left, and "Boot as HDD" and "Use 64hd"**

(Make sure the checkbox next to "5 Copy OS files" is checked)

Select 6 Prepare Drive and follow the prompts. It will partition, format, MBR, bootsector and copy the files to the USB stick.

When 9. is complete, hit Eject Drive and remove USB stick.

That's it! Let me know if it works for you.



Note: I think the problem with just doing the File->Drive thing is that it doesn't put the files in the right place on the USB stick. When you let it prep and copy the files itself, it puts everything in the proper place and order.



** You may have to monkey with the checkboxes in this section. My laptop places the USB Boot under its "Hard Drive" section when it lists it in its BIOS. Your computer may consider it removable storage, or a FDD.


This topic covers how to manually create a Windows installation flash drive from Windows installation ISO disc image file or DVD, and is intended for manufacturers looking into creating media that they can use to manufacture Windows devices.


The steps described on this page assume you have Windows installation media and access to a Windows technician PC. If you're looking for an easy, automated way to create a bootable Windows installation flash drive, see:


Your computer is set to start up from the system partition on Drive 0. In order to boot to Drive 1 you need to establish a system partition on Drive 1, and then set the system to boot from that drive. To make a system partition on Drive 1, you would need to move/resize the Windows Partition to make room for the (new) system partition.


On your first disk you have the 500 MB EFI partition which you need to boot Windows 10. That is a Windows requirement. So when you remove that disk, with that partition, you cannot boot Windows. You need to recreat that on Disk 2. Perhaps the easiest way is to clone disk 1 to disk 2.


Recognise that any advice that I will try to give on what you want to do is likely to have errors and may cause you to need a reinstall anyhow. I have never tried what you are attempting and I have not taken time to research all the questions that have come to me in writing this. And I confess that I normally use Linux which has its own ways of dealing with Windows. If you have any valuable data on the PC, I would advice you to back it up.


You will have read that UEFI is now the accepted standard for booting PCs and laptops and that is what you have used to get to where you are. I think that a Windows install also adds (emergency?) boot information to that end partition but I think we can ignore that. Effectively you need to shrink the second drive by at least 550 MB and that can be done from within Windows. Hopefully you can shrink it from the front because that is where you need it. You can use gparted to do this which is a live Linux programme that will boot on the PC totally independent of Windows and will run from a USB stick. See .


If it were me I would use gparted to format that 550 MB to FAT32 and set the boot and ESP flags. Now remove the first drive or you could try moving any files from the first hard drive partition to the new 550 MB partition. With just the one hard drive in try booting Windows again or try a Windows repair.


To recap, my problem was that I had an SSD 250GB disk with a single NTFS Windows partition taking up the entire disk. So it needed a 2nd SSD drive containing an old boot partition in order to be usable. If either drive were to fail, my system would not be bootable.

3a8082e126
Reply all
Reply to author
Forward
0 new messages