Showing posts with label Ribbon. Show all posts
Showing posts with label Ribbon. Show all posts

Thursday, March 1, 2012

Windows 8 Consumer Preview available for download

On 29-2-2012 the second build of Windows 8 (server and client) is showed to the world. After the Windows Developer Preview earlier last year, there's now a Consumer Preview available for download. Windows 8 (server and client) is build on Metro, the User Interface we know from Windows Phone 7 devices. That way it's usable on servers, desktops, laptops and tablets, with touch interface!


The Windows 8 Consumer Preview ISO can be download HERE
The Windows Server "8" Beta ISO can be download HERE

How to install Windows 8 Consumer Preview from an ISO image

The easiest way to convert an ISO file to a DVD in Windows 7 is to use Windows Disc Image Burner. On a PC running Windows XP or Windows Vista, a third-party program is required to convert an ISO file into installable media—and DVD burning software often includes this capability. One option is the USB/DVD download tool provided by the Microsoft Store. You can also download Windows 8 Consumer Preview Setup, which includes tools that allow you to create a DVD or USB flash drive from an ISO file (Windows Vista or Windows 7 required).

Friday, September 16, 2011

Guide to install Windows 8 on a VHD (Virtual Hard Disk)

Yesterday I posted a blog about installing Windows 8 on a virtual machine. Easy to do, but not exactly what I want. This because i think it's better to create a VHD (Virtual Hard Disk) and use the full resources of your device. Today my second install of Windows 8 takes place, this time on a VHD. The following steps are needed to get it done.

1) Download the Windows 7 USB/DVD download tool and install it on your Windows device. Download
2) Start the Windows 7 USB/DVD download tool and follow the steps. Select the Windows 8 ISO and use a empty USB device (4GB min.)

Select the Windows 8 ISO file on the hard disk

Use an empty USB device for installing Windows 8

Select the empty USB device and start/begin copying

Copy job is done and the USB device is ready to use now!

3) Open Disk Management and create a VHD file with Action > Create VHD. I've selected a dynamically expanding 20GB Virtual Hard Disk.

It's also possible to use DISKPART for that, but I'm just a GUI user. The steps needed for this will be then:
  • DISKPART
  • CREATE VDISK FILE="D:\VHD\Win8.vhd" TYPE=Expandable MAXIMUM=20000
  • SELECT VDISK FILE="D:\VHD\Win8.vhd"
  • ATTACH VDISK
  • CREATE PARTITION PRIMARY (optional)
  • EXIT
Just create a VHD file on your hard disk with enough free space

4) Now it's time to start from the bootable USB device. Choose USB when booting in the BIOS boot order menu. Windows 8 installation is starting then from the USB device!
5) Choose for a Custom installation, dont select an existing partition but just press SHIFT-F10 for a command window. Now choose the following commands:
  • DISKPART
  • SELECT VDISK FILE="D:\VHD\Win8.vhd" (Use List Disk in Diskpart to see what's drive the VHD is on. It's different then usual, so see comments for that one)
  • ATTACH VDISK
  • EXIT
6) Select the Windows installation screen again and press Refresh. That way the new created VHD partition becomes available.
7) Just install Windows 8 on the selected VHD partition, and let the magic happen! It will takes some time..

During installation a few reboots are needed. After that Windows 8 will be started. Select your network connection (wired/wireless) and start working immediately. There are default Apps for Twitter and Facebook available, so there's enough to do and see ;)

After the next restart a boot menu becomes available. When choose Options here, there's the choice between Windows 7 (existing OS) and Windows Developer Preview (a.k.a. Windows 8).

Both Operating Systems can be used by now, no need to use a virtual machine (or something like that) anymore. Just experience the full OS on full screen with all hardware resources available! Mine is running on 1680x1050 and wireless connection. That way Windows 8 will let you experience the true functionality.

Update: This guide can also be used for Windows 8 Consumer Preview. Just remember to write down the product key needed.

Update 1-3-2012: When the 0x000000f error is showed on first boot, and no OS can be started at all, just try the following:
  • Boot from USB to be able to select your Windows (7) OS
  • Remove Windows 8 from boot order with BCDEDIT
  • Disable BitLocker (!)
  • Try again…
Thanks to @micmyh for support on this!

Update 1-6-2012: This guide can also be used for Windows 8 Release Preview. Just remember to write down the product key needed.

Thursday, September 15, 2011

Windows Developer Preview or Windows 8 for developers available

On 14-9-2011 the first build of Windows Developer Preview is showed to the world. The Windows Developer Preview is a pre-beta version of Windows 8 for developers. Windows 8 is build on Metro, the User Interface we know from Windows Phone 7. That way it's usable on desktops, laptops and tablets, with touch interface!

In this blog I show you the installation & look and feel. Support for ConfigMgr 2007/2012 functionality follows later. First download the ISO from here: http://msdn.microsoft.com/en-us/windows/home/
I've created an virtual machine with 1 CPU, 2GB RAM and 20GB Disk. That's enough for having a smooth running virtual machine. The ISO can be mounted with a virtual CD/DVD-drive for installing Windows 8.

When the error message "This 64-bit application couldn't load because your PC doesn't have a 64-bit processor" is shown, enable "Virtualization" or "Hardware Virtualization" in your BIOS to get it working.

When using Virtual PC download the 32-bit version of Windows 8. Virtual PC can only handle 32 bit guest systems. I've download the 64-bit version and used Oracle VirtualBox to install Windows 8 and capture screenshots.

The installation is approximately done in 10 a 15 minutes. During installation the following screens are seen:
Looks the same as Windows 7 installation..

Finalizing your settings/ Preparing your PC

Windows 8 is already up and running, yeah!

Windows desktop is still available as TILE

When installing an program/tool a popup opens

This is the default screen when restarting..

A start menu in Metro UI is also available

Tiles can be managed by a ribbon with menu options

Nice to see in Windows 8 is the choice to switch between the Metro User Interface (UI) and the classic Windows (7) desktop. Known functionality as Control Panel, Windows Explorer and Internet Explorer are still available. New installations adds new tiles on the Metro UI. 

All tiles can be fully managed by an ribbon, which comes available when right-clicking a tile. When starting a tile/application, go back to the leftdown corner to access the start menu. That way going back to the Metro UI is possible. The application remains available that way.

Next time I have a look at more functionality and ConfigMgr support. Stay tuned for more!