If you're like me, you want to try out that new kid from Redmond, Windows 8. Also, you might be like me and lack an optical (CD/DVD) drive. Many netbooks do not have a disc drive, as well as my MacBook Air not having one. I have two methods below, the first of which I discovered myself and the second was adapted from
here. The second method did not work on my MBA, so try it if you can't get the first one to work.
Method #1:
Requirements:
Step 1:
Install the Windows DVD USB tool on a windows machine.
Step 2:
Run the program and point it to your downloaded Windows 8 ISO and desired USB drive or SD card.
Step 3:
Make sure your machine is set to boot from a USB drive and reboot to the drive.
That's it! If this method doesn't work for you (it did for me) you can try the more involved method below.
Method #2:
Here's how you can install Windows 8 without a disc drive using a USB drive or SD card and MagicISO.
Requirements:
*USB Flash Drive or SD card (Minimum 4GB for 32 bit and greater than 4 GB for 64-bit Windows 8)
*Windows 8 installation image. You can download Windows 8 developer preview here:
http://msdn.microsoft.com/en-us/windows/apps/br229516
*
MagicISO
Follow the below steps to create bootable Windows 8 USB drive using which you can install or Windows 8 easily.
Procedure:
1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.
2. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights.
*Type cmd in Start menu search box and hit Ctrl+ Shift+ Enter.
Or
*Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as administrator.
3. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:
First type
DISKPART and hit enter to see the below message.
Next type
LIST DISK command and note down the Disk number (ex: Disk 1) of your USB flash drive. Mine was Disk 1. You'll be able to tell by the size description.
4. Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”. Refer the above step to confirm it.
So below are the commands you need to type and hit enter after each one:
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
ASSIGN
EXIT
Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.
5. Next use MagicISO (download
here) to mount your Windows 8 as a virtual disc. Check the drive letter you'll need for the next steps. Mine was F:.
6. Maximize the minimized Command Prompt in the 4th step. Type the following commands now:
F: CD BOOT and hit enter.Where “F” is your DVD drive letter.
CD BOOT
7. Type another command given below to update the USB drive with BOOTMGR compatible code.
BOOTSECT.EXE /NT60 F:
Where “F” is your USB drive letter. Once you enter the above command you will see the below message.
8. Copy your Windows 8 mount contents (find these by right clicking on the Windows 8 mount in your "Computer") to the USB flash drive.
9. Your USB drive is ready to boot and install Windows 8. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won’t explain it as it’s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.
Note: If you are not able to boot after following this guide means you haven’t set the BIOS priority to USB. If you got any problem in following this guide feel free to ask questions by leaving comment.