Hi I''ve just install the GPL PV driver 0.8.7 on a windows 2003 HVM domU. Everything works well. I''ve just a question about the boot.ini : The default choice is the startup without pv enable. Is there a way to set the default boot with pv enable (and keep the menu with the 2 options) ? My boot.ini is : *[boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise, GPLPV" /noexecute=optout /fastdetect /gplpv * Thanks for your help Barry _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
>Hi > >I''ve just install the GPL PV driver 0.8.7 on a windows 2003 HVM domU. Everything works well. >I''ve just a question about the boot.ini : The default choice is the startup without pv enable. Is there a way to set the default boot with pv >enable (and keep the menu with the 2 options) ? > >My boot.ini is : >[boot loader] >timeout=30 >default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS > >[operating systems] >multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect >multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise, GPLPV" /noexecute=optout /fastdetect /gplpv > > >Thanks for your help > >BarryThe order in this situation is what determines it, as they both obviously have the same arc pathname so the default= line cant distinguish between the two. Move the /gplpv version to top of the list. See KB323427 jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
It works :) Thank''s again Barry 2008/5/8 Joseph L. Casale <JCasale@activenetwerx.com>:> >Hi > > > >I''ve just install the GPL PV driver 0.8.7 on a windows 2003 HVM domU. > Everything works well. > >I''ve just a question about the boot.ini : The default choice is the > startup without pv enable. Is there a way to set the default boot with pv > >enable (and keep the menu with the 2 options) ? > > > >My boot.ini is : > >[boot loader] > >timeout=30 > >default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS > > > >[operating systems] > >multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, > Enterprise" /noexecute=optout /fastdetect > >multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, > Enterprise, GPLPV" /noexecute=optout /fastdetect /gplpv > > > > > >Thanks for your help > > > >Barry > > The order in this situation is what determines it, as they both obviously > have the same arc pathname so the default= line cant distinguish between the > two. Move the /gplpv version to top of the list. > > See KB323427 > > jlc > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users