zedox Posted September 29, 2005 Posted September 29, 2005 (edited) Hi, I'm trying to make a boot screen for windows 2000 (well edit the original) So it will load up first restart after installation.The files I have are...NTOSKRNL.EX_NTKRNLMP.EX_ntkrpamp.ex_NTKRNLPA.EX_I try to open these files with WinRaR. But error I get is "This is not a valid win32 file".So, change the extension to .EXE or .exe respectively.Now I can open it in winRaR. Extract the contents. If I extract NTOSKRNL.EXE (formally NTOSKRNL.EX_) I get a folder names NTOSKRNL and within the folder is ntoskrnl.exe.OK, I use reshacker to change the background image (image 1) sticking to the 4bit 16 colours .BMP format.Save the bootscreen.Repack the folder with the bootscreen as NTOSKRNL.RAR. Then change the file extension to .EX_ .This doesnt work. What am I doing wrong?! Edited September 29, 2005 by antonio_king
laurens Posted September 29, 2005 Posted September 29, 2005 RAR is not EXE read the guide for Unnatended windows from MSFN
zedox Posted September 29, 2005 Author Posted September 29, 2005 im aware that .RAR is not .EXE ... you can't execute an archive.RAR is an archive file.EX_ is also an archive file.EXE is an executable file.I'm sure this is what is screwing it up. Just wondering if anyone had a guide for windows 2000 rather than the xp one.
memberjoe Posted September 29, 2005 Posted September 29, 2005 (edited) First of all see this website:How To Change The Windows 2000 Boot LogoWin2K Boot Logo GalleryYou can unpack NTOSKRNL.EX_ file with expand.exe command (this is a builtin unpack program for cab files). Open Command prompt in a right folder where your .ex_ file stores, and type this:expand.exe ntoskrnl.ex_ ntoskrnl.exeThen make any changes with Reshacker (I think you can use BMP file that is 640x480 with 16 colors /4 bit bmp/). Now make a cab files with also a bultin program, makecab.exe command in command prompt:makecab.exe ntoskrnl.exe ntoskrnl.ex_Maybe works. Try it. Edited September 29, 2005 by memberjoe
zedox Posted September 29, 2005 Author Posted September 29, 2005 Ok, found out that if you add it unpacked it will use that screen when restarts occur DURING setup. But once windows is installed its back to the original windows bootscreen.This means.. If you want a different boot screen for setup you just have to add your modified ntoskrnl.exe file to the i386 dir.Your method above is working... its using my modified bootscreen for setup. Now once setup is finished i'll be able to see if its kept it.
zedox Posted September 29, 2005 Author Posted September 29, 2005 Once ive found a way of modifying the bootscreen. logonui and shutdown images ill post a guide for windows2000 users.
zedox Posted September 29, 2005 Author Posted September 29, 2005 ok.. getting somewhere.. .looks like Not only do the ex_ files need to be opened/edited/repacked...the sp4.cab and sp3.cab needs to be repacked with the .exe files.How can I add or replace files to .cab archives?
memberjoe Posted September 29, 2005 Posted September 29, 2005 The most of the archiver programs not supported to create cab files (maybe Winace, try it).But you can download from Microsoft the Microsoft Cabinet Software Development Kit:Microsoft Cabinet Software Development KitExtract Cabarc.exe file from the archive to the system32 folder on your system.Extract the cab file to a folder and make any changes with Reshacker.Open the command prompt on the folder where your unpacked and modified files have. Then give this command:cabarc.exe n sp4.cab *.*This is one of the all way you can. If you read the cabarc.exe documentation, you will make it more simply.
bledd Posted September 29, 2005 Posted September 29, 2005 (edited) search for "jCarle Compression Bin" and whack the EXE in that after editing and it'll compress it and modifype it (so it copies across ok )edit-feeling nice http://www.msfn.org/board/index.php?showtopic=25442 Edited September 29, 2005 by bledd
zedox Posted September 29, 2005 Author Posted September 29, 2005 Cheers fellas... Heres what ive done so far...Copy NTOSKRNL.EX_ , NTKRNLMP.EX_ , ntkrpamp.ex_ , ntkrnlpa.ex_ to a directory of my choice, from my I386 directory.Unpack them using theexpand.exe <filename> <output filename>Extract the bmp I want to edit from the unpacked file.Edit them... then include them into the unpacked file.Now repack them up to their original states using the...makecab.exe <output filename> <filename>Now copy and paste all my modified files back to the I386 directory (overwriting the orginals).First bit done.Now Extract SP4.CAB and SP3.CAB to a directory of my choice.With the files I unpacked earlier I copy and paste them into the directorys containing the files unpacked from SP3.CAB and SP4.CAB. Overwriting the originals.Then I used the cabarc.exe n sp4.cab *.* to repack the cabs.Then copy the cabs back to the I386 Directory overwriting the originals.A wollah! I'm testing it now to see if it will keep my modified bootscreen after installation.I'll get back to you if it works.
zedox Posted September 29, 2005 Author Posted September 29, 2005 a more detailed guide to follow if it works... Ill include how to edit screen savers, and logon interfaces.A great way to make a complete silent install disc to your company specifications. Using little touches like your company logo everywhere.
zedox Posted September 30, 2005 Author Posted September 30, 2005 worked Changed the welcome.exe too...Now to change the logon screens, but not sure what the filename is for this. anyone?
zedox Posted October 3, 2005 Author Posted October 3, 2005 So... whats the file to edit in order to change the logon screen?
dirtwarrior Posted October 4, 2005 Posted October 4, 2005 This is good stuff. Could some show examples of some 2k boot screens?
zedox Posted October 5, 2005 Author Posted October 5, 2005 http://www.msfn.org/board/index.php?showtopic=57442
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now