Hello, I would like to have a single cd/dvd to install an OS on a i686 or x86_64 machine. Is there any way to get isolinux to determine the architecture of the machine and choose the appropriate installer? Michael Disclaimer: The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter.
Michael Blandford wrote:> Hello, > > I would like to have a single cd/dvd to install an OS on a i686 or > x86_64 machine. > > Is there any way to get isolinux to determine the architecture of the > machine and choose the appropriate installer? >Write a com32 module to read CPUID and pick the appropriate target. -hpa