Control which os is booted on multi-boot system
Posted
by mooware
on Server Fault
See other posts from Server Fault
or by mooware
Published on 2010-04-15T17:50:48Z
Indexed on
2010/04/15
17:53 UTC
Read the original article
Hit count: 293
I am setting up a server with multiple operating systems for the automatic testruns of my company's product. I'd like to be able to control with a script which OS boots up after a restart, so I could say for example "after the windows run, boot into linux".
I thought of using the windows bootloader for all OSes, because it should be easy to just change the default entry in C:\boot.ini
to whichever system I want to boot.
Is this a feasible way of doing this? Are there better options?
© Server Fault or respective owner