Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Operating System Optimization > WinNT Based


Reply
 
Share Thread Tools Display Modes
Old 12-04-2004, 11:44 AM   #1
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
mpattonm
Shrinking System32 folder - OEMBIOS.BIN

I was trimming down the footprint of my setup during last few days to achive my goal of less then 250MB for WindowsXP (BTW my current footprint with WinXP SP2 is 278 MB). That is because I would like to use 256 CF IDE card to boot and run my OS from (with a little help of EWF taken out from XP Embedded). I was supprised when I realised biggest file in my System32 folder is OEMBIOS.BIN. It is 12.5 MB big. I know OEMBIOS.* files are part of corporate licence, and they are needed for proper licence validation, but 12.5 MB is not it quite a big file? Considering WinXP also reads this file anytime it starts to verify licence, causing unwanted delays, I would like to ask if anyone knows how to avoid this file.
mpattonm is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 12-04-2004, 12:03 PM   #2
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,239
SFiorito is on a distinguished road
I don't think that's going to be possible dude. The windows logon component uses that file. I've read that XPe developers were able to get rid of that file by using the minLogon component of XPe. MinLogon basically doesn't log any user into the system so it's really meant for devices that don't need any hard security or multi-user settings. It also improves boot times...

That's what I've got my sites on now that I figured out EWF...
SFiorito is offline   Reply With Quote
Old 12-04-2004, 12:44 PM   #3
Maximum Bitrate
 
knubile's Avatar
 
Join Date: Sep 2004
Posts: 505
knubile is on a distinguished road
Quote:
my current footprint with WinXP SP2 is 278 MB

Can you share how you acheived this? nLite? I can't get mine less than 500.
knubile is offline   Reply With Quote
Old 12-04-2004, 07:48 PM   #4
Nic
FLAC
 
Nic's Avatar
 
Join Date: Oct 2003
Location: Melbourne, Australia
Posts: 1,047
Nic is on a distinguished road
min login sounds good guys keep us posted...
__________________
Signature: [==||========] 20% complete
Nic is offline   Reply With Quote
Old 12-04-2004, 09:24 PM   #5
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,239
SFiorito is on a distinguished road
Okay, I got minlogon working with XP. Booted up fine so I went ahead and removed oembios.bin, rebooted, and it booted up fine. Just so I'm not misunderstanding you: you already activated your XP, right? So this oembios.bin is being used every time XP boots up? Anyways, I still need to do some testing to see how well minlogon works. I'm only using it on VirtualPC so I don't see much of a difference in boot speed (VPC is slow as hell to begin with). I'll test it on my VIA system to see how well it works. Once I've got everything checked out I'll post instructions.

MinLogon isn't for everyone though. It basically "logs" you on as the System account which may cause some problems. I haven't seen any yet though. Hopefully this will speed things up even more!
SFiorito is offline   Reply With Quote
Old 12-04-2004, 09:56 PM   #6
Nic
FLAC
 
Nic's Avatar
 
Join Date: Oct 2003
Location: Melbourne, Australia
Posts: 1,047
Nic is on a distinguished road
sweet i cant wait to get EWF, minlogon and a lite version of xp in my car
__________________
Signature: [==||========] 20% complete
Nic is offline   Reply With Quote
Old 12-04-2004, 11:11 PM   #7
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,239
SFiorito is on a distinguished road
Okay, here are the directions: http://www.mp3car.com/vbulletin/winnt-based/37724-using-minlogon-speed-up-booting-decrease-footprint-post327120.html
SFiorito is offline   Reply With Quote
Old 12-05-2004, 04:08 AM   #8
Registered User
 
mpattonm's Avatar
 
Join Date: May 2003
Location: Czech rep.
Posts: 655
mpattonm
What do you know, he did it again
mpattonm is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-07-2004, 09:56 AM   #9
FLAC
 
IntellaWorks's Avatar
 
Join Date: Jun 2004
Location: NH
Posts: 1,173
IntellaWorks is on a distinguished road
.

Got a question.


With this new stuff. I can trim down XP pro, impliment EWF + use minlogon. Enable a custom gui (instead of iExplore.exe)

I want to be able to add data to the harddisk (where the operating system lies) from what I'm reading from XPe EWF has a few differenet modes.

EWF DiskMode seems to be appropriate. But not sure how to impliment this, I'm going to be setting up a test envirnment in the next few days here to see what I can come up with.

EWF Write Modes
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
IntellaWorks is offline   Reply With Quote
Old 12-07-2004, 10:16 AM   #10
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Posts: 1,239
SFiorito is on a distinguished road
Well, when you say you want to add data what exactly do you mean? Just make a config change? Install software? Or start loading MP3's, DiVx, etc.? You could use "ewfmgr c: -commitanddisable -live" make your changes then "ewfmgr c: -enable" and reboot. But if that's on a CF card it's not a very good strategy I think. Once I get my CF system installed I don't plan on touching it unless it's something minor. If I need to install software or make major changes (like installing XP updates) I'll do that on my harddrive and redeploy the image to CF. If you just want to run EWF on a harddrive then you have a couple of options. The method above, or...

If you download the XPe trial and configure an image using the EWF Disk overlay mode you can look through the registry and find the settings. IF... it keeps all the settings in the registry. XPe has what's called the First Boot Agent (FBA) which will configure your runtime the first time it boots up. That's what usually configures EWF. EWF RAM Reg mode (what we're using) was added in SP2 for devices that can't be partitioned (like removable media) so it keeps all settings in the registry. There's the EWF API which you could take a look at because that's what FBA uses to configure EWF. One thing that I'll be looking at once I get my system set up on my CF card is using the EWF API to commit specific files rather than the whole overlay. I haven't looked into it enough to see if it still disables EWF or not.

Last edited by SFiorito; 12-07-2004 at 10:23 AM..
SFiorito is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Folder Options PaCMaYNE Media Engine 6 09-02-2004 06:23 PM
Media Folder Synch? Max018 General MP3Car Discussion 3 02-12-2004 07:16 PM
You can not select a folder and have MC play all songs in it? -al- MediaCar 4 01-06-2004 08:00 AM
EAC users: Can it create a folder for each CD? -al- Software & Software Development 5 11-03-2003 10:36 AM
one m3u for each folder jol Software & Software Development 12 06-16-2002 08:47 PM



All times are GMT -5. The time now is 08:17 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
"VaultWiki" powered by VaultWiki v2.5.2.
Copyright © 2008 - 2009, Cracked Egg Studios.Ad Management by RedTyger
Message Board Statistics