Installing Vista on the Eee - i've done it and it works! |
![]() ![]() |
Installing Vista on the Eee - i've done it and it works! |
|
Nov 21 2007, 15:16
Post
#1
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
Forget all the people who told you Vista wouldn't work on the limited space of the Eeee... check out the video below, then check out how to do it
The Video: * caveat: When I was recording the video, everything felt slower than it was earlier... I realised that I had just turned on Disk Compression, probably didn't help. Should give more space tho The Deets: To make this work, I started with... - An Eee PC, completely unmodified (4GB version, 512MB RAM) - A SD card (you'll need this, 2GB minimum, the bigger the better. I'm using 8GB, which are nice and cheap now) - A Vista DVD - A 1GB USB stick Here's what I did! - Download vLite from http://www.vlite.net/, and use to create a custom ISO with bits of Vista removed you don't need, the edition you want (I used Home Premium), such that it'll fit on your USB stick. - Format USB stick with a single FAT32 partition, and set active. I did it in Vista, with the following commands from a command prompt (with admin rights): CODE DISKPART LIST DISK (note the number of your USB drive at this point) SELECT DISK 1 (or the appropriate number from the command above) CLEAN CREATE PARTITION PRIMARY SELECT PARTITION 1 ACTIVE FORMAT FS=32 ASSIGN EXIT - Copy contents of your newly created ISO to the stick (you can extract the ISO with WinRAR, burn it to CD, mount it with Daemon Tools etc. etc.) - Insert USB stick into Eee - Turn on Eee, pressing escape at startup to select the USB stick as the boot device - Install Vista, configuring 1 single 4GB partition. - You should now have Vista, but chances are there isn't much space left. Ensure your SD card is in the slot at this point, and showing as drive D:. - You need to download PendMoves and MoveFile to your machine from http://www.microsoft.com/technet/sysintern.../PendMoves.mspx. Put them in \Windows\System32 Right, now the clever stuff. The thing that stops Vista playing ball on the Eee is it's HUGE side by side directory, \Windows\winsxs. I mean huge... on my machine it was 1.5GB. The real problem is that it's huge AND very difficult to move. We're gonna put it on SD however - Navigate to the \Windows\WinSXS directory, and view the security properties. You need to first give yourself ownership of the directory, and then give yourself full access (i'd use the administrator account to do this stuff). - Now run a command prompt, and create a dummy directory. Type 'mkdir c:\windows\winsxs.moved' - Now that's done, we're gonna create a junction (like a Symbolic link for Vista). Type 'mklink /J c:\windows\winsxs.link winsxs.moved' - Good, now delete the winsxs.moved directory. Trust me on this one That's the preperation done. Now we need to use MoveFile to schedule renaming of the winsxs at reboot. This is the magic that will give us control over that nightmare directory. - From the command prompt, run 'movefile c:\windows\winsxs c:\windows\winsxs.moved'. As you can see, this is renaming the winsxs directory before anything can get a hold on it. - From the command prompt, run 'movefile c:\windows\winsxs.link c:\windows\winsxs'. This puts a winsxs directory back (as far as the OS is concerned), so everything doesn't collapse in a heap. - Now type 'pendmoves'. It should show the 2 pending moves you've entered above, with NO ERRORS. If it all looks good, REBOOT! On reboot the critical renames / moves will happen, and we'll be free of the shackles that stopped us messing with that pesky winsxs directory. - When your PC is booted, again open a command prompt, and 'dir c:\windows\winsxs*'. If it's all gone well, you'll see a winsxs.moved real directory, and the winsxs junction. If it HASN'T worked, repeat the above steps! If it's all good, then we're nearly home and dry. All we need to do is relocate WinSXS and amend the junction. - Using Windows Explorer, COPY the whole winsxs.moved directory to a \Windows directory on your SD card. As it's HUGE, it'll take ages, and is often quicker using a USB card reader than the internal card reader. - When this has finished, rename the directory on the SD card from winsxs.moved to winsxs. Go to a command prompt (again!) and type 'rmdir c:\windows\winsxs'. Then, type 'mklink /J c:\windows\winsxs d:\windows\winsxs'. - To be sure everything is happy, in explorer browse to c:\windows\winsxs. You should see a ton of files. They're really on your SD card - Reboot After reboot, you should be able to delete c:\windows\winsxs.moved and FINALLY liberate all that disk space. Now you're at the point where you need to tweak your system. This means reducing / moving the page file, disabling hibernation and so on and so forth. To disable hibernation on Vista, drop to a command prompt and type 'powercfg -h off'. There's one last thing you should do. When you download Windows Updates etc., the files get put into C:\Windows\SoftwareDistribution, and this will quickly become huge. I recommend moving this to the SD too. It's easier though... stop Windows Update service, move directory, create junction, restart service, DONE! It goes without saying that when you install apps (e.g. i'm gonna put Office 2007 on), you should install them to D:\Program Files - your SD - where appropriate! Job done, you have Vista on your EEE Please let me know how you get on! P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
|
Nov 21 2007, 15:49
Post
#2
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
A couple of points, these may sound obvious but...
- ejecting the SD while the machine is running is a bad idea - booting up the machine without the SD in is a bad idea I have a hunch some of the Vista 'Windows Updates' improve file copy performance, so it may be worth while doing a windows update BEFORE moving winsxs. You might want to relocate SoftwareDistribution first tho P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
|
Nov 22 2007, 14:17
Post
#3
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
Don't underestimate the innovation in this install... to my knowledge nobody has ever managed to move winsxs to another volume before
P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
|
Nov 22 2007, 15:05
Post
#4
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
I might chuck a 1GB stick of RAM in later, and see how that affects it...
P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
Nov 22 2007, 16:32
Post
#5
|
|||
|
Regular Group: Posters Posts: 121 Joined: 9th December 2002 From: Pontypridd, Wales Member No.: 930 |
nice to see that I can install vista but can't think of a reason I would want to.
-------------------- |
||
|
|
|||
|
Nov 22 2007, 16:45
Post
#6
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
Indeed, I just wanted to see if it could be done
P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
|
Nov 22 2007, 22:45
Post
#7
|
||
|
Newbie Group: Posters Posts: 29 Joined: 26th May 2004 Member No.: 44,556 Device(s): Atom Life |
Haha! Impressive indeed P. Your ardous will to see if it works, just for the hell of it is impressive. Now I can show my buddies that it DOES work, if they EVER wanted to. How long did it take you btw?
-------------------- Orange SPV -> Orange e100 ->SPV c500 -> c550 -> c600 -> e650 -> Atom Life
|
||
|
|
|||
|
Nov 22 2007, 22:47
Post
#8
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
Don't ask
Now that the process is documented it's not too bad, but I think I did about 5 rebuilds to get it all working, not to mention copying the winsxs directory to SD, 17,000 files ish and 1.7 GB, took an AGE each time! P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
|
Nov 22 2007, 23:16
Post
#9
|
||
|
Newbie Group: Posters Posts: 29 Joined: 26th May 2004 Member No.: 44,556 Device(s): Atom Life |
Well done nevertheless. I too would like to get a custom XP working. I know many users have too.
Also, I'm beginning to need that extra 512MB I think. For web browsing, uni work (excluding CAD or any 3Dness), I think 512 is enough. Key word being 'enough'. ASUS aint stupid. BUT, for example, mid my firefox 5 tabs and Pidgin 5 tabs IM-ing, I decide to check my mail, launch Outlook2007 :S Some random annoying error about memory. Sigh. I understand this is a situation where one has outlook on the eeepc and is a silly concept esp. with screen size and size of .pst. But if the eeepc is your main PC -------------------- Orange SPV -> Orange e100 ->SPV c500 -> c550 -> c600 -> e650 -> Atom Life
|
||
|
|
|||
Nov 26 2007, 02:06
Post
#10
|
|||
|
Newbie Group: Posters Posts: 25 Joined: 9th May 2003 Member No.: 5,831 |
thanks for the instructions about the WinSxS folder Paul. Worked out fine for me until the end, there was still 200MB worth of sub directories in my winsxs.moved folder, when I tried to delete them the OS kept saying they were in use. Gonna try again with another new image soon.
|
||
|
|
|||
|
Dec 6 2007, 14:56
Post
#11
|
||
|
Newbie Group: Posters Posts: 2 Joined: 6th December 2007 Member No.: 330,025 Device(s): Asus eee |
Great It worked is there any way that I can do the same with xp ?
|
||
|
|
|||
|
Dec 10 2007, 13:33
Post
#12
|
||
|
Newbie Group: Posters Posts: 3 Joined: 10th December 2007 Member No.: 331,455 Device(s): Asus EEE |
Hey guys, i need helped,
Slipstreamed vista and installed it, moved winsxs to sd card... installed drivers... can't get the webcam up and running... all drivers appear in Device Manger as installed, flash site can't power on the webcam, yahoo or msn messneger reports as no webcam present... what to do... i really need webcam on this eee... btw i changed the ram to 1 gb and removed swap, works smooth... how to power on "manually" the webcam? or what model and what drivers to install so it can be automatically detected and powered on? Tnx guys... |
||
|
|
|||
|
Dec 10 2007, 13:43
Post
#13
|
||
![]() The Main Man Group: Admin Team Posts: 21,075 Joined: 6th November 2002 From: Norwich, UK Member No.: 1 Device(s): HTC Advantage |
Check it's enabled in the BIOS!
P -------------------- Paul O'Brien - Microsoft MVP, Mobile Devices, MoDaCo.network Founder. Check out my Blog! £10 off a £20 spend at eXpansys - click for details |
||
|
|
|||
|
Dec 10 2007, 15:51
Post
#14
|
||
|
Newbie Group: Posters Posts: 3 Joined: 10th December 2007 Member No.: 331,455 Device(s): Asus EEE |
lol... i am so stupid... forgot about the bios...
|
||