Velten Spägele
2008-Aug-03 22:16 UTC
[Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
Hi, i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. Now I tried to install a Windows 2003 Enterprise Server. kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = ''hvm'' memory = 512 name = "WinXP" device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" boot = ''cd'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file=/HDD250/WIN.img,ioemu:hdb,w'',''file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r'' ] vnc = 1 vnclisten = ''0.0.0.0'' usb = 1 usbdevice = ''tablet'' stdvga = 0 serial = ''pty'' audio = 0 It works, but the Windows installer didn''t find a Hard Disk and so it can''t install... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Velten Spägele
2008-Aug-03 22:19 UTC
[Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
Hi, i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. Now I tried to install a Windows 2003 Enterprise Server. kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = ''hvm'' memory = 512 name = "WinXP" device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" boot = ''cd'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file=/HDD250/WIN.img,ioemu:hdb,w'',''file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r'' ] vnc = 1 vnclisten = ''0.0.0.0'' usb = 1 usbdevice = ''tablet'' stdvga = 0 serial = ''pty'' audio = 0 It works, but the Windows installer didn''t find a Hard Disk and so it can''t install... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Joseph L. Casale
2008-Aug-04 02:35 UTC
RE: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
>It works, but the Windows installer didn''t find a Hard Disk and so it >can''t install...Aside from your config looking a bit slim (defaults will apply AFAIK know) I assume your disk line is wrong from what I see. Check a sample in your xen dir. Also, why are you using hdb? Probably fine, but odd... jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Jett
2008-Aug-04 02:39 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
It works, but the Windows installer didn''t find a Hard Disk and so it can''t install... Aside from your config looking a bit slim (defaults will apply AFAIK know) I assume your disk line is wrong from what I see. Check a sample in your xen dir. Also, why are you using hdb? Probably fine, but odd... jlc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users Try to change sda to hda, or ioemu:hda in your XEN config. It should work. Jett _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nick Couchman
2008-Aug-04 02:43 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
Why do you have your disk set to hdb? Why not hda? -Nick>>> On 2008/08/03 at 16:19, Velten Spägele <xen@tegger.de> wrote:Hi, i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. Now I tried to install a Windows 2003 Enterprise Server. kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = 'hvm' memory = 512 name = "WinXP" device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" boot = 'cd' on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart' vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'file=/HDD250/WIN.img,ioemu:hdb,w','file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r' ] vnc = 1 vnclisten = '0.0.0.0' usb = 1 usbdevice = 'tablet' stdvga = 0 serial = 'pty' audio = 0 It works, but the Windows installer didn't find a Hard Disk and so it can't install... This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Velten Spägele
2008-Aug-04 20:49 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
I tried both hda and hdb, the same error Nick Couchman schrieb:> Why do you have your disk set to hdb? Why not hda? > > -Nick > > >>> On 2008/08/03 at 16:19, Velten Spägele <xen@tegger.de> wrote: > Hi, > > i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. > Now I tried to install a Windows 2003 Enterprise Server. > > kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" > builder = ''hvm'' > memory = 512 > name = "WinXP" > device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" > boot = ''cd'' > on_poweroff = ''destroy'' > on_reboot = ''restart'' > on_crash = ''restart'' > vif = [ ''type=ioemu, bridge=xenbr0'' ] > disk = [ > ''file=/HDD250/WIN.img,ioemu:hdb,w'',''file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r'' > > > ] > vnc = 1 > vnclisten = ''0.0.0.0'' > usb = 1 > usbdevice = ''tablet'' > stdvga = 0 > serial = ''pty'' > audio = 0 > > It works, but the Windows installer didn''t find a Hard Disk and so it > can''t install... > > > > ------------------------------------------------------------------------ > This e-mail may contain confidential and privileged material for the > sole use of the intended recipient. If this email is not intended for > you, or you are not responsible for the delivery of this message to the > intended recipient, please note that this message may contain SEAKR > Engineering (SEAKR) Privileged/Proprietary Information. In such a case, > you are strictly prohibited from downloading, photocopying, distributing > or otherwise using this message, its contents or attachments in any way. > If you have received this message in error, please notify us immediately > by replying to this e-mail and delete the message from your mailbox. > Information contained in this message that does not relate to the > business of SEAKR is neither endorsed by nor attributable to SEAKR. >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nick Couchman
2008-Aug-04 20:51 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
What, exactly, is the error? -Nick>>> On Mon, Aug 4, 2008 at 2:49 PM, Velten Spägele <xen@tegger.de>wrote: I tried both hda and hdb, the same error Nick Couchman schrieb:> Why do you have your disk set to hdb? Why not hda? > > -Nick > > >>> On 2008/08/03 at 16:19, Velten Spägele <xen@tegger.de> wrote: > Hi, > > i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. > Now I tried to install a Windows 2003 Enterprise Server. > > kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" > builder = 'hvm' > memory = 512 > name = "WinXP" > device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" > boot = 'cd' > on_poweroff = 'destroy' > on_reboot = 'restart' > on_crash = 'restart' > vif = [ 'type=ioemu, bridge=xenbr0' ] > disk = [ >'file=/HDD250/WIN.img,ioemu:hdb,w','file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r'> > > ] > vnc = 1 > vnclisten = '0.0.0.0' > usb = 1 > usbdevice = 'tablet' > stdvga = 0 > serial = 'pty' > audio = 0 > > It works, but the Windows installer didn't find a Hard Disk and so it > can't install... > > > >------------------------------------------------------------------------> This e-mail may contain confidential and privileged material for the > sole use of the intended recipient. If this email is not intended for > you, or you are not responsible for the delivery of this message tothe> intended recipient, please note that this message may contain SEAKR > Engineering (SEAKR) Privileged/Proprietary Information. In such acase,> you are strictly prohibited from downloading, photocopying,distributing> or otherwise using this message, its contents or attachments in anyway.> If you have received this message in error, please notify usimmediately> by replying to this e-mail and delete the message from your mailbox. > Information contained in this message that does not relate to the > business of SEAKR is neither endorsed by nor attributable to SEAKR. >This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniel Kao
2008-Aug-04 20:57 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
Velten, You have an = (equal) sign where it should be a : (colon) under your disk line. Try one of the following lines instead: disk = [ "file:/HDD250/WIN.img,hda,w", "file:/HDD250/BX2EFPP_DE.ISO,hdc:cdrom,r" ] or disk = [ "tap:aio:/HDD250/WIN.img,hda,w", "file:/HDD250/BX2EFPP_DE.ISO,hdc:cdrom,r" ] Cheers, Daniel Velten Spägele wrote: Hi, i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. Now I tried to install a Windows 2003 Enterprise Server. kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = ''hvm'' memory = 512 name = "WinXP" device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" boot = ''cd'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file=/HDD250/WIN.img,ioemu:hdb,w'',''file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r'' ] vnc = 1 vnclisten = ''0.0.0.0'' usb = 1 usbdevice = ''tablet'' stdvga = 0 serial = ''pty'' audio = 0 It works, but the Windows installer didn''t find a Hard Disk and so it can''t install... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -- Daniel Kao Übermind, Inc. Seattle, WA, U.S.A. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Velten Spägele
2008-Aug-04 21:04 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
>>> It works, but the Windows installer didn''t find a Hard Disk and so it >>> can''t install... >>> >> >> Aside from your config looking a bit slim (defaults will apply AFAIK know) >> I assume your disk line is wrong from what I see. Check a sample in your >> xen dir. Also, why are you using hdb? Probably fine, but odd... >> >> jlc >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> > Try to change sda to hda, or ioemu:hda in your XEN config. It should work. > > Jett >no, didn''t work with hda sda or ioemu:hda _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Daniel Kao
2008-Aug-04 21:11 UTC
Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
Also, change boot = "cd" to boot = "dc" Once Xen properly sees your "hda", it''ll be drive C instead of the cdrom drive being drive C. Cheers, Daniel Daniel Kao wrote: Velten, You have an = (equal) sign where it should be a : (colon) under your disk line. Try one of the following lines instead: disk = [ "file:/HDD250/WIN.img,hda,w", "file:/HDD250/BX2EFPP_DE.ISO,hdc:cdrom,r" ] or disk = [ "tap:aio:/HDD250/WIN.img,hda,w", "file:/HDD250/BX2EFPP_DE.ISO,hdc:cdrom,r" ] Cheers, Daniel Velten Spägele wrote: Hi, i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. Now I tried to install a Windows 2003 Enterprise Server. kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = ''hvm'' memory = 512 name = "WinXP" device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" boot = ''cd'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file=/HDD250/WIN.img,ioemu:hdb,w'',''file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cdrom,r'' ] vnc = 1 vnclisten = ''0.0.0.0'' usb = 1 usbdevice = ''tablet'' stdvga = 0 serial = ''pty'' audio = 0 It works, but the Windows installer didn''t find a Hard Disk and so it can''t install... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -- Daniel Kao Übermind, Inc. Seattle, WA, U.S.A. _______________________________________________ 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
Dustin Henning
2008-Aug-05 13:37 UTC
RE: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive
Regarding boot = "dc" Versus boot = "cd" I believe D means CDROM & C means HD. This would be like telling the BIOS to boot from CD or the primary HD, also, if you install Linux to an HVM, there is no "C:" and "D:" anyway. I just wanted to clarify that for the thread. Dustin From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Daniel Kao Sent: Monday, August 04, 2008 17:12 To: Xen Users Subject: Re: [Xen-users] Windows 2003 Enterprise didn''t find Hard Disk Drive Also, change boot = "cd" to boot = "dc" Once Xen properly sees your "hda", it''ll be drive C instead of the cdrom drive being drive C. Cheers, Daniel Daniel Kao wrote: Velten, You have an = (equal) sign where it should be a : (colon) under your disk line. Try one of the following lines instead: disk = [ "file:/HDD250/WIN.img,hda,w", "file:/HDD250/BX2EFPP_DE.ISO,hdc:cdrom,r" ] or disk = [ "tap:aio:/HDD250/WIN.img,hda,w", "file:/HDD250/BX2EFPP_DE.ISO,hdc:cdrom,r" ] Cheers, Daniel Velten Spägele wrote: Hi, i have a fresh installed XEN 3.2-1 on an AMD BE2400 on Debian AMD64. Now I tried to install a Windows 2003 Enterprise Server. kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = ''hvm'' memory = 512 name = "WinXP" device_model = "/usr/lib64/xen-3.2-1/bin/qemu-dm" boot = ''cd'' on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file=/HDD250/WIN.img,ioemu:hdb,w'',''file:/HDD250/BX2EFPP_DE.ISO,ioemu:hdc:cd rom,r'' ] vnc = 1 vnclisten = ''0.0.0.0'' usb = 1 usbdevice = ''tablet'' stdvga = 0 serial = ''pty'' audio = 0 It works, but the Windows installer didn''t find a Hard Disk and so it can''t install... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users -- Daniel Kao Übermind, Inc. Seattle, WA, U.S.A. ________________________________________ _______________________________________________ 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