Page 1 of 2 12 LastLast
Results 1 to 16 of 21

Thread: How do I enable the /3GB switch in Vista using EasyBCD?

  1. #1
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Question How do I enable the /3GB switch in Vista using EasyBCD?

    Title says it all; I'm trying to set up a seperate boot option in the Vista bootloader that has /3GB turned on, which will leave my default boot option (standard Vista) untouched. I did this back in XP with ease (I miss boot.ini...) using two separate boot options (one that booted XP with /3GB and one without)and would like to replicate this functionality on my new Vista install. I only need /3GB for a handful of things, and don't want to mess with resetting it off or on all the time.

    I've already cloned the Vista boot entry for my bootloader using EasyBCD; I just don't know how to go about setting /3GB on it for good. Does EasyBCD have this option? If not, how do I go about enabling it for that second boot option?

    My bootloader currently looks like this:

    -Windows Vista Ultimate <---this is the default one; don't want /3GB here
    -Windows Vista Ultimate /3GB <---exactly the same as above (both booting from the same install), except I with to set this option to use /3GB

    Any help would be appreciated.

  2. #2
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    I assume you can do it with BCDEDIT from a command prompt e.g.

    "BCDEDIT /Set IncreaseUserVa 3072"

    Would do it for the current boot entry, specify an identifier to set a specific one. Type BCDEDIT on it's own to see the current list.

    Run this command from a command window with Administrator priviledge - i.e. (in the Start menu) type CMD and press Ctrl+Shift+Enter, or select "Command Prompt" (Accessories), right-click on it and choose "Run as Administrator".
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  3. Received thanks from:

    2Cold Scorpio (11-12-2008)

  4. #3
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Man, in XP it was a lot simpler...I had boot.ini set up with two entries, the second one having /3GB and /USERVA set, which was nice because I could use the top one day-to-day and have /3GB off, and the second option always had it on. That's the functionality I'm attempting to recreate.

  5. #4
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Quote Originally Posted by 2Cold Scorpio View Post
    Man, in XP it was a lot simpler...I had boot.ini set up with two entries, the second one having /3GB and /USERVA set, which was nice because I could use the top one day-to-day and have /3GB off, and the second option always had it on. That's the functionality I'm attempting to recreate.
    Yup, I understand where you're coming from! I still think you can do it (as described) but even VistaBootPro doesn't have that option so you're a bit stuck (BTW I notice pro networks now charge for that).
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  6. #5
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    You know, I see EasyBCD has an option under the Advanced Options that says:

    "Deduct X MB from physical memory (leave at 0 to reset)"

    I wonder if that would be it...

  7. #6
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Sounds more like an option to reduce the total amount of memory available - that's different from what you're asking for:

    The /3GB switch changes the way the 4GB virtual address space is split up. Instead of splitting it as 2GB of user mode virtual address space and 2GB of kernel mode virtual address space, the split is 3GB of user mode virtual address space and 1GB of kernel mode virtual address space.

    That's all.

    I suppose i'll ask the question, what are you trying to achieve? An app has to be aware to use the extra user mode space - it won't do it automatically.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  8. #7
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    I have one specific app that uses it (Cinematic Mod 9 for Half-life 2...it eats up RAM like no tomorrow); it was really means to run on 64-bit Windows, but I found it worked just about as well when I ran XP with the /3GB switch. Now since I've migrated over to Vista, I'm just trying to restore that functionality.

    I've done some extra reading, and understand now that /3GB in Vista got replaced by UserVA (now I understand that bit above a lot more). UserVA also worked in XP; it was used to fine-tune /3GB. What I meant by reading the article and still saying it ought to work was the mechanics (you'll notice it says No Change next to XP as well, though /3GB did its job wonderfully there), though I didn't realize they had rolled up the two into being one command (which I do like; it simplifies things).

    So I suppose my question changes to this: If I boot into the boot option I'd like to dedicate to using UserVA, and run "BCDEDIT /Set IncreaseUserVa 3072" in BCDEdit, will that change stick, or will I have to re-do it each time I reboot into that second boot option? Also, will it leave my first boot option without UserVA enabled?

    What I'm hoping I can do is boot into the second entry, set UserVA, and have it stick there while leaving Option 1 untouched, pretty much like I did with XP.

  9. #8
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    AFAIK it should stick - you have to delete the variable with a seperate command to disable it again.
    Do post up you results tho - someone else might find this interesting in the fullness of time.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  10. #9
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Quote Originally Posted by dangel View Post
    AFAIK it should stick - you have to delete the variable with a seperate command to disable it again.
    Do post up you results tho - someone else might find this interesting in the fullness of time.
    Oh, I will. From what I've read, it seems you can get EditBCD to tell you whether its on or not, so that would tell me if having two different install options would actually make a difference (as in, hopefully it won't affect the first of the two; except for UserVA being active, there should be no difference at all between the two boot options--they both point to the same install of Vista). Either way, you've earned your Thanks; I stuck it to the post that contained the actual command.

    Man, I wish I had a 64-bit OS at times like this... Cursed student copy of Vista Ultimate being restricted to 32-bit upgrade disks only! >.< lol Hurry up Windows 7!

  11. #10
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Man, that sucks (the 32bit restriction) and is pretty short-sighted of MS IMHO!

    Best of luck anyway m8! (and ta!)
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  12. #11
    Anthropomorphic Personification shaithis's Avatar
    Join Date
    Apr 2004
    Location
    The Last Aerie
    Posts
    10,857
    Thanks
    645
    Thanked
    872 times in 736 posts
    • shaithis's system
      • Motherboard:
      • Asus P8Z77 WS
      • CPU:
      • i7 3770k @ 4.5GHz
      • Memory:
      • 32GB HyperX 1866
      • Storage:
      • Lots!
      • Graphics card(s):
      • Sapphire Fury X
      • PSU:
      • Corsair HX850
      • Case:
      • Corsair 600T (White)
      • Operating System:
      • Windows 10 x64
      • Monitor(s):
      • 2 x Dell 3007
      • Internet:
      • Zen 80Mb Fibre

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    If you want to re-create the old XP functionality, then you need to get a handle on all the BCDEDIT switches.....there is a technet article that details the use of BCDEDIT.

    Basically (from what I remember messing with it a while ago) you need to clone your current default config...

    bcdedit /copy {current} /d "Vista with 3GB"

    Take note of the SID that it creates the entry with, then I think you can do:

    bcdedit /set {Your new entries SID} IncreaseUserVa 3072

    Or something very similar...
    Main PC: Asus Rampage IV Extreme / 3960X@4.5GHz / Antec H1200 Pro / 32GB DDR3-1866 Quad Channel / Sapphire Fury X / Areca 1680 / 850W EVGA SuperNOVA Gold 2 / Corsair 600T / 2x Dell 3007 / 4 x 250GB SSD + 2 x 80GB SSD / 4 x 1TB HDD (RAID 10) / Windows 10 Pro, Yosemite & Ubuntu
    HTPC: AsRock Z77 Pro 4 / 3770K@4.2GHz / 24GB / GTX 1080 / SST-LC20 / Antec TP-550 / Hisense 65k5510 4K TV / HTC Vive / 2 x 240GB SSD + 12TB HDD Space / Race Seat / Logitech G29 / Win 10 Pro
    HTPC2: Asus AM1I-A / 5150 / 4GB / Corsair Force 3 240GB / Silverstone SST-ML05B + ST30SF / Samsung UE60H6200 TV / Windows 10 Pro
    Spare/Loaner: Gigabyte EX58-UD5 / i950 / 12GB / HD7870 / Corsair 300R / Silverpower 700W modular
    NAS 1: HP N40L / 12GB ECC RAM / 2 x 3TB Arrays || NAS 2: Dell PowerEdge T110 II / 24GB ECC RAM / 2 x 3TB Hybrid arrays || Network:Buffalo WZR-1166DHP w/DD-WRT + HP ProCurve 1800-24G
    Laptop: Dell Precision 5510 Printer: HP CP1515n || Phone: Huawei P30 || Other: Samsung Galaxy Tab 4 Pro 10.1 CM14 / Playstation 4 + G29 + 2TB Hybrid drive

  13. #12
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Quote Originally Posted by shaithis View Post
    If you want to re-create the old XP functionality, then you need to get a handle on all the BCDEDIT switches.....there is a technet article that details the use of BCDEDIT.

    Basically (from what I remember messing with it a while ago) you need to clone your current default config...

    bcdedit /copy {current} /d "Vista with 3GB"

    Take note of the SID that it creates the entry with, then I think you can do:

    bcdedit /set {Your new entries SID} IncreaseUserVa 3072

    Or something very similar...
    I think I already did the cloning part using EasyBCD: added a new entry, and had it point to the same partition. It shows up on the bootloader (I haven't booted into it yet, but i see no reason why it wouldn't work...
    Code:
    There are a total of 2 entries listed in the Vista Bootloader.
    Bootloader Timeout: 10 seconds.
    Default OS: Windows Vista Ultimate
    
    Entry #1
    
    Name:  Windows Vista Ultimate
    BCD ID:  {current}
    Drive:  C:\
    Bootloader Path:  \Windows\system32\winload.exe
    Windows Directory:  \Windows
    
    Entry #2
    
    Name:  Windows Vista /3GB
    BCD ID:  {69e554aa-c2ee-11dd-90ef-854cb68caaf2}
    Drive:  C:\
    Bootloader Path:  \Windows\system32\winload.exe
    Windows Directory:  \Windows
    So I think that should suffice. I hope, anyways; it'd save me some work.

    Edit: Off-topic, but this put me at 700 posts. Cool!

  14. #13
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Well, I *think* this means its working...someone care to verify? If so, I'll post what I did so others can use it too if needed (like Dangel suggested):



    If I'm looking at it correctly, the top boot option and the second one are exactly the same...except the second one uses the UserVA switch as well. Am I looking at this correctly?

  15. #14
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Quote Originally Posted by dangel View Post
    Man, that sucks (the 32bit restriction) and is pretty short-sighted of MS IMHO!
    Curse Microsoft for not defying the laws of mathematics!

  16. #15
    Senior Member 2Cold Scorpio's Avatar
    Join Date
    Aug 2007
    Location
    Greenvile, NC, U.S.A.
    Posts
    802
    Thanks
    15
    Thanked
    13 times in 12 posts
    • 2Cold Scorpio's system
      • Motherboard:
      • Abit IP-35 Pro, Sound Card: Creative X-Fi XtremeGamer
      • CPU:
      • Intel Core 2 Duo E6750 w/ G0 stepping - stock: 2.66 GHz OC'd to 3.6 GHz 1.48v
      • Memory:
      • 4x1GB Patriot PDC24G6400LLQK Extreme Performance PC2-6400 OC'd to 900MHz 5-5-5-18 timings 2.2v
      • Storage:
      • 2TB Samsung Spinpoint F4 5200rpm (main), 2x 250 GB Seagate Barracuda 7200.10 SATA in RAID 0 (backup)
      • Graphics card(s):
      • eVGA Geforce GTX 460 1GB Superclocked
      • PSU:
      • Antec NeoBlue 650w
      • Case:
      • Raidmax Smilodon Steel ATX
      • Operating System:
      • Microsoft Windows 7 Professional 64-bit
      • Monitor(s):
      • Samsung 226BW 22" LCD Widescreen (S-Panel) @ 1680x1050
      • Internet:
      • 15Mb/s Cable, Optical Drives: 1. Lite-On DVD+-R/+-RW/RAM w/ Lightscribe, 2. LiteOn CD-RW 52/32/52x

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Quote Originally Posted by directhex View Post
    Curse Microsoft for not defying the laws of mathematics!
    Amen!...wait, haven't we cursed Microsoft for enough already?

  17. #16
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: How do I enable the /3GB switch in Vista using EasyBCD?

    Quote Originally Posted by directhex View Post
    Curse Microsoft for not defying the laws of mathematics!
    Well, more curse them for not giving students the 64bit edition - read what he said

    I can't see the sense in that - at all.
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. vista or xp?
    By RoBe in forum Software
    Replies: 66
    Last Post: 15-01-2008, 11:51 PM
  2. Adding a Second Switch
    By Jay in forum Networking and Broadband
    Replies: 0
    Last Post: 16-02-2007, 11:30 AM
  3. Is this network switch borked or crud?
    By Proplus in forum Networking and Broadband
    Replies: 0
    Last Post: 09-05-2005, 10:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •