MSFN Forum: 48-bit LBA on Win2k setup - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

48-bit LBA on Win2k setup WORKS!!

#21 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 27 November 2006 - 08:44 AM

The trick with reg.exe didn't work for me. The file got updated but I got a blue screen during Windows setup:

0x00000067 (0x00000004,0x00000008,0x00000000,0x00000000)
CONFIG_INITIALIZATION_FAILED

This is the code I used:
COPY SOURCE\I386\SETUPREG.HIV SOURCESS\I386
HFTOOLS\REG load HKLM\HFSLIP %PREP%SOURCESS\I386\SETUPREG.HIV
HFTOOLS\REG add HKLM\HFSLIP\CurrentControlSet\Services\atapi\Parameters /v EnableBigLba /t reg_dword /d 00000001
HFTOOLS\REG unload HKLM\HFSLIP
DEL/Q/F SOURCESS\I386\*.LOG


Maybe it is necessary to do this in ControlSet001. Would be the first time, though...


#22 User is offline   os2fan2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 417
  • Joined: 09-September 04

Posted 28 November 2006 - 02:01 AM

You really do need to use 'controlset001' here, rather than 'currentcontrolset', because the hive refers to a win32 environment that is not loaded. You can easily load the file in registry, and poke around it.

Windows, when normally running, has controlset001 and controlset002, and curretncontrolset simply points to whichever of these is active. However what we have is an environment where currentcontrolset is not set, and because this is the initial load, we are pointing to the only saved set (001).

If you were doing this on a real win2000 hive (of a running set), you may have to set both 001 and 002, because the next load might load 002 rather than 001.

The same thing exists, for example, in BartPE.

When i wrote the batch, i had the hive set in registry, and looked at the results thereon.

I still would suggest using the /f switch, because the initial source may indeed have this setting in place, and ye will be asked to reset it to something else.

Wendy

#23 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 29 November 2006 - 01:13 PM

Thanks. That works :)

#24 User is offline   SirBrainChild 

  • Group: Members
  • Posts: 9
  • Joined: 27-September 06

Posted 09 December 2006 - 05:14 AM

You all probably know this by now, but both USP 5.02 (B17 Retro and B18) and USP 5.1 support 48-bit LBA translation now. In other words, the setupreg.hiv you need is already in these unofficial service packs.

#25 User is offline   os2fan2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 417
  • Joined: 09-September 04

Posted 10 December 2006 - 01:15 AM

I do not know this. Putting a fix in the INF files is not the same as the SETUPREG.HIV. However, not everyone is starting off with USP5 sources.

Because some USP5 (and a few other fixes) may have this fix in place, i reccomended the /F flag on the reg command (which overwrites an existing value).

W

#26 User is offline   as702ecs 

  • Group: Members
  • Posts: 2
  • Joined: 04-June 08

Posted 04 June 2008 - 07:54 AM

View PostGurgelmeyer, on Jul 18 2006, 09:37 PM, said:

USP 5.1 does remove the 127GB barrier if it's slipstreamed.
It doesn't do so if it is installed normally. This is the safest way, but I better fix it to avoid any confusion :)

/Gurgelmeyer B)


you're a genius; i only wish i would have discovered your post earlier (i lost all of my entire data partition thanks to this problem only just last week).

i'm testing this out on a virtual pc install. fingers crossed.

:thumbup

#27 User is offline   as702ecs 

  • Group: Members
  • Posts: 2
  • Joined: 04-June 08

Posted 05 June 2008 - 09:23 AM

View Postas702ecs, on Jun 4 2008, 08:54 AM, said:

View PostGurgelmeyer, on Jul 18 2006, 09:37 PM, said:

USP 5.1 does remove the 127GB barrier if it's slipstreamed.
It doesn't do so if it is installed normally. This is the safest way, but I better fix it to avoid any confusion :)

/Gurgelmeyer B)


you're a genius; i only wish i would have discovered your post earlier (i lost all of my entire data partition thanks to this problem only just last week).

i'm testing this out on a virtual pc install. fingers crossed.

:thumbup


