@Dietmar
symbols installed in c:\symbols
copy i219.pdb LM v5 to c:\symbols\sys
boot.ini with /break option
start WinDbg on COM 115200
kd> .sympath c:\symbols
Symbol search path is: c:\symbols
Expanded Symbol search path is: c:\symbols
************* Symbol Path validation summary **************
Response Time (ms) Location
OK c:\symbols
kd> .reload
Connected to Windows XP 2600 x86 compatible target at (Mon Feb 23 13:08:12.187 2026 (UTC + 1:00)), ptr64 FALSE
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe -
Loading Kernel Symbols
...................................
Loading User Symbols
*** ERROR: Symbol file could not be found. Defaulted to export symbols for halmacpi.dll -
************* Symbol Loading Error Summary **************
Module name Error
ntkrpamp The system cannot find the file specified
halmacpi PDB not found : c:\symbols\symbols\dll\halmacpi.pdb
You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded.
You should also verify that your symbol search path (.sympath) is correct.
.sympath /v - this command make error
kd> !sym noisy
noisy mode - symbol prompts on
Some files pdb mismatched and some probably loaded OK
kd> .reload /f
Connected to Windows XP 2600 x86 compatible target at (Mon Feb 23 13:11:28.031 2026 (UTC + 1:00)), ptr64 FALSE
DBGHELP: c:\symbols\ntkrpamp.pdb - file not found
DBGHELP: c:\symbols\exe\ntkrpamp.pdb - mismatched pdb
DBGHELP: c:\symbols\symbols\exe\ntkrpamp.pdb - file not found
DBGHELP: ntkrpamp.pdb - file not found
DBGHELP: Couldn't load mismatched pdb for ntkrpamp.exe
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe -
DBGHELP: nt - export symbols
Loading Kernel Symbols
.
DBGHELP: c:\symbols\halmacpi.pdb - file not found
DBGHELP: c:\symbols\dll\halmacpi.pdb - mismatched pdb
DBGHELP: c:\symbols\symbols\dll\halmacpi.pdb - file not found
DBGHELP: halmacpi.pdb - file not found
DBGHELP: Couldn't load mismatched pdb for halmacpi.dll
*** ERROR: Symbol file could not be found. Defaulted to export symbols for halmacpi.dll -
DBGHELP: hal - export symbols
.
DBGHELP: c:\symbols\kdcom.pdb - file not found
DBGHELP: kdcom - public symbols
c:\symbols\dll\kdcom.pdb
.
DBGHELP: c:\symbols\bootvid.pdb - file not found
DBGHELP: BOOTVID - public symbols
c:\symbols\dll\bootvid.pdb
....
************* Symbol Loading Error Summary **************
Module name Error
ntkrpamp The system cannot find the file specified
The SYMSRV client failed to find a file in the UNC store, or there
is an invalid UNC store (an invalid path or the pingme.txt file is
not present in the root directory), or the file is present in the
symbol server exclusion list.
halmacpi PDB not found : c:\symbols\symbols\dll\halmacpi.pdb
Unable to locate the .pdb file in this location
ACPI PDB not found : c:\symbols\symbols\sys\acpi.pdb
Unable to locate the .pdb file in this location
pci PDB not found : c:\symbols\symbols\sys\pci.pdb
Unable to locate the .pdb file in this location
isapnp PDB not found : c:\symbols\symbols\sys\isapnp.pdb
Unable to locate the .pdb file in this location
sdbus PDB not found : c:\symbols\symbols\sys\sdbus.pdb
Unable to locate the .pdb file in this location
ntoskrn8 PDB not found : c:\symbols\symbols\sys\ntoskrn8.pdb
Unable to locate the .pdb file in this location
sdstor PDB not found : c:\symbols\symbols\sys\sdstor.pdb
Unable to locate the .pdb file in this location
compbatt PDB not found : c:\symbols\symbols\sys\compbatt.pdb
Unable to locate the .pdb file in this location
BATTC PDB not found : c:\symbols\symbols\SYS\battc.pdb
Unable to locate the .pdb file in this location
PCIIDEX PDB not found : c:\symbols\symbols\SYS\pciidex.pdb
Unable to locate the .pdb file in this location
intelide PDB not found : c:\symbols\symbols\sys\intelide.pdb
Unable to locate the .pdb file in this location
MountMgr PDB not found : c:\symbols\symbols\sys\mountmgr.pdb
Unable to locate the .pdb file in this location
dmio PDB not found : c:\symbols\symbols\sys\dmio.pdb
Unable to locate the .pdb file in this location
PartMgr PDB not found : c:\symbols\symbols\sys\partmgr.pdb
Unable to locate the .pdb file in this location
VolSnap PDB not found : c:\symbols\symbols\sys\volsnap.pdb
Unable to locate the .pdb file in this location
atapi PDB not found : c:\symbols\symbols\sys\atapi.pdb
Unable to locate the .pdb file in this location
iaStorAC PDB not found : c:\symbols\symbols\sys\iaStorAC.pdb
Unable to locate the .pdb file in this location
storport PDB not found : c:\symbols\symbols\sys\storport.pdb
Unable to locate the .pdb file in this location
genahci PDB not found : c:\symbols\symbols\sys\genahci.pdb
Unable to locate the .pdb file in this location
stornvme PDB not found : c:\symbols\symbols\sys\stornvme.pdb
Unable to locate the .pdb file in this location
disk PDB not found : c:\symbols\symbols\sys\disk.pdb
Unable to locate the .pdb file in this location
CLASSPNP PDB not found : c:\symbols\symbols\SYS\classpnp.pdb
Unable to locate the .pdb file in this location
fltMgr PDB not found : c:\symbols\symbols\sys\fltMgr.pdb
Unable to locate the .pdb file in this location
sr PDB not found : c:\symbols\symbols\sys\sr.pdb
Unable to locate the .pdb file in this location
KSecDD PDB not found : c:\symbols\symbols\sys\ksecdd.pdb
Unable to locate the .pdb file in this location
Ntfs PDB not found : c:\symbols\symbols\sys\ntfs.pdb
Unable to locate the .pdb file in this location
NDIS PDB not found : c:\symbols\symbols\sys\ndis.pdb
Unable to locate the .pdb file in this location
Mup PDB not found : c:\symbols\symbols\sys\mup.pdb
Unable to locate the .pdb file in this location
agp440 PDB not found : c:\symbols\symbols\sys\agp440.pdb
Unable to locate the .pdb file in this location
Now tried with i219:
kd> sxe ld:i219
kd> sxe ud:i219
Couldn't resolve error at 'i219'
kd> g
DBGHELP: D:\Pobieranie\windbg_x86\x86\ntdll.dll - file not found
DBGHELP: D:\Pobieranie\windbg_x86\x86\ntdll.dll - file not found
DBGHELP: ntdll.dll not found in c:\symbols
DBGHELP: ntdll.dll not found in c:\symbols
DBGENG: ntdll.dll - Image mapping disallowed by non-local path.
DBGHELP: No debug info for ntdll.dll. Searching for dbg file
DBGHELP: c:\symbols\ntdll.dbg - file not found
DBGHELP: c:\symbols\dll\ntdll.dbg - file not found
DBGHELP: c:\symbols\symbols\dll\ntdll.dbg - path not found
DBGHELP: .\ntdll.dbg - file not found
DBGHELP: .\dll\ntdll.dbg - path not found
DBGHELP: .\symbols\dll\ntdll.dbg - path not found
DBGHELP: ntdll.dll missing debug info. Searching for pdb anyway
DBGHELP: c:\symbols\ntdll.pdb - file not found
DBGENG: ntdll.dll has mismatched symbols - type ".hh dbgerr003" for details
DBGHELP: ntdll - public symbols
c:\symbols\dll\ntdll.pdb - unmatched
nt!RtlUnwind+0xdc0:
80530ea6 cc int 3
0: kd> .reload /f i219.sys
Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long.
Run !sym noisy before .reload to track down problems loading symbols.
DBGHELP: c:\symbols\i219.pdb - file not found
DBGHELP: i219 - private symbols & lines
c:\symbols\sys\i219.pdb
0: kd> lm m i219
start end module name
ba948000 ba950280 i219 (private pdb symbols) c:\symbols\sys\i219.pdb
What next? g for GO ?