it is signed when the bat file is ran
you did not change the ernie.xtf (the one from this pkg is for C:\bios\default.xbe)
in your config tray boot is not enabled
use
CODE
;;;---------------------------------------------------------------------------
;;; tray boot enable
%define TRAY_BOOT
;;; tri-boot enable < dual is default, with tray_boot enabled
;;;%define TRI_BOOT
;;; close the tray when NOT tri-booting (faster booting then tri-boot)
%define CLOSE_TRAY_ALLWAYS
also
CODE
;;;---------------------------------------------------------------------------
;;; tray OPEN dash, when key IS patched back (must be a MS signed xbe)
;;; MUST BE PARTITION 1 or 2
;;;
%define PB_OPEN_PATH '\Device\Harddisk0\Partition2\xb0xdash.xbe'
;;; use this to patch back the MS key then boot PB_OPEN_PATH
;;;%define PATCH_BACK_MS_KEY
and don't use
CODE
;;; default is to boot DVD first, unless doing IGR to dash.
%define BOOT_DASH_ONLY
use
CODE
;;; default is to boot DVD first, unless doing IGR to dash.
;;;%define BOOT_DASH_ONLY
untill you know everything is working
also once everything is working it is simpler to use the runtime config file
just make sure to use the updated rtc.asm
but the way you had it it should have booted
CODE
%define DASHBOARD_PATH '\Device\Harddisk0\Partition1\dash\default.xbe'
%define DB_PATH2 '\Device\Harddisk0\Partition1\dashboard\default.xbe'
%define DB_PATH3 '\Device\Harddisk0\Partition6\dashboard\default.xbe'
did the fan speed up then error21

??
Thanks! I checked the dashboard (I still have XboxHDM on my PC so I can see what is where) and the dashboard is in the right location. That is no problem. I also fixed the dual boot thing. I guess I should have seen that error myself
I dont know if the fan did speed up, I would say it does but I cant really hear it clearly. Sorry for that.
The problem might be that I already have a runtime config file in E:\NKP11\NKP11_config.bin, the runtime file got made from config_runtime.inc , right? I couldn't really find any details about this in the configuration but my config_runtime.inc links to a non-existing path which would explain the error 21 I got. I only configured config.inc to my liking.
Time to get a few screwdrivers ready, It seems that I have some fixing to do.