I have a cepc nk.bin built with the RAM and ROM file
system and hive based registry storage on the Hard Disk
that works great.
I now want the root of the object store to be mounted to
the hard disk so programs, shortcuts, etc. will be
preserved though reboots.
To do this I replaced the RAM/ROM file system with the
ROM only file system from the catalog. I also changed the
mountflags for HDProfile\FATFS to the following:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfi
le\FATFS]
"EnableCacheWarm"=dword:0
"MountFlags"=dword:E
I created the windows directory on my hard disk and
copied all of the items from the release directory that
appeared in the FILES section of my ce.bib.
This boots successfully and runs with the following
issues:
The control panel is empty.
File explorer is missing icons for some of its buttons.
The start menu is empty past the first tier.
Is there a section of files that I am failing to copy
over, or a step that I am missing? Many of the shortcuts
that are missing appear in initobj.dat is there something
that needs to be done to that file?
Is this the best way to go about this issue? I like the
neatness of copying one file to upgrade the system
instead of all the files listed in the files section like
the RAM build, however cold boot retention is a must have.