quoting my own post, i know (and late to the party as well).

just an update really. decided to proceed with the installation for real (can't lose my data twice now, can i). at any rate, the setup proceeded flawlessly; windows 2000 was able to correctly detect and properly format my system drive of my maxtor 300GB IDE drive - my enitre data partition was left intact!

i cannot thank you enough.

:hello:

#28 User is offline   Ameise 

  • Group: Members
  • Posts: 2
  • Joined: 01-September 08

Posted 01 September 2008 - 01:39 AM

Wait, so what method actually works here; the original at the beginning of the post? I just want to get larger than 128gb partition support in Windows setup... does slipstreaming USP5.1 work for this purpose?

This post has been edited by Ameise: 01 September 2008 - 01:41 AM


#29 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,323
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 September 2008 - 01:53 AM

Yes it is included in the USP 5.1 file.

You will get the full access to your disk.

#30 User is offline   Ameise 

  • Group: Members
  • Posts: 2
  • Joined: 01-September 08

Posted 01 September 2008 - 02:00 AM

Excellent... now to just decide if I should slipstream manually or use n-lite... thank you :)

#31 User is offline   mw4 

  • Group: Members
  • Posts: 2
  • Joined: 15-September 09

Posted 16 September 2009 - 12:01 AM

Is anyone looking at this anymore?
I have a need to set this up and I'd like to get an update.

Where do I get 5.1? Link?

This post has been edited by mw4: 16 September 2009 - 11:15 AM


#32 User is offline   TerraZed 

  • Group: Members
  • Posts: 4
  • Joined: 26-January 10

Posted 26 January 2010 - 01:41 PM

What I need is patched SETUPREG.HIV for advanced server. The above supplied file does work HOWEVER it blows up the advanced server install and turns it into ordinary server edition after its running, losing the larger ram support ect ... If such a file exsists can I get a copy purty please?

#33 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,433
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 26 January 2010 - 02:34 PM

View PostTerraZed, on Jan 26 2010, 08:41 PM, said:

What I need is patched SETUPREG.HIV for advanced server. The above supplied file does work HOWEVER it blows up the advanced server install and turns it into ordinary server edition after its running, losing the larger ram support ect ... If such a file exsists can I get a copy purty please?


No, you don't need a patched SETUPREG.HIV. :whistle:


You need to patch your SETUPREG.HIV, READ here:
http://www.msfn.org/board/48-bit-lba-win2k...13-page-17.html

The batch will ONLY set the appropriate keys, leaving all the other ones (including the ones related to the version) as-they-are-now. :)

jaclaz

#34 User is offline   TerraZed 

  • Group: Members
  • Posts: 4
  • Joined: 26-January 10

Posted 26 January 2010 - 06:43 PM

Bad link with the blown up "new" formun layout I get the start page. This will fix the hiv file in my install cd? Thats what I need to be able to run the windows install & find drives bigger than 130 gig. Not a registry fix AFTER its running thanks.

#35 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,433
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 27 January 2010 - 06:47 AM

View PostTerraZed, on Jan 27 2010, 01:43 AM, said:

Bad link with the blown up "new" formun layout I get the start page. This will fix the hiv file in my install cd? Thats what I need to be able to run the windows install & find drives bigger than 130 gig. Not a registry fix AFTER its running thanks.


With all due respect for the Owners and Admins of the board :rolleyes: , they do seem to have a twist for changing the way links work (or completely fail to). :realmad:

However it's post #18 in this same thread.
See if these work:
http://www.msfn.org/board/index.php?showto...75713&st=17
http://www.msfn.org/board/index.php?s=&...st&p=590337

jaclaz

#36 User is offline   TerraZed 

  • Group: Members
  • Posts: 4
  • Joined: 26-January 10

Posted 27 January 2010 - 07:09 AM

Grazie jaclaz I will do my best to revisit my dos commands from 15-20 years past lol.

#37 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,433
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 27 January 2010 - 07:37 AM

View PostTerraZed, on Jan 27 2010, 02:09 PM, said:

Grazie jaclaz I will do my best to revisit my dos commands from 15-20 years past lol.


Actually you DO NOT need to.

Copy the snippet in a NOTEPAD file, save it with a .cmd extension.

Make sure to change this line:

Quote

set winsource=q:\wnt50sp4\i386

to the actual path of your \i386 directory (copied from Cd to hard disk)
Make sure to put reg.exe in the same folder where you save the file.
Double click on the .cmd file in Explorer.

Or you can use REGEDIT manually allright.

jaclaz

#38 User is offline   TerraZed 

  • Group: Members
  • Posts: 4
  • Joined: 26-January 10

Posted 27 January 2010 - 10:19 AM

Microsoft Windows [Version 5.2.3790]
© Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>cd\
C:\>LbaFix.cmd
C:\>setlocal
C:\>set winsource=C:\AdSvr\i386
C:\>attrib -r -a -s -h C:\AdSvr\i386\setupreg.hiv
C:\>reg load HKLM\Setup C:\AdSvr\i386\setupreg.hiv
The operation completed successfully
C:\>set regkey=ControlSet001\Services\atapi\Parameters
C:\>reg add HKLM\Setup\ControlSet001\Services\atapi\Parameters /v EnableBigLba /
t reg_dword /d 00000001 /f
The operation completed successfully
C:\>reg unload HKLM\Setup
The operation completed successfully
C:\>set winsource=
C:\>set regkey=
C:\>endlocal
C:\>

Also I replaced NTDETECT.COM and NTLDR in the iso with versions from win2003R2 sp2 to fix the notorious advanced server 5 minute reboot times.

Just completed test install: quad core 8 gig of ram terabyte drives ... Its up and running! Thanks again for the help!

#39 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,323
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 January 2010 - 11:23 AM

Hey gentlmen:

I made a cmd file and am posting it here.

All you need is reg.exe and this in the root of your disk. (Same folder as i386)

setlocal
set winsource=.\i386
attrib -r -a -s -h %winsource%\setupreg.hiv
reg load HKLM\Setup %winsource%\setupreg.hiv
set regkey=ControlSet001\Services\atapi\Parameters
reg add HKLM\Setup\%regkey% /v EnableBigLba /t reg_dword /d 00000001 /f
reg unload HKLM\Setup
set winsource=
set regkey=
endlocal


Run it then delete the 2 files. Viola everything is done...

All credit goes to Jaclaz for the info links.

This post has been edited by Kelsenellenelvian: 27 January 2010 - 08:04 PM


#40 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,433
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 27 January 2010 - 02:07 PM

View PostKelsenellenelvian, on Jan 27 2010, 06:23 PM, said:

I made a cmd file and am posting it here.

:w00t:

View PostKelsenellenelvian, on Jan 27 2010, 06:23 PM, said:

All credit goes to Jaclaz for the info links.

I guess that all credits should go to os2fan2 that wrote the batch snippet that you just posted almost verbatim.

(or at least I seem to fail noticing any difference worth mentioning) :ph34r::

View Postos2fan2, on Nov 25 2006, 08:59 AM, said:

setlocal
set winsource=q:\wnt50sp4\i386
attrib -r -a -s -h %winsource%\setupreg.hiv
reg load HKLM\Setup %winsource%\setupreg.hiv
set regkey=ControlSet001\Services\atapi\Parameters
reg add HKLM\Setup\%regkey% /v EnableBigLba /t reg_dword /d 00000001 /f
reg unload HKLM\Setup
set winsource=
set regkey=
endlocal




View PostKelsenellenelvian, on Jan 27 2010, 06:23 PM, said:

setlocal
set winsource=.\i386
attrib -r -a -s -h %winsource%\setupreg.hiv
reg load HKLM\Setup %winsource%\setupreg.hiv
set regkey=ControlSet001\Services\atapi\Parameters
reg add HKLM\Setup\%regkey% /v EnableBigLba /t reg_dword /d 00000001 /f
reg unload HKLM\Setup
set winsource=
set regkey=
endlocal


:unsure:

jaclaz

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

4 User(s) are reading this topic
0 members, 4 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy