Solved bsod after reducing available RAM for startup

sboetjer

New Member
Messages
3
Greetings,
Responding to an error code while attempting an install of arcgis, I reduced the amount of RAM for startup under msconfig, advanced, boot.ini. Now I get the bsod with error code bad_system_config_info. Any recommendations for fix? I can't access Windows in any mode but can get to the black screen command prompt line. Thanks.
 

My Computer

System One

  • OS
    Windows 8
If you can post the boot.ini we could probably tell you which line you need to re-edit , you can always boot a linux CD and edit the file that way.
 

My Computer

System One

  • OS
    Windows 8 Pro
    Computer type
    PC/Desktop
    Memory
    6 GB
    Screen Resolution
    1280 x 1024
    Hard Drives
    12 TB in 6 disks
    PSU
    TX650
    Keyboard
    G15
    Mouse
    Intellimouse 3.0
    Internet Speed
    100 Mbits
    Browser
    Chrome
    Antivirus
    Trend Micro
If you can post the boot.ini we could probably tell you which line you need to re-edit , you can always boot a linux CD and edit the file that way.

There's no boot.ini since Windows Vista. BCD (Boot Configuration Data) is used instead.

From the command prompt:
  1. Type bcdedit /v and look for the section that has the title Windows Boot Loader as shown in the screenshot.
    There's an entry: truncatememory ===> memory you set in msconfig in hex number
    View attachment 47784
  2. Right click anywhere on the title->Edit->Mark, and click on the beginning of the identifier number, hold SHIFT key and click at the end of the identifier number, should hite light with yellow then right click on title again-> Edit->Copy
  3. Type: bcdedit /deletevalue then a space
  4. right click should paste the identifier number that you copied
  5. a space then type: truncatememory

    Step 3-5 will show final command similar to this with your identifier:
    bcdedit /deletevalue {9d8eb09c-f0ef-11e3-9588-f9f0ac50c917} truncatememory
  6. reboot your PC.
 
Last edited:

My Computer

System One

  • OS
    8.1x64PWMC Ubuntu14.04x64 MintMate17x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Brewed
    CPU
    I7 4970K OC'ed @4.7 GHz
    Motherboard
    MSI-Z97
    Memory
    16 GB G-Skill Trident X @2400MHZ
    Graphics Card(s)
    NVIDIA GeForce GTS 450
    Sound Card
    X-Fi Titanium Fatal1ty Professional Series
    Monitor(s) Displays
    Dual HP-W2408
    Screen Resolution
    1920X1200
    Hard Drives
    256 GB M2 sm951, (2) 500GB 850EVO, 5TB, 2 TB Seagate
    PSU
    Antec 850W
    Case
    Antec 1200
    Cooling
    Danger Den H20
    Keyboard
    Logitech
    Mouse
    Logitech Performance Mouse MX
    Internet Speed
    35/12mbps
    Browser
    Firefox
My command prompt gives me the X:/ drive instead of C:/. Can I still perform this action. Just want to make sure before I do it. Thanks for your help!
 

My Computer

System One

  • OS
    Windows 8
Yes, When you boot into the Recovery Environment, You are booting into Windows PE in a Ramdisk and the command prompt is always with X: letter. The screen shot above I ran under Windows just to show you which item needs to be deleted.
 
Last edited:

My Computer

System One

  • OS
    8.1x64PWMC Ubuntu14.04x64 MintMate17x64
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Home Brewed
    CPU
    I7 4970K OC'ed @4.7 GHz
    Motherboard
    MSI-Z97
    Memory
    16 GB G-Skill Trident X @2400MHZ
    Graphics Card(s)
    NVIDIA GeForce GTS 450
    Sound Card
    X-Fi Titanium Fatal1ty Professional Series
    Monitor(s) Displays
    Dual HP-W2408
    Screen Resolution
    1920X1200
    Hard Drives
    256 GB M2 sm951, (2) 500GB 850EVO, 5TB, 2 TB Seagate
    PSU
    Antec 850W
    Case
    Antec 1200
    Cooling
    Danger Den H20
    Keyboard
    Logitech
    Mouse
    Logitech Performance Mouse MX
    Internet Speed
    35/12mbps
    Browser
    Firefox
Back
Top