bennern Skrevet 2. april 2004 Skrevet 2. april 2004 Når jeg prøver å installere drivere til S-ATA harddiskene mine med medfølgende dirverdiksett (ved å trykke F6 i installasjonsoppstarten, 'S' osv) skjønner ikke WinXPpro at det er en driverdiskett, og spør på nytt etter disketten. Ingen drivere lastet. To typer disketter prøvd: 1.) Den medfølgende med fil/mappestruktur: root/TxtSetup.oem root/Intel/... root/silicon/... root/via/... 2.) Med filer fra undermappene (eksempel fra intel mappen nedenfor, de andre mappene også prøvd.) root/iaStor.cat root/iaStor.inf root/iaStor.sys root/TxtSetup.oem Kan noen hjelpe meg med den nye nydelige datan min som jeg har spart så flittig til??
digiconsult Skrevet 2. april 2004 Skrevet 2. april 2004 Du kan kanskje prøve å slipstreame drivieren inn på en ny XP bootup cd?
Magnusha Skrevet 2. april 2004 Skrevet 2. april 2004 jeg brukte root/silicon/ når jeg instalerte xp...
bennern Skrevet 2. april 2004 Forfatter Skrevet 2. april 2004 Ingen flere som har noe å "adde" ??? sliter her !
covah Skrevet 2. april 2004 Skrevet 2. april 2004 For at Windows skal skjønne at det ligger en driver der, MÅ driveren ligge på rooten av disketten. Den kan IKKE ligge i en mappe.
bennern Skrevet 3. april 2004 Forfatter Skrevet 3. april 2004 Noen flere ideer noen ? takk for alle svar !
Eriond Skrevet 3. april 2004 Skrevet 3. april 2004 (endret) How to make a Windows XP Pro boot CD with all the nForce2 drivers! this process will create an XP boot cd that won't require you to install SATA or nForce drivers, as they'll all be present upon the completion of setup. i made this because i hate floppy drives (die floppy DIE!), and i was getting sick of having to connect a floppy drive just to get my SATA RAID disks recognized during setup. one thing lead to another and i wound up creating a boot cd that handled all my drivers to save myself the headache. this has borrowed heavily from various sources on the net. most of the pertinent sites are linked herein. 1) copy all the files from your XP cd to a temporary folder (let's call it C:\XPSource) 2) slipstream SP1 if you haven't already: http://www.tacktech.com/display.cfm?object...icle.cfm&id=160 3) copy your now slipstreamed cd files into a folder (say, C:\XPCD) 4) download the newest drivers for your motherboard. i've got an asus a7n8x deluxe, so i'm using the 2.16 drivers. their site doesn't seem to be responding to me at the moment, but the file was named "nf2v116_wxp.zip". also grab the 3com drivers, and whatever other drivers you might need as well (say, video card or whatever else) 5) make a directory under C:\XPCD named $OEM$ 6) make a directory under that called $1 7) make yet another directory under that called Drivers. you should now have something like C:\XPCD\$OEM$\$1\Drivers 8) extract your drivers to subdirectories of C:\XPCD\$OEM$\$1\Drivers. the asus drivers all come in separate directories (XP\MemCtl, XP\Ethernet, etc). make note of the subdirectories you've created, as we'll have to provide a list of these directories to XP setup later. update: these files and folder names MUST have 8.3 compatiable names. this means that none of the files or folders can have names longer than 8 characters. it won't work if they do! (thanks lanakaian!) 9) download the newest SATA RAID drivers from SI. as of this post, you can get them here. 10) extract the "Si3112r.sys" file into the i386 folder (C:\XPCD\i386\Si3112r.sys) 11) extract the whole SATA driver archive (all the files) to a directory under Drivers, say C:\XPCD\$OEM$\$1\Drivers\SATA. 12) find the TXTSETUP.SIF file in the i386 folder (C:\XPCD\i386\TXTSETUP.SIF) and open it in NOTEPAD. 13) add the following line under [sourceDisksFiles] si3112r.sys = 1,,,,,,_x,4,1 14) add the following line under [HardwareIdsDatabase] PCI\VEN_1095&DEV_3112&SUBSYS_61121095 = "Si3112r" 15) add the following line under [sCSI.Load] si3112r = si3112r.sys,4 16) add the following line under [sCSI] si3112r = "Silicon Image SiI 3112 SATARaid Controller" 17) save your changes to TXTSETUP.SIF - we're done with this file. this file is for the text-based portion of the install (before we get XP's GUI). it keeps us from having to insert a floppy and pressing F6 during setup. 18) now we need to handle the GUI portion of the setup. create a text file under C:\XPCD\i386 called "WINNT.SIF". this is a file that XP setup will look for to automate the GUI portion of the setup. this is called an "unattended installation", and is used to answer some of the questions XP asks during the installation (and even some questions it doesn't ask). this file is called an "answer file". for more on setting up a custom unattended install, look here: http://www.tacktech.com/display.cfm?ttid=202 19) open C:\XPCD\i386\WINNT.SIF in notepad, and insert the following lines: [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=ProvideDefault OemPreinstall=Yes OemSkipEula=Yes NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 TargetPath=\WINDOWS DriverSigningPolicy=Ignore OemPnPDriversPath=Drivers\ATI;Drivers\nForce\3Com;Drivers\nForce\AudioDrv; Drivers\nForce\AudioUtl;Drivers\nForce\Ethernet;Drivers\nForce\GART; Drivers\nForce\MemCtl;Drivers\nForce\nvIDE;Drivers\nForce\IDE; Drivers\SATA;Drivers\nForce\SMBus [GuiUnattended] OEMSkipWelcome = 1 [userData] ProductKey=12345-ABCDE-67890-FGHIK-12345 FullName="" OrgName="" 20) here's the important bit: look at the OemPnPDriversPath entry. PUT IT ALL ON THE SAME LONG LINE!!! not on 4 lines like above - i only put it on 4 lines because the forum will then stretch the page wide enough to fit it and you'll wind up scrolling left and right for the whole damn document. this line will tell XP setup where to look for the .INF files for each of your devices. it will look in these paths first before checking it's own database of device drivers. the paths given are relative to the $OEM$\$1 folder you created. that is, "Drivers\ATI" tells it to look for a .INF file under C:\XPCD\$OEM$\$1\Drivers\ATI. change this line to point to the paths for all the device drivers that you've downloaded, seperated by ";" 21) change the product key to match your key and you won't have to enter it during installation. otherwise, you can just remove that line 22) again, check out how to do a custom unattended installation from the link above if you want more settings changed - you can setup a lot of things that you normally do manually after the installation in this answer file. save the C:\XPCD\i386\WINNT.SIF answer file and close notepad. 23) burn it to a bootable CD by following the guide here: http://www.tacktech.com/display.cfm?ttid=297 that should do it. Edit: Nå skal linkene være korrekte Endret 3. april 2004 av Eriond
Tycho Skrevet 3. april 2004 Skrevet 3. april 2004 (endret) Eriond veldig pen guide.. Men kan du legge link til der du fant den? siden jeg har lyst til å prøve dette, men så er http://www.tacktech.com/ urlene forkortet av forumet elns, sånn at de ikke fungerer.. Endret 3. april 2004 av Tycho
Eriond Skrevet 3. april 2004 Skrevet 3. april 2004 Husker ikke hvor jeg fant den, men nå virker de linkene som står der ihvertfall
Syar-2003 Skrevet 3. april 2004 Skrevet 3. april 2004 Den kommer opprinnelig herfra: http://gathering.tweakers.net/forum/list_messages/851350 Ref. mitt eget inlegg tidligere: http://forum.windows.no/index.php?showtopic=220060 ......
Eriond Skrevet 3. april 2004 Skrevet 3. april 2004 Har du syar2003 prøvd det? Jeg prøvde for litt siden, men det ble krøll med driverene til Skjermkort og lydkort. Ellers virker det bra. Sikkert det tidligere innlegget ditt jeg har tatt det fra. Roter undt overalt, så det er ikke alltid jeg husker hvor jeg finner ting.
Syar-2003 Skrevet 3. april 2004 Skrevet 3. april 2004 Ja prøvde det for noen måneder siden . Dog har jeg ikke prøvd ny installasjon med cd'n enda . (Kun sjekka at'n ble bootbar .) Et annet program jeg har brukt er "driver magican" det er helt suverent til å restore drivere etter en windows reinstall . Anbefales.. http://www.drivermagician.com/ .............
Tycho Skrevet 3. april 2004 Skrevet 3. april 2004 Er ett steg her jeg ikke får til... det er å brenne iso'en som bootable... Det står at jeg finner boot.ima i boot folderen, men hos meg ligger den ikke der. Hva har jeg gjort feil? hvorda får jeg fiksa?
Syar-2003 Skrevet 3. april 2004 Skrevet 3. april 2004 Sjekk denne : (isobuster & Nero) http://www.windows-help.net/WindowsXP/winxp-sp1-bootcd.html
Terje T Skrevet 3. april 2004 Skrevet 3. april 2004 Hvis hovedkortet's s-ata kontroller er på ICH5R chip, trenger du ikke driver.
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå