Installing Vista on the Eee 701 - i've done it and it works! |
![]() ![]() |
Installing Vista on the Eee 701 - i've done it and it works! |
Jan 24 2008, 15:58
Post
#41
|
|||
|
Newbie Group: Posters Posts: 1 Joined: 15th July 2005 Member No.: 139,456 Device(s): TyTnII |
I also tried to install Vista on my EEEpc.
Windows Update doesn't work after the modification, but I think there a problem with the permission... I'll try it later. My question was about the Vista drivers and especially the ACPI. I used the XP version, and with this version (like my old notebook Asus V6V) I can't use the volume buttons. With my V6V, I installed an ACPI from another notebook and now it works, but I can't find one that works with the EEEpc. Anyone has found a way to use this buttons with vista ? Thanks. |
||
|
|
|||
|
Jan 27 2008, 22:39
Post
#42
|
||
|
Newbie Group: Posters Posts: 2 Joined: 22nd January 2008 Member No.: 347,752 Device(s): Asus EEE, HTC Kaiser |
I've made some progress on this issue so I thought I would repost.
I changed two things since my first attempt and now I can sucessfully redirect directories to the SD card. I'm fairly sure I know which change was the positive one, but I will post both just incase. 1) My memory card was originally formatted NTFS, I reformatted it to FAT32. I'm fairly sure this didn't make a difference, but I didn't test. 2) Rather than using NTFS junction points, I used a Vista symbolic link. Just replace "/J" with "/D". The command to link to the SD card then reads: mklink /D c:\windows\winsxs d:\windows\winsxs This is what did the trick for me. The reasoning behind this is that Junction points have quite a few bugs, one of which is being a bit dodgy when stretched across different volumes. However mileage may vary. The limitation of this method is that Vista Symbolic Links will not work under XP or Linux (I think, not actually sure on that one). Although they work alot like unix symlinks they are actually "fake" and done by the filesystem driver, so they will only work on Vista (or something else that has been explicitly made to follow them). As for the ACPI issue, I'm getting the same problem. I've just realised its a rather funny bug with the ACPI drivers being designed for XP, and Vista having a per application volume control http://www.freevistafiles.com/Softarium-co...me-Hotkeys.html Hope this helps! |
||
|
|
|||
Jan 29 2008, 10:05
Post
#43
|
|||
|
Newbie Group: Posters Posts: 2 Joined: 28th May 2007 Member No.: 260,646 Device(s): moto q |
ive managed to get the vista iso down to 621mb. After i install i have 1gb free space and winsxs directory is 1gb. If i dont move the winsxs directory what exactly will happen? (besides running out of space) Will Vista crash?
|
||
|
|
|||
Feb 2 2008, 02:34
Post
#44
|
|||
|
Newbie Group: Posters Posts: 1 Joined: 2nd February 2008 Member No.: 351,916 |
Can someone please tell me on how you getting vista down to tiny sizes?
|
||
|
|
|||
Feb 2 2008, 03:11
Post
#45
|
|||
|
Newbie Group: Posters Posts: 1 Joined: 2nd February 2008 Member No.: 351,921 |
Tried the installation, sucessfully untill the first reboot after scheduling the renaming/moving, but upon reboot windows will not work, not in safe mode or any mode. Reinstalled vista, followed the instructions again, and the same problem arose. In the command prompt it shows the two pending moves without error before reboot. Any advice?
|
||
|
|
|||
|
Feb 6 2008, 09:52
Post
#46
|
||
|
Newbie Group: Posters Posts: 7 Joined: 11th January 2008 Member No.: 343,530 Device(s): EEE |
|||
|
|
|||
Feb 8 2008, 22:27
Post
#47
|
|||
|
Newbie Group: Posters Posts: 2 Joined: 31st May 2007 Member No.: 261,975 |
I've made some progress on this issue so I thought I would repost. I changed two things since my first attempt and now I can sucessfully redirect directories to the SD card. I'm fairly sure I know which change was the positive one, but I will post both just incase. 1) My memory card was originally formatted NTFS, I reformatted it to FAT32. I'm fairly sure this didn't make a difference, but I didn't test. 2) Rather than using NTFS junction points, I used a Vista symbolic link. Just replace "/J" with "/D". The command to link to the SD card then reads: mklink /D c:\windows\winsxs d:\windows\winsxs This is what did the trick for me. The reasoning behind this is that Junction points have quite a few bugs, one of which is being a bit dodgy when stretched across different volumes. However mileage may vary. The limitation of this method is that Vista Symbolic Links will not work under XP or Linux (I think, not actually sure on that one). Although they work alot like unix symlinks they are actually "fake" and done by the filesystem driver, so they will only work on Vista (or something else that has been explicitly made to follow them). can you specify the correct steps for moving this cursed winsxs folder? Did you just replace /D with /J and really worked? Thanks... P.S: I have allready destroy one Vista installation! |
||
|
|
|||
Feb 11 2008, 02:35
Post
#48
|
|||
|
Newbie Group: Posters Posts: 2 Joined: 11th February 2008 Member No.: 355,097 |
i followed the instructions exactly 3 times and it didnt work, kept getting BSODs
so I decided to use a fully functional, non vLited disc of Vista, booted from it, went into the repair console and did: 'xcopy c:\windows\winsxs.moved\*.* d:\windows\winsxs.moved\' so far it is copying everything, long process as we know, hopefully this will work and I can then rename d:\windows\winsxs.moved to d:\windows\winsxs followed: QUOTE 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. per directions lets see almost done will report back EDIT: Didnt work EDIT EDIT: I think this might be very helpful for those who are getting BSODs or having trouble. I investigated some searches on ownership in Vista and found this article http://www.mydigitallife.info/2007/05/25/e...ories-in-vista/ It explains ownership in Vista and provides a batch file and how to use it midway through the article. I used the batch file called TakeControlOf.cmd after copying the 'Movefile' and 'Pendmoves' into the windows\system32 folder as such run cmd with elevated priviledges aka as adminstrator go the folder where takecontrolof.com is located, in my case a USB drive mounted as E: ran E:\takecontrolof\TakeControlOf.cmd C:\Windows waiting about 15 mins for the batch script to process, rebooted followed the directions by Paul (MVP) as directed This post has been edited by tetrahedron: Feb 11 2008, 05:43 |
||
|
|
|||
Feb 11 2008, 11:45
Post
#49
|
|||
|
Newbie Group: Posters Posts: 2 Joined: 31st May 2007 Member No.: 261,975 |
i followed the instructions exactly 3 times and it didnt work, kept getting BSODs so I decided to use a fully functional, non vLited disc of Vista, booted from it, went into the repair console and did: 'xcopy c:\windows\winsxs.moved\*.* d:\windows\winsxs.moved\' so far it is copying everything, long process as we know, hopefully this will work and I can then rename d:\windows\winsxs.moved to d:\windows\winsxs followed: per directions lets see almost done will report back EDIT: Didnt work EDIT EDIT: I think this might be very helpful for those who are getting BSODs or having trouble. I investigated some searches on ownership in Vista and found this article http://www.mydigitallife.info/2007/05/25/e...ories-in-vista/ It explains ownership in Vista and provides a batch file and how to use it midway through the article. I used the batch file called TakeControlOf.cmd after copying the 'Movefile' and 'Pendmoves' into the windows\system32 folder as such run cmd with elevated priviledges aka as adminstrator go the folder where takecontrolof.com is located, in my case a USB drive mounted as E: ran E:\takecontrolof\TakeControlOf.cmd C:\Windows waiting about 15 mins for the batch script to process, rebooted followed the directions by Paul (MVP) as directed so the problem was the ownership part of the method? after that takecontrol thing you followed the instructiond made by MVP and really worked? |
||
|
|
|||
Feb 11 2008, 14:52
Post
#50
|
|||
|
Newbie Group: Posters Posts: 2 Joined: 11th February 2008 Member No.: 355,097 |
so the problem was the ownership part of the method? after that takecontrol thing you followed the instructiond made by MVP and really worked? well i followed MVP's ownership method, and while it does work, I found that using the batch script file I posted a link to previously was more effective in changing and maintaining the proper ownership of files not to get a BSOD, that was my experience |
||
|
|
|||
Feb 23 2008, 10:07
Post
#51
|
|||
|
Regular Group: Posters Posts: 103 Joined: 13th February 2006 Member No.: 172,583 |
well i followed MVP's ownership method, and while it does work, I found that using the batch script file I posted a link to previously was more effective in changing and maintaining the proper ownership of files not to get a BSOD, that was my experience how do you get vista so small, i got vlite but can onlyu get it to 2.0 g |
||
|
|
|||
Mar 17 2008, 15:02
Post
#52
|
|||
|
Newbie Group: Posters Posts: 1 Joined: 17th March 2008 Member No.: 368,490 |
I have xp for now and it works very good I am hoping that I will be able to follow you instruction and upgrade it to Vista. I also found a great tech support site and I used it to solve my troubleshooting problems. Here is the page for EEE PC problems
Good luck CO |
||
|
|
|||
|
Mar 26 2008, 03:24
Post
#53
|
||
|
Newbie Group: Posters Posts: 1 Joined: 26th March 2008 Member No.: 371,639 Device(s): eee pc |
Am I missing something?
What is the difference/benefit of moving the SxS folder to the SD card. Why don't you just leave it there and install your apllication and user data to the SD card? Brian. |
||
|
|
|||
|
Mar 26 2008, 09:16
Post
#54
|
||
![]() Moderator - Boing! Group: Admin Team Posts: 8,815 Joined: 12th December 2002 From: Guildford, UK Member No.: 993 Device(s): HTC Touch HD |
As the SxS folder takes up a LOT of space, and can avoid any issues that may arise from limited write cycles available on SSD's...
-------------------- This months MoDaCo WinMo Week device: the T-Mobile G1! Download the show here! 2.25GB of backup storage online for free with Mozy! - https://mozy.com/?ref=VQ664H Fresh fruit and nut box delivered regularly to your door from www.graze.com - get your first box for £1 with V2DQZ1C ! |
||
|
|
|||
|
Apr 7 2008, 08:23
Post
#55
|
||
|
Newbie Group: Posters Posts: 1 Joined: 7th April 2008 Member No.: 376,004 |
ehi paul i have a problem with windows update. same errors of other guys(i can't update or install microsoft products).there's fix for this?what can i do?how to move software distribution folder in sdhc?please help.tnx
This post has been edited by omnikohh: Apr 7 2008, 08:24 |
||
|
|
|||
|
Apr 18 2008, 18:05
Post
#56
|
||
|
Newbie Group: Posters Posts: 1 Joined: 18th April 2008 Member No.: 379,990 Device(s): Asus R2H, Eee 4 GB, TX1250 |
Hi, I try to install in my new Eee Vista Ultimate following Paul instructions, but I find two problems initially. It is impossible fomat FS = 32 in my Vista. Then, when I introduce the USB Stick with ISO install, I get a message: "Windows failed to start. A recent hardware or software change might be the cause.
Info: Windows failed to load because the kernel is missing, or corrupt. " The computer has just left the box where he was received today and I have not tampered with the hardware. (Perhaps the tactile screen built?) Can i help me? Thanks. |
||
|
|
|||
May 2 2008, 08:33
Post
#57
|
|||
|
Newbie Group: Posters Posts: 1 Joined: 2nd May 2008 Member No.: 384,645 Device(s): EEE PC, Acer Aspire 5101 |
i just bought a pearl white 4G eee, i was wondering will i be able to install windows vista home premium on a 500GB external hard disk and run it smoothly? thanks
|
||
|
|
|||
|
May 2 2008, 08:45
Post
#58
|
||
|
Newbie Group: Posters Posts: 1 Joined: 2nd May 2008 Member No.: 384,646 Device(s): EEE |
Nice post,
But I have a problem I couldn't install vista on my Eee. This error came: "missing operating system". Please help. Tnx, Daichi |
||
|
|
|||
|
Jun 15 2008, 21:06
Post
#59
|
||
![]() Newbie Group: Posters Posts: 4 Joined: 19th February 2008 Member No.: 358,396 Device(s): Wizard, Athena, TytnII, Niki |
Hi Paul,
would it be possible to create the flash drive vlite stick then put an 8gb sd into the eeepc and install vista to that? I've got xp sp3 working well but want to try out vista on the eeepc. If i can do that while leaving the xp alone i'd be dead chuffed. So i've discovered vista doesn't support installing to usb drives or to sd cards. I've installed a vlited version and have 925mb left of the 4gb ssd. It flies with 2gb ram installed but i'm sure this will slow when i add anti virus etc... This post has been edited by Johnston411: Jun 18 2008, 01:15 |
||
|
|
|||
|
Jun 25 2008, 21:15
Post
#60
|
||
|
Newbie Group: Posters Posts: 1 Joined: 22nd June 2008 Member No.: 400,615 |
Hi My Name is Adam from Biztronics in Australia. Thank for your Post it has been very usefull in helping me install Vista on one of my Customers EeePC.
I do however still have a few issues that you maybe able to help me with. I have got down to the stage where where i am about to copy the c:\windows\winsxs.moved to the D: Drive. I have a the EeePC Model that is 20GB from Factory, that is the 4GB Standard and the 16GB as D: Drive, so i am not using the SD Card just the internal Flash. When i start to copy the winsxs.moved to the other partition i get a 0x8007048f error and i have to keep pushing retry and then eventually the machine dies and has a fit and reboots. Can you help, it a appears thatwhen i am copying the Transfer timesout then copying and when i push retry it continues the copying og the files. Anyway hop you can help Regards and Thanks Adam |
||
|
|
|||
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Video uploading now... |
781 | Paul | 679,845 | 25th June 2009 - 14:40 Last post by: fliedrice |
![]() |
Eee PC 1000 arrives in the UK | 8 | tsutton | 1,880 | 1st June 2009 - 10:24 Last post by: baldoski |
![]() |
problems with install mac os on my msi wind | 6 | denjo | 2,690 | 22nd May 2009 - 21:27 Last post by: steve12 |
![]() |
OSX on 4211/Wind verdict | 9 | E=mc² | 1,863 | 25th May 2009 - 15:18 Last post by: E=mc² |
![]() |
web'n'walk instellingen op Omnia Windows mobile 6.1 | 1 | Drop-lul | 893 | 19th May 2009 - 15:11 Last post by: Drop-lul |
![]() |
OMG The Reviews of this T-Shirt on Amazon! | 0 | alvin002 | 463 | 27th May 2009 - 01:58 Last post by: alvin002 |
|
Lo-Fi Version | Time is now: 4th July 2009 - 10:31 |
Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!
ActiveKitten |
Aiko Solutions |
Ateksoft |
Binaryfish |
Conduits |
DeveloperOne |
eSoft Interactive |
FTouchSL |
Inesoft |
Lingvosoft |
monocube |
Mykesoft |
OmegaOne |
Omnisoft |
Opera Software |
Resco |
SBSH |
Slipstream Solutions |
SPB Software House |
Splashdata |
Sprite Software |
Syncdata |
Teksoft |
VITO |
WalkingHotSpot |
WebIS |
z4soft
Would your company like to become a 'Plus Partner'? Click Here to contact us!