Jump to content

Recommended Posts

Posted

i received a visual studio 2005 trial and am hoping to use it to edit a bunch of my windows 64bit files such as the boot screen. does anyone have any experience with this? when i use VS to open my ntoskrnl.exe file and look at resource 1, is is all black, alot of the resources are black but the other half contain images, im not exactly sure what to do here.


Posted

another problem

multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="test1" /fastdetect /KERNEL=ntoskrnl2.exe

i type that in to my boot.ini hoping to be able to test ntoskrnl2.exe which is an exact copy of the original. and when i go to boot from it, i get an error saying that it cant find ntoskrnl.exe

why is it looking for ntoskrnl.exe if i told it to be ntoskrnl2.exe ?

Posted

i think it may due 2 the name u given 2 new file

bcoz it exceeds 8.3 naming convention

i think, at boot time the loader can only access files in 8.3 format

so just rename u r file

may it works

If i'm wrong plz somebdy correct it

Posted

well what should i rename it to? does it have to be the same number of charachters long?

also, since x64 is based off of 2003, does that mean that i am not able to do this? arent you not able to do this with 2003?

Posted (edited)

i mean the "ntoskrnl2.exe" let it be some boot1.exe

or some other 8.3 name

Edit::

Its true the kernel name must be 8.3 format

Sysinternals Boot.ini information page

Look at the /KERNEL or /HAL section

Copy the checked versions of the kernel images from the checked build CD to your \Windows\System32 directory, giving the images different names than the default. For example, if you're on a uniprocessor, copy Ntoskrnl.exe to Ntoschk.exe and Ntkrnlpa.exe to Ntoschkpa.exe. If you're on a multiprocessor, copy Ntkrnlmp.exe to Ntoschk.exe and Ntkrpamp.exe to Ntoschkpa.exe. The kernel filename must be an 8.3-style short name.
Edited by Innocent Devil

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...