Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Volmgr: Event ID 46 Crash Dump Initialization failed!

Reply
Thread Tools Display Modes

Volmgr: Event ID 46 Crash Dump Initialization failed!

 
 
edde
Guest
Posts: n/a

 
      04-06-2008
After I installed Vista SP1, I noticed two entries in the event viewer after
every boot

Event ID 46 Volmgr Event ID 46 Crash Dump Initialization failed!

I noticed quite a few people have this problem. Here was my solution.

Goto Control Panel\System and Maintenance\System
Click on "Advanced System Settings" on the left panel
Under "Startup and Recovery" select "Settings"
Make sure you have a check mark beside "Write and event to the system log"

I always disabled these settings on XP and Vista before SP1, but it appears
this causes the above error message after Vista SP1 is installed.
This worked for me, I hope it helps somebody else.

 
Reply With Quote
 
 
 
 
bug menot
Guest
Posts: n/a

 
      10-31-2010
I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.

If you are getting this error, chances are you have your page file on a separate partition to your boot partition.

Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)

It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)

under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.

So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.

> On Sunday, April 06, 2008 8:49 AM edde wrote:


> After I installed Vista SP1, I noticed two entries in the event viewer after
> every boot
>
> Event ID 46 Volmgr Event ID 46 Crash Dump Initialization failed!
>
> I noticed quite a few people have this problem. Here was my solution.
>
> Goto Control Panel\System and Maintenance\System
> Click on "Advanced System Settings" on the left panel
> Under "Startup and Recovery" select "Settings"
> Make sure you have a check mark beside "Write and event to the system log"
>
> I always disabled these settings on XP and Vista before SP1, but it appears
> this causes the above error message after Vista SP1 is installed.
> This worked for me, I hope it helps somebody else.



> Submitted via EggHeadCafe - Software Developer Portal of Choice
> Silverlight 3D Animated Topic Selector With Titled Menu Items
> http://www.eggheadcafe.com/tutorials...enu-items.aspx

 
Reply With Quote
 
bug menot
Guest
Posts: n/a

 
      10-31-2010
I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.

If you are getting this error, chances are you have your page file on a separate partition to your boot partition.

Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)

It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)

under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.

So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.

> On Sunday, April 06, 2008 8:49 AM edde wrote:


> After I installed Vista SP1, I noticed two entries in the event viewer after
> every boot
>
> Event ID 46 Volmgr Event ID 46 Crash Dump Initialization failed!
>
> I noticed quite a few people have this problem. Here was my solution.
>
> Goto Control Panel\System and Maintenance\System
> Click on "Advanced System Settings" on the left panel
> Under "Startup and Recovery" select "Settings"
> Make sure you have a check mark beside "Write and event to the system log"
>
> I always disabled these settings on XP and Vista before SP1, but it appears
> this causes the above error message after Vista SP1 is installed.
> This worked for me, I hope it helps somebody else.



>> On Saturday, October 30, 2010 9:19 PM bug menot wrote:


>> I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.
>>
>>
>>
>> If you are getting this error, chances are you have your page file on a separate partition to your boot partition.
>>
>>
>>
>> Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)
>>
>>
>>
>> It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)
>>
>>
>>
>> under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.
>>
>>
>>
>> So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.



>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>> ASP.NET Composite Controls
>> http://www.eggheadcafe.com/tutorials...-controls.aspx

 
Reply With Quote
 
bug menot
Guest
Posts: n/a

 
      10-31-2010
I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.

If you are getting this error, chances are you have your page file on a separate partition to your boot partition.

Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)

It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)

under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.

So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.

> On Sunday, April 06, 2008 8:49 AM edde wrote:


> After I installed Vista SP1, I noticed two entries in the event viewer after
> every boot
>
> Event ID 46 Volmgr Event ID 46 Crash Dump Initialization failed!
>
> I noticed quite a few people have this problem. Here was my solution.
>
> Goto Control Panel\System and Maintenance\System
> Click on "Advanced System Settings" on the left panel
> Under "Startup and Recovery" select "Settings"
> Make sure you have a check mark beside "Write and event to the system log"
>
> I always disabled these settings on XP and Vista before SP1, but it appears
> this causes the above error message after Vista SP1 is installed.
> This worked for me, I hope it helps somebody else.



>> On Saturday, October 30, 2010 9:19 PM bug menot wrote:


>> I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.
>>
>>
>>
>> If you are getting this error, chances are you have your page file on a separate partition to your boot partition.
>>
>>
>>
>> Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)
>>
>>
>>
>> It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)
>>
>>
>>
>> under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.
>>
>>
>>
>> So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.



