IFORGOT Posted August 2, 2005 Posted August 2, 2005 (edited) Hello all, first post here so please take it easy on me. I install OSes on a good number of machines and I am trying to automate some of the little things that are repeatative and hopefully, help prevent my mind from going numb.Currently, my boot.ini has 2 entries.multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows Longhorn" /NOEXECUTE=OPTIN /FASTDETECT /USENEWLOADERmulti(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECTIf I don't manually update the boot.ini when I'm doing installs, the list of boot options will get larger and larger. Is there a way to automate this function? I was thinking of hard codeing the boot.ini to always be:multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows Longhorn" /NOEXECUTE=OPTIN /FASTDETECT /USENEWLOADER /DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /NOEXECUTE=OPTIN /FASTDETECTSince this is how we set up our machines. Unfortunately, I don't know how I can do this in a cmd file and Longhorn's unattend xml is a bit different.Any help is much appreciated. Edited August 2, 2005 by IFORGOT
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