
Damnation
Content Type
Profiles
Forums
Events
Posts posted by Damnation
-
-
does anyone know how to install a syspreped XP WIM Image from winPE?
I've tried, but i keep getting a "Windows could not display the images for installation" error at the image selection phase.
-
any help?
0 -
I went and made my own install wim file.
Now when I try to install, it displays "Windows could not display the images for installation"
If anyone knows how to fix this I would appreciate it.
0 -
I was just wondering is there a pre-prepared XP WIM file available anywhere?
0 -
16 minutes ago, jaclaz said:
Vista Beta 1, assertedly:
http://rec.games.computer.ultima.dragons.narkive.com/Xie6IQf5/windows-vista-beta-1
Not available publicly, I believe.
jaclaz
anywhere publicly?
1 -
Just now, jaclaz said:
Yes.
jaclaz
which one? is it available online anywhere?
1 -
Did any of the Vista betas use NTLDR as bootkoader?
1 -
At the very least, AM4 boards would need CSM to support non-EFI booting. Without that XP would never boot (unless someone manages to hack EFI support).
0 -
Oh I see, I missed that post!
Thanks!
1 -
Does anyone know where I can find stpboot.bin as referred to in this thread?
Make your own NT OS Loader (NTLDR+SetupLDR)!
https://www.betaarchive.com/forum/viewtopic.php?t=5880
-
The link used in the thread appears to be dead
1 -
9 hours ago, ruthan said:
I have invested a lot of time so not networking without some coding (i dont know if just some inf editation could be enough)
try Snappy Driver Installer
https://sdi-tool.org/download/
worked for me
0 -
On 02/07/2017 at 11:15 PM, piotrhn said:
Does somebody know how customize Engine of KEX to insert new section before ".rsrsc"
@piotrhnThanks,
Whilst I was experimenting with the code I noticed that the patched ws2_32.dll and uxtheme.dll were showing up as garbage in CFF explorer whereas the other patched DLLs seemed to be fine.
0 -
This code (an old version of kernelex, written in VC++ 6.0) edits PE files.
The code adds a second .data section to dll files instead of the existing .data section.
I'd like it to edit the existing section, rather than adding a new one.
If anyone knows how to fix it would be appreciated.
1 -
This code adds a second .data section to dll files instead of the existing .data section.
If anyone knows how to fix it would be appreciated.
0 -
I'm trying to find the part of the code that calls the section it creates "KernelEx" and change it, but I can't seem to find it.
edit: found it in common.h
0 -
15 hours ago, Dibya said:
It always occur I informed earlier . May be I have to end up patching manually.
I'm going to try something, I'll let you know if it works.
0 -
I tried the patched dlls (renamed tmp files as you suggested)
got a STOP c0000021a BSOD error
0 -
-
1 hour ago, Dibya said:
See with Cff explorer it is creating export table after rsc section. If it do next bit up first optimization then fine other wise not . I do not know whether it do so
what sort of problems would this cause for XP?
0 -
6 hours ago, Dibya said:
I am aware of that , it keep working if we can fix it . Later version of kernelex patch in memory that may be adopted but I failed year ago . I have compiled the kernelex4.5.2 patch driver into sys rather vxd for xp but it never worked. XP is not 9x so it cannot run vxd .
Edit: more over kernelex create export table after relocation and resources table that crashes certain application also slows down system slightly. It is needed to impliment such mechanism so that export table created before relocation and resources table . Wildbills petool can do it but we have no src code so far . We need such mechanism to implement. PE file for stability non relocated code section should lie after relocated section but opposite happening with kernelex. May be it is not vital for 9x but for NT it is surely needed .
how did you notice it was creating the export table after the relocation and resources table? what tool did you use?
0 -
1
-
29 minutes ago, Dibya said:
Hi i am getting following error with pemaker
JAPANESE ui is not working properly under 7
not using XP @Dibya?
0 -
@Dibya You are right, it does not depend on kmdf, my bad
0 -
16 minutes ago, Dibya said:
That's for few android drivers around. I am talking about intel hd gfx
isn't intel graphics a kernel mode driver?
intel graphics kernel mode driver
igdkmd64.sys
0 -
I think you also need the kernel mode driver framework - wdfldr.sys and wdf01000.sys
But I admit I could be wrong about that.
0
win10 ntoskrnl dependencies
in Windows 10
Posted
Out of curiosity I was looking at windows 10 ntoskrnl with dependency walker and noticed all these ext-ms-win dll files it depends on.
I noticed however that the files do not seem to exist in c:\windows\system32 (or sysWOW64)
-
So where are these dependencies actually located?