MS Server 2003 won't run

psychoplot

New Member
Jan 17, 2011
3
0
1
I have proxmox 1.5 installed... and loaded an ISO image of Server 2003.... when it is running it has 98 percent cpu usage and when I open the vnc console it says: "Fatal: No Bootable Device" --- I selected IDE interface.... tried uploading it twice in Binary, and once in automatic through scp... I know the iso works because I can burn it and run it...

Any Suggestions?
 
I have proxmox 1.5 installed... and loaded an ISO image of Server 2003.... when it is running it has 98 percent cpu usage and when I open the vnc console it says: "Fatal: No Bootable Device" --- I selected IDE interface.... tried uploading it twice in Binary, and once in automatic through scp... I know the iso works because I can burn it and run it...

Any Suggestions?
Hi,
you have selected cd-rom as first boot-device for the VM?

Udo
 
Installed proxmox 1.7 -- uploaded iso.. didn't upload in binary this time though...do I need to? ... first boot device is hard drive -- same thing no bootable device....
 
Installed proxmox 1.7 -- uploaded iso.. didn't upload in binary this time though...do I need to? ... first boot device is hard drive -- same thing no bootable device....
Hi,
of course you must transfer the iso as binary!
And "no bootable device" is right with an fresh and empty hd as boot-device.
Change the boot-order to cdrom as first boot-device. Power down VM, and start again.
If your iso are valid, you will boot from CD!

Udo
 
uploaded ISO in binary... selected cd rom as first bootable device and got this error.

Boot failed: Could not read from CDROM (code 0001)

That ISO i burned to CD and could boot fine...
 
uploaded ISO in binary... selected cd rom as first bootable device and got this error.

Boot failed: Could not read from CDROM (code 0001)

That ISO i burned to CD and could boot fine...
Hi,
there must be something wrong with your cdrom-iso. Look with
Code:
md5sum /var/lib/vz/template/iso/CDROM-FILE.iso
and compare the hash with the original ISO. There must be the same! If there anything difference, your iso aren't valid.
Normal isos you can upload fine with the proxmox-gui. If the iso-size 2GB or above, you can use scp.

Udo