March 11, 2009
Recently I said
@JMBucknall Does he now? How exciting; I need to get me one of those!
(View)
@JMBucknall Yeah, I heard a rumour you’d okay’d it too.
(View)
@fkerrigan "Lawful reason or reasonable excuse" is all your need. I need a usb drive for work m’lud
(View)
@fkerrigan you know you want one (View)
RT Tweet something true that you like about @DevExpress, tag it #DXUSBKnife and get a chance to win this cool USB Knife: http://is.gd/mKSw (View)
IronSmalltalk rumour: @JMBucknall is going to give @garyshort one day off per week just to work on IronSmalltalk. How cool is that?!! (View)
@olivers enough with the IronSmalltalk thing already!! (View)
@hhariri there won’t be software to go with the manual either lol (View)
@omonien Did I mention I wasn’t writing a book?
(View)
Why not come and join the conversation at http://www.twitter.com/garyshort
2 Comments |
Microblogging |
Permalink
Posted by garyshort
January 10, 2009
Having access to MSDN via the MVP program, I downloaded the beta version of Windows 7 as soon as it became available, with the idea of loading it onto my Acer Aspire One netbook (an nice little Christmas present to myself!).
With the software downloaded there was just one issue to overcome, how do you install an OS onto a netbook with no optical drive? The answer is you need a bootable USB drive. It took a lot of searching around the net to work out how to do this, so I thought I’d outline the steps here, mainly for my own benefit, so I know where to look the next time LOL. This guide will show you how to get W7 beta onto an Acer Aspire One Netbook, YMMV with other netbooks.
Step 1 – Let’s create a bootable USD Drive!
- Clearly, the first thing you need is a USB drive and the one I used was an 8GB Seagate model.
- Plug the drive into your PC.
- Open a command prompt as administrator.
- Get the drive number by typing:
diskpart
list disk
On my machine the USB disk was number 1.
- Format the drive by typing:
select disk 1
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit
- Mount the Windows 7 beta iso using Daemon Tools or similar.
- Navigate to the boot directory
cd E:\boot
- Using bootsect, we’ll make the USB drive a bootable NTFS drive, ready for a Windows 7 image (my drive was labeled G):
bootsect /nt60 G:
- We are finished with the command prompt now, so you can close it.
Step 2 – Copy the installation files from the mounted Windows 7 iso to the USB drive.
Step 3 – Install on the Netbook
- Plug in the USB drive and turn on the netbook
- On start up press <F12> to select the bootable drive
- Select the USB drive and press return
- The netbook will boot from the USB drive and the installation will begin
- Install as normal.
I hope this helps someone, and if not, at least I’ll know where to look the next time I need this information.
Addendum: If you are interested in installing Windows 7 Beta on an Asus Eee PC 901, then check out this blog post.
136 Comments |
Technology, Windows 7 |
Permalink
Posted by garyshort