KVM - The Linux Kernel-Based Virtual Machine
News, Blogs and Resources on the Linux (KVM) Kernel-Based Virtual Machine

Could not open option rom 'sgabios.bin': No such file or directory ?

No replies
sw2wolf
Offline
Joined: Mar 18 2009
Points: 29

>cat ~/bin/kvm
#!/bin/bash
if [ `pidof qemu-kvm` ]; then
echo "KVM is already running..."
exit
fi
/usr/bin/qemu-kvm -enable-kvm -m 192 -soundhw es1370 -hda /home/sw2wolf/winxp.img -hdb /dev/sda7 -localtime -net nic -net user -nographic -daemonize -redir tcp:3389::3389 -boot c -k en-us &

I can still use KVM normally! However, i want to know what this message means ?

Sincerely!

Post new comment

The content of this field is kept private and will not be shown publicly.
Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.