How to install WIn Xp 32 bit on a D20

Greetings all,
We have just received our first 3 D20 devices ( 4158-32G) and we want to install XP 32bit on them instead of using the preinstall vista business.And without using the already installed raid 5,simply using the 3 sata drives.
Problem is that at the moment we are getting nowhere to let it boot up to install XP.
I believe the problem has to be somewhere in the BIOS or the raid controller,but we are not sure.
Could somebody help in this,if possible simply by telling me what setup is needed in the bios,and then we should be able to find our way.

this thread looks to be an excellent guide in installing XP on a thinkstation:
http://forum.lenovo.com/t5/ThinkStation/Guide-to-Installing-XP-on-a-Raid-Enabled-AHCI-ThinkStation-S...
it's for an S10 but i don't see why the info can't carry forward to a D20.
ThinkStation C20
ThinkPad X1C · X220 · X60T · s30 · 600

Similar Messages

  • How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit

    How to Install Coldfusion 8 64-bit on Small Business Server 2008 64-bit
    I ran Coldfusion 8 on SBS 2003 Premium for 6 months with no problems.  When we finally decided to cut over to SBS 2008, that’s when everything went to hell.  I tried for weeks to get Coldfusion 8 to install properly on the new SBS 2008 64-bit box.  During the course which, I found bits and pieces of information for Vista 64-bit and Windows Server 2008 64-bit installations.  There are some distinct differences, however, with SBS 2008 since it runs core Web applications like OWA, RWW and Companyweb.  After countless unsuccessful attempts, one of which completed corrupted the box, I found the solution.
    I have attempted in this white paper to detail the steps to assist others who may be in a similar situation.  I don’t make any warranty for the information, but so long as you follow the steps carefully you should be fine.  BTW, for those of you who say Adobe offers free technical support for licensed users, that’s not entirely true.  Like I said, I purchased CF8 and originally installed it on an SBS 2003 Premium box.  After we cut over to SBS 2008 and encountered problems, Adobe wouldn’t provide any technical support without charging.  Moreover, based on my initial conversations with Adobe’s technical team, no one seemed to know much about running 64-bit on SBS.
    From my understanding, only two versions of Coldfusion 8 can be installed in 64-bit: Enterprise and Developer.  The “normal” install (which I paid a grand for) can only be deployed in 32-bit mode – gee, THANKS Adobe!  By the way, in Developer mode only two distinct IPs can access the site in addition to the localhost.  Any additional IPs will result in a CFML error message stating that the maximum number of IPs have been exceeded.  At any rate, take your time and follow the steps to achieve a successful installation. 
    PRE-INSTALLATION TASKS
    Back Up SBS
    It’s always a good practice to backup your server before deploying any kind of major system changes.  Although this step is optional, I recommend it in case you need to restore your server for any reason.  Bear in mind, if your system ever gets totally corrupted, you cannot restore back from the twice daily incremental backup images alone.  You will need a full backup with system recovery information to restore.  Here are the basic steps:
    Click: Start > Programs > Administrative Tools.  Right-click “Windows Server Backup” and choose “Run as administrator”.
    Click “Backup Once” under Actions in the right-hand pane.
    Choose the “Different Options” radio button under Backup Options.
    Choose the “Custom” radio button.  What we’re primarily interested in here is backing up the OS – not your data partitions or attached drives.
    Select the “SYSTEM (C)” checkbox, uncheck any others.  Also, ensure that the “Enable system recovery” checkbox is selected before continuing on.
    Under ‘Specify Destination Type’, I usually select the “Local drives” radio button and point it to a Terrabyte USB drive I use for backups.  You can point this to a tape drive, or select the “Remote shared folder” radio button if you map to a UNC path to store your backup images.  Just remember, make sure that whatever path you select can readily be accessed in the event of an emergency.  Also, make sure the “Verify after writing (recommended)” checkbox is selected.
    Under ‘Specified Advanced Option’, I usually select the “VSS full backup” radio button instead of the default since I don’t use a 3rd party backup product.  If like me you rely solely on SBS for your backups, choose the full backup option.
    Confirm everything and click “Backup”.  This process may take several hours depending on the size of your system.
    Verify ISAPI Filters:
    In IIS Manager, double-click the server instance in the left-hand pane.
    In the center pane under IIS, double click the “Modules” icon to verify that the ISAPI native modules are already installed for IIS.  If it’s set up correctly you should see two entries:
    IsapiFilterModule              %windir%\System32\inetsrv\filter.dll
    IsapiModule                        %windir%\System32\inetsrv\isapi.dll
    If either of these modules are missing, you will need to re-install these (google for a solution).
    Set Up Development Environment
    Create a directory for your CFML files outside of the default Windows location (e.g., default is usually C:\inetpub\wwwroot\).  For the purpose of our install, I created a directory on a separate disk called: D:\DEV.
    Copy and paste your CFML files and directories into the new DEV root Web directory.  This will eventually be the directory where the Coldfusion installer places the CFIDE and CFDOCS folders. 
    Open IIS Manager and double-click the server instance in the left hand pane.  Expand the “Sites” folder.  Right-click the Sites folder and select “Add Web Site”.
    Enter a name in the “Site Name” box (e.g., “test-site”).  You will notice that the system will automatically create a corresponding Application Pool with the same name.  NOTE: this is important to prevent conflicts between the DefaultAppPool (needed for SBS Web apps like OWA, RWW, etc.) and the application pool needed for Coldfusion to function properly in SBS 2008.
    Point the “Physical Path” to the directory you created in step #1 above (e.g., “D:\DEV”).
    Don’t worry about testing the connection.  If you click “Test Settings” you may receive a warning that IIS cannot verify access to path (D:\DEV).  Don’t worry about this for the time being.
    Under “Host name”, enter a DNS path to your site (e.g., “dev.test-site.com”).  Click “OK”.
    Configure Application Pools for Installation
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “False” to “True”, and then click “OK”.  NOTE: if you skip this step, Coldfusion will not properly create the required mappings during the install. We will change this setting back after the installation completes – more on this later.
    Modify the application.host.config File for 64-Bitness
    Click: Start > Programs > Accessories.  Right-click “Notepad” and choose “Run as administrator”.
    Open the config file from within Notepad – default location: C:\Windows\System32\inetsrv\config\applicationHost.config
    Do a search and change this one line from:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" />
    To this:
    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />
    Restart the IIS Admin service.
    Set HTTP Compression
    According to some threads I read, the http compression module can cause errors if you don’t disable it globally. To remedy this, perform the following:
    Click: Start > Programs > Accessories.  Right-click “Command Prompt” and choose “Run as administrator”.
    At the command prompt, change directory to intetsrv by typing: cd inetsrv
    Run the following command:
    C:\Windows\system32\inetsrv>appcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
    This will turn off HTTP compression for all sites in IIS.
    In IIS Manager, double-click the server instance in the left-hand pane.  Double-click the “Compression” icon in the IIS section of the center pane.
    Uncheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Recheck all of the boxes, then click the “Apply” button under Actions in the right-hand pane.
    Restart the IIS Admin service.  This should enable compression and coldfusion to work at the same time.
    NOTE: if for some reason you need to reverse this, run the following command from the command prompt:
    C:\Windows\system32\inetsrv\appcmd.exe set config -section:system.webServer/httpCompression /+[name='xpress',doStaticCompression='false',dll='%windir%\system32\inetsrv\suscomp.dll']
    INSTALLATION TASKS
    Download the 64-bit installation package from Adobe – filename: coldfusion-801-wind64.exe.
    Right-click the file and select “Run as administrator”.
    Accept the terms of the License Agreement.
    If you have an Enterprise license, enter it.  For our purposes, just click the “Developer Edition” checkbox.
    Select “Server configuration” – the default radio button.
    I deselected all subcomponents and can’t guarantee that you’ll arrive at the same results if you select additional items like “.NET Integrated Services”.  It should be fine, particularly if you install documentation.  My preference was to keep the install as plain vanilla as possible.
    Select the directory path for Coldfusion to install into – default is :C\Coldfusion
    THE NEXT TWO STEPS ARE CRITICAL TO YOUR SUCCESS.  Unselect “All IIS Websites” and select the “Configure specific IIS Website or another web server” radio button.  Click “Add”, and then select your test Web site (e.g., “test-site”) under “IIS Web Site”.  Hit “OK”.
    Do NOT use the default directory path for the CF Administrator location (e.g., default path: “C:\inetpub\wwwroot”).  Instead, point the installer to your new DEV root Web directory (e.g., “D:\DEV”).  The bottom line, you want the installer to place the CFIDE directory and files within this folder, alongside your other CFML files and folders.
    Enter an Administrator password.
    Choose to Enable RDS, or not.  I enable this by preference but it is not required.  This allows you to make updates to files using a CFML editor directly vs. having to move/FTP the files over if you’re working remotely.  Opponents to this argue that it’s potentially less secure, but for a lower environment I don’t see this as a major concern.
    Confirm everything to kick off the install.
    If all goes well you should see a message at the end stating that the install was successful.  I recommend you uncheck the box that asks you to open the CF Administrator in the default Web browser after the install.  NOTE: we will open it a different way during the post-installation tasks.  The worst thing that will happen if you forget to uncheck the box is that you might receive an error that the command prompt hung – not a big deal – just close it and move on to the next (final) steps.
    POST-INSTALLATION TASKS
    Verify CF Installation:
    The installation will create a new folder in your program group: Start > Programs > Adobe > Coldfusion 8.  The default “Administrator” link will not work because it points to the wrong path: http://127.0.0.1/CFIDE/administrator/index.cfm. The “127.0.0.1” or “localhost” path as you may recall in IIS, points by default to the “C:\inetpub\wwwroot” directory.  Our CFIDE files, however, are located within: D:\DEV.
    To bring up the CF Administrator logon page, open up a Web browser and replace the “http://127.0.0.1” part of the path with the DNS path name to your CF environment (e.g., http://dev.test-site.com/CFIDE/administrator/index.cfm).
    This should bring up the Coldfusion Administrator Login screen.  Enter in the Administrator password you created during the install to log in and configure your application server.
    Verify that your test-site renders correctly by typing in your test URL into a Web browser (e.g., http://dev.test-site.com).
    Fix Application Pool Defaults to Re-enable SBS Web Applications:
    At this point, Coldfusion Administrator and your test CMFL Web site should be working properly.  The problem is, default SBS Web applications like OWA, RWW and Companyweb will throw errors and fail to start.  Fortunately, this is easily remedied by performing the following steps:
    In IIS Manager, double-click the server instance in the left-hand pane.  Click on “Application Pools” to display the list of server application pools in the center pane.
    In the “Actions” pane on the right-hand side, click “Set Application Pool Defaults”.
    Change “Enable 32-Bit Applications” - the second item from the top – from “True” to “False” this time.  This should re-enable the SBS applications, which would otherwise result in 500 errors (e.g., OWA, RWW, Companyweb, etc.).  There is no need to restart IIS.
    Open a Web browser and test that you can once again connect to OWA, RWW and Companyweb successfully.
    In IIS click to highlight the application pool for your new site (e.g., “test-site”).  In the right-hand pane, click “Advanced Settings”.  Ensure that “Enable 32-Bit Applications” – second item from the top – is set to “True” for this application pool specifically.
    Lastly, jump up and down for joy!  Hopefully now, everything is working.  Best of luck!! ..Paul D (MCP).

    First, it would be a good idea for you to specify what distro of Linux you're using, as not all are supported by Adobe.
    Second, this is probably your problem right here:
    http://askubuntu.com/questions/40416/why-is-lib-libc-so-6-missing
    In a nutshell, CF expects the 32-bit version of libc.so.6 to be in /lib, but it's probably not. You might be able to modify the installer to point to the correct location for that file, or you might be able to create a symlink to the file - but as the above link describes, creating a symlink might have negative consequences.
    As for installing CF 8 64-bit, that's only available with Enterprise, not Standard. If you want CF Standard 64-bit, you need to upgrade to CF 9.
    Dave Watts, CTO, Fig Leaf Software

  • How to install win 8.1 pro x64 on MBA mid 2013 (core i7)

    Please help me how to install win 8.1 pro x64 on MBA mid 2013 (core i7).
    Thank you very much for your help.
    Best regards.

    Everything you need to help you is located here: http://www.apple.com/support/bootcamp/

  • I bought my macbook pro 13" and i installed win(7 64bit) and the dvd of bootcamp came with my notebook and i installed it sucessfully but now i want to install win 8(64 bit) and i did but unfortunatley that dvd of bootcamp didnt work what should i do hlp?

    i bought my macbook pro 13" and i installed win(7 64bit) and the dvd of bootcamp came with my notebook and i installed it sucessfully but now i want to install win 8(64 bit) and i did but unfortunatley that dvd of bootcamp didnt work what should i do to install my bootcamp and apple software in win 8
    thanks in advance,,,

    ahmad_uetlhr09 wrote:
    i bought my macbook pro 13" and i installed win(7 64bit) and the dvd of bootcamp came with my notebook
    Boot Camp does not come on DVD, what did you install.

  • Hello I am in Afghanistan i searched that in realtek but that told me you coulde not use this sit   I writ again my problem    i installed win 7 32 bit in my mac pro 13-inch, Late 2011  Processor  2.4 GHz Intel Core i5

    On Thu, Jun 14, 2012 at 12:54 PM, mahdi ehsani <[email protected]> wrote:
    On Sun, Jun 10, 2012 at 7:29 PM, Apple Support Communities Updates <[email protected]> wrote:
    Apple Support Communities
    Re: after install windows 7 32 bit there is no sound my mac is os x 10.7.2
    created by The hatter in Boot Camp - View the full discussion
    This solved my question 
    This helped me
    you have RealTek on your workstation and just download the current driver which is easy to findwww.realtek.com
    This solved my question 
    This helped me
    Did this help? Go to the message, sign in, and reply or mark the response as correct or helpful
    Start a new discussion in the same community/choose-container!input.jspa?contentType=1&containerType=14&container=2143&ac_ci d=op123456
    You are receiving this email from Apple Support Communities. You can change your email preferences in your Apple Support Communities Profile.
    © 2012 Apple Inc. 1 Infinite Loop, MS 303-3DM, Cupertino, CA 95014.
    All Rights Reserved | Privacy Policy | Apple Support Communities Terms of Use | Apple Support
    hello I am in Afghanistan i searched that in realtek but that told me you coulde not use this sit 
    I writ again my problem  
    i installed win 7 32 bit in my mac pro 13-inch, Late 2011  Processor  2.4 GHz Intel Core i5   Software  Mac OS X Lion 10.7.2 (11C74) 
    but there is no sound in windows 7  please send me a address sit for downoad driver that i can use in Afghanistan 
    believe it is confus me and other friend that bought 5 mac's that are the same and i serched a lot of site without result
    please help us by address site please please .....
    <Edited by Host>

    hello I am in Afghanistan i searched that in realtek but that told me you coulde not use this sit
    I writ again my problem 
    i installed win 7 32 bit in my mac pro 13-inch, Late 2011  Processor  2.4 GHz Intel Core i5   Software  Mac OS X Lion 10.7.2 (11C74)
    but there is no sound in windows 7  please send me a address sit for downoad driver that i can use in Afghanistan
    believe it is confus me and other friend that bought 5 mac's that are the same and i serched a lot of site without result

  • How to install win on macbook pro

    version 10.4.11,can you show me how to install win xp ?

    You posted in the wrong forum. I asked the host to move your thread to the correct forum.
    Allan

  • How to install Win 7 on Mac using USB flash drive....???

    How to install Win 7 on Mac using USB flash drive....???

    clintonfrombirmingham wrote:
    I thought that installation through Boot Camp required, without hacks, a physical optical disc to install Boot Camp? I don't use it any longer since I run XP under Parallels, but I would swear that you have to use a disc, and not a USB thumb drive, to install Windows?
    Maybe some real Boot Campers will visit this thread...
    Clinton
    If you have the Media you can use it to create a bootable USB key via boot camp assistant.
    It will create the usb and has the option of pre-downlading the drivers and bootcamp utilities for windows.
    It is pretty much all automated and quite simple.

  • Can't get wifi working on X201 after installing Win 7 64 bit

    I've just purchased an X201 type 3294 with a 320gb HDD running Windows 7 64bit. Wifi works fine when running from the original HDD. I've pulled the HDD and replaced it with an SSD and installed windows 7 64 bit so I can use the 4gb RAM which came with the computer. I did a fresh install then started trying to install drivers. I started with Wifi first so I could download the rest of the drivers directly to the computer. I can't get wifi working after installing Windows 7 64bitfor some reason. I have the original HDD in an external enclosure so I can still access it.
    I can't figure out what drivers I need, or even what adapter I have on the computer.Lenovo's part look up tells me the adapter is part number 60Y3231, but that information seems to be useless. I've tried most of the drivers on Lenovo's driver page. I've tried just copying the C:/Drivers folder from the original HDD, and just about anything else I can thinkof. 
    Anyone know how I can get the right driver, or if this is even a driver problem? For what it's worth I'm not afraid of having to learn some terminal if I have to but I'm totally unfamiliar with Win 7. I have much more experience with XP, Vista and OSX/some Ubuntu.
    Solved!
    Go to Solution.

    Hello and welcome,
    If you have a wired connection you could try installing ThinkVantage System Update.  Run it and it should find all the appropriate drivers and install them for you.
    That FRU seems to be an Intel Centrino Advanced-N 6200. It's hard to tell from the drivers page which one to use.  Most of the README files include 6200.  My best guess:  http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/g1w218ww_s64.exe
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How to install Demantra on 64-bit machine so that all components work?!!

    I'm using 64-bit windows 7. I first installed Oracle DB 10.2.0.4 x64, then Demantra 7.3 x64. Some component of Demantra didn't work, wouldn't open giving me the following error "Can't connect to database Oracle library OCI.dll or ORA803.dll couldn't be loaded". Only then I read official installation notes for Demantra which say:
    You can run Oracle Demantra on either a 32-bit or 64-bit Oracle database. However, the Oracle Demantra Installer and these applications run in 32-bit mode, so you must use the 32-bit Oracle database client to install Oracle Demantra and use these applications:
    * Business Modeler
    * Member Management
    * Chaining Management
    * Oracle Demantra forecasting engine
    How do I "use the 32-bit Oracle database client to install Oracle Demantra"? Give me a bit more detailed answer if you can, as I'm not an expert. Thank you.

    Hi Milind,
    Unfortunately, I don't have Oracle SID and access to metalink. We're about to get into contractual agreement, but it's still in the workings. My original problem was solved by way of using virtual machine (32 XP) on top of Windows 7 64. However there are other issues standing in the way of our training. Do you know whether 7.3.0.1 has seeded demo data? (7.2 had it, and 7.3.0 didn't). Desperately need to a big nice rich dataset for 7.3. Any help greatly appreciated.
    Yuriy

  • Can I install win 8 64 bit OS on dv6936 laptop win vista 64 bit OS

    I just purchased the HP Pavilliom 500 destop and would like to upgrade my laptop with desktop OS.
    Can I install my hp Pavilion 500 PC win 8 64 bit OS on my hp pavillion dv6936 laptop win vista 64 bit OS

    Hi Ibdman,
    You cannot use the Pavilion 500 desktop recovery disks to upgrade the operating system on your HP laptop.
    You would have to purchase either: a Win 8 retail upgrade or full install disc to change the operating system on your laptop.
    If you are considering upgrading your laptop you should consider Win 7 64 bit instead of Win 8.
    Jaco
    ****I am not an HP employee****
    Please give a" Kudos" if advice received is relevant or" Accept as Solution" if your problem has been solved.
    HP Products:
    810-150se Desktop
    17t-j000 Notebook
    1380t Desktop
    560z Desktop
    Errare humanum est.

  • Want to install Win 7 32-bit with Bootcamp on a 2009 iMac 24in running Mavericks. Do I have any good options?

    I need to get Win 7 32 bit running on 2009 iMac 24-in, on a Bootcamp partition. Problem is I'm running Mavericks on that machine, and from everything I've read, Bootcamp 5 doesn't support 32-bit anything. Is it possible to do so without downgrading MacOS to an earlier version? I will if I have to. Would it be possible/advisable to boot to 10.6.8 from a removable drive and create the Bootcamp partition on the internal (10.9.x) drive? Any other options that can get me running Windows faster? Under Parallels it's just too slow.

    As a possible alternative, Is it possible to only load Win 7 to the machine without bootcamp? Could I simply partition the drive for Windows and install? It's not that I want to run Win 7 -- MacOS is a far better solution for me. But for my bookkeeper, who will use this system extensively, MacOS is a foreign landscape and her software is win-based. I don't want to pay her to learn Mac-ese. And I don't want to buy a PC!
    Thoughts?

  • [SOLVED] How to install wine on x86_64

    Hey guys!
    I have been wanting to install wine on my 64-bit computer, but I am having a problem. On the wiki it says that all I need to type in is:
    pacman -S wine
    and the constantly updated community repository will have it, but every time I try it says that it does not exist. I looked through the AUR and Im not sure which package to install for wine. Help would be much appreciated! Thank You!
    Last edited by mag1strate (2010-08-01 14:42:23)

    Cool, I looked at this and found out it wasn't the mirror, I just haven't updated the lists. Once I did It found the wine package! Thank You for your quick response!

  • How to install Win 7 on Lenovo V570 with Freedos

    Hello
    I just got a new lenove V570 with Freedos and would like to install Windows 7 professional.
    When I try to install Windows 7 64 bit, I get the error: The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks?.
    It is really frustrating. Does anybody have an idea how to solve this problem please?
    Thank you very much for your in advance
    Geri
    Solved!
    Go to Solution.

    Good evening together
    @yigit, thank you for your fast response and the hints!
    Now I have managed to install Windows 7 pro.
    Attached the steps (as I can remember) that worked for me (without any warranty)
    1.) Boot with MS Windows 7 installation CD
    2.) Select country, keyboard settings etc.
    3.) Accept license agreement
    4.) Press proceed until the dialog with the installation volume appears (This is the place as MS Windows tells you:  The selected disk has an MBR partition table. On EFI systems, Windows can only be installed to GPT disks...
    5.) Delete volumes but not the one of lenovo!
    6.) Press SHIFT + F10
    7.) Enter diskpart (This is the MS-Windows partition tool - diskpart.efi
    8.) Enter List => Now you will see the disks. In my case Disk 0 was the one
    9.) Enter SELECT Disk 0
    10.) Enter List => Now you will see the partitions
    11.) Enter Delete Partition x (x is the partition with the MBR)
    12.) Enter create partition  (Now a dialog should appear asking you how much space you want to reserve for your partition
    13.) E.g.. Enter 200 (200 GB
    14.) Enter List partition (Now you should see the new Partition)
    15.) enter Exit two times (Once for exiting diskpart, the other for coming back to the installation screen
    16.) Proceed with you windows installation by selecting the new partition for your system
    Selecting the right partition it was not necessary to delete the pre-installed data from lenovo!
    I think this procedure should also work with a raw disk.
    As Yigit outlined, please check also this link. http://support.microsoft.com/kb/297800
    I tried it but I am not sure if it is necessary on lenovo systems
    I hope that helps,
    best regards
    Geri

  • How to install Win XP on Equium P200

    Hi guys,
    I found a very usefull tutorial how to install windows xp onto Equium P200 laptop.
    Problem is that when I have done everything whats in that tutorial (used nlite, made xp install cd with sata drivers) Win Xp is showing error.
    When u boot from cd, and all the drivers are loaded it will show me a blue screen saying that the installation was stopped to prevent damage to my pc, and its saying that the error is in file pci.sys ...
    Any ides what it could be?
    Thanks in advance

    Hi
    Im not 100% sure why this error appears but Ive got one idea.
    Possibly the installed Intel Matrix Storage Manger doesnt support the right chipset.
    Ive tow different Intel Matrix Storage Manger versions and both versions support different chipsets.
    Fact is that different Equium P200 series exist which needs different drivers.
    I think you should visit the Toshiba European driver page and should choose the right notebook series! Please compare the series number which can be found at the bottom of the unit!!!
    Then try the installation again!

  • How to instal Win 7 on Satellite P300?

    I have a laptop Toshiba Satellite P300. When I bought it I had on it Vista family premium. Now I wanted to install Win 7.
    I have the DVD of Win 7 professional but when I want to boot from the win 7 DVD it wouldnt accept and the pc boot always from the hard disk even when I changed it on the BIOS like it doesnt recognise it. I tried with other Win 7 DVD to format the hard disk and install the win 7 like the normal procedure but Toshiba doesnt recognise any Win 7 DVD, it recognise only its original system DVD (the hddrecovery files which combines the win vista and all Toshiba laptop drivers as u know).
    So how to do to format the pc and install Win 7 (if u run the setup of win 7 from the computer I can install Win 7 but I cant format the pc and I keep always the old files and I dont like) so please help me if you have a solution for that thank you!!

    yes i have the original microsoft win 7 dvd,but when i choose from bios to boot from the dvd to start format the hard disk and then instal win 7 like the ordinary procedure the system doesnt recognise any win 7 dvd ( i tried with other dvd ) and start directly from the hard disk,but for example if i try with a win xp dvd ,then it work and the system recognise the dvd and boot from it ans start formating etc..it happens only with win 7 dvd ,so what to do?

Maybe you are looking for