>>> On Saturday, October 30, 2010 9:20 PM bug menot wrote:


>>> I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.
>>>
>>>
>>>
>>> If you are getting this error, chances are you have your page file on a separate partition to your boot partition.
>>>
>>>
>>>
>>> Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)
>>>
>>>
>>>
>>> It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)
>>>
>>>
>>>
>>> under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.
>>>
>>>
>>>
>>> So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.



>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>> Flat file Database with LINQ and ASP.NET jQuery Page Methods
>>> http://www.eggheadcafe.com/tutorials...e-methods.aspx

 
Reply With Quote
 
bug menot
Guest
Posts: n/a

 
      10-31-2010
I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.

If you are getting this error, chances are you have your page file on a separate partition to your boot partition.

Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)

It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)

under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.

So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.

> On Sunday, April 06, 2008 8:49 AM edde wrote:


> After I installed Vista SP1, I noticed two entries in the event viewer after
> every boot
>
> Event ID 46 Volmgr Event ID 46 Crash Dump Initialization failed!
>
> I noticed quite a few people have this problem. Here was my solution.
>
> Goto Control Panel\System and Maintenance\System
> Click on "Advanced System Settings" on the left panel
> Under "Startup and Recovery" select "Settings"
> Make sure you have a check mark beside "Write and event to the system log"
>
> I always disabled these settings on XP and Vista before SP1, but it appears
> this causes the above error message after Vista SP1 is installed.
> This worked for me, I hope it helps somebody else.



>> On Saturday, October 30, 2010 9:19 PM bug menot wrote:


>> I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.
>>
>>
>>
>> If you are getting this error, chances are you have your page file on a separate partition to your boot partition.
>>
>>
>>
>> Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)
>>
>>
>>
>> It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)
>>
>>
>>
>> under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.
>>
>>
>>
>> So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.



>>> On Saturday, October 30, 2010 9:20 PM bug menot wrote:


>>> I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.
>>>
>>>
>>>
>>> If you are getting this error, chances are you have your page file on a separate partition to your boot partition.
>>>
>>>
>>>
>>> Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)
>>>
>>>
>>>
>>> It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)
>>>
>>>
>>>
>>> under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.
>>>
>>>
>>>
>>> So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.



>>>> On Saturday, October 30, 2010 9:20 PM bug menot wrote:


>>>> I realise this is an old thread, however, it's also the #1 result on Google so I figured it deserved an answer.
>>>>
>>>>
>>>>
>>>> If you are getting this error, chances are you have your page file on a separate partition to your boot partition.
>>>>
>>>>
>>>>
>>>> Essentially, there are a variety of different ways you could partition your drive under Vista/7... for example, you could have your BOOT and SYSTEM partitions on the same partition, but the page file is not on the SYSTEM partition - in this instance, it will most likely prevent logging of crash dumps although I may be wrong, what I can say is that it will definitely prevent it if the BOOT partition has NTFS clusters > 4KB and it is also hosting your page file (4KB is the default, it will ONLY be larger if you specified it manually)
>>>>
>>>>
>>>>
>>>> It should be noted that the SYSTEM partition can NEVER be formatted with > 4KB clusters or the machine will FAIL TO BOOT (indeed, if you want your main OS partition to use larger clusters for some reason such as using Volume Shadow Copy without defrag issues, then this way of doing things is pretty common)
>>>>
>>>>
>>>>
>>>> under 7, you may well find that your BOOT partition (this is the partition that contains the OS files) is separate to your SYSTEM partition (this is the partition that the MBR will hand over to during boot) and it generally only contains the BCD database and bootmgr.
>>>>
>>>>
>>>>
>>>> So, in order to rectify the problem you need to configure windows to have the page file on the SYSTEM partition, so you may well need to make this partition larger to accommodate it. If your computer still does not create a dump, consider configuring the location to make a dump to a folder on the SYSTEM partition.



>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>> ASP.NET Composite Controls
>>>> http://www.eggheadcafe.com/tutorials...-controls.aspx

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
interactive logon process initialization has failed wyocowboy Windows Vista General Discussion 7 02-28-2009 02:11 PM
Plese Help "Event ID 46 Crash Dump Initialization failed!" Mark Windows Vista General Discussion 3 09-25-2008 10:32 PM
Event ID 46 Crash Dump Initialization failed! edde Windows Vista General Discussion 0 04-06-2008 12:44 PM
Volmgr Transaction Corruption Event 57 Nathan Windows Vista Hardware 1 03-05-2007 11:23 AM
Session3 Initialization Failed?? Office Junkie Windows Vista Installation 0 02-02-2007 07:05 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59