Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

QEMU problem need help

I installed a windows on kimsufi with the script as below
wget -O- 'http://ktd.joodle.nl/KS2008R2.gz' | gunzip | dd of=/dev/sda

now could I use QEMU to start the windows in rescue mode and connect the vnc to login the windows? not reisntall a win system through QEMU, but to boot from hard disk through QEMU
Hope to receive your help

Comments

  • newkindnewkind Member
    edited July 2017

    I used the command as below

    qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2047M -alt-grab -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -boot c -hda /dev/sda -vnc :1965

    and it shows as below
    https://drive.google.com/file/d/0BxhA1l3jwflrdTJhYlBxNEpNaVU/view

  • In theory, yes. In practice - no, not simple.

  • HxxxHxxx Member

    For professional things, paid help is best. Careful with the downloads from unknown sources.

  • @Hxxx said:
    For professional things, paid help is best. Careful with the downloads from unknown sources.

    how much should be ok?

  • netomxnetomx Moderator, Veteran

    First of all... is it UEFI?

  • @netomx said:
    First of all... is it UEFI?

    I think no

  • netomxnetomx Moderator, Veteran

    @newkind said:

    @netomx said:
    First of all... is it UEFI?

    I think no

    Don't think... check it with parted... print the results here

    Thanked by 1Aidan
  • javimusejavimuse Member
    edited July 2017

    Launch rescue mode with Ubuntu 16.04:

    Install Portable QEMU:

    wget -qO- /tmp https://ia601503.us.archive.org/12/items/vkvm.tar/vkvm.tar.gz | tar xvz -C /tmp

    Launch QEMU

    /tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -hda /dev/sda -boot c -vnc :1

    Conect to YOURSERVERIP:1 with VNC Viewer

    https://realvnc.com/en/download/viewer/

    it should work

  • @javimuse said:
    Launch rescue mode with Ubuntu 16.04:

    Install Portable QEMU:

    wget -qO- /tmp https://ia601503.us.archive.org/12/items/vkvm.tar/vkvm.tar.gz | tar xvz -C /tmp

    Launch QEMU

    /tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 2048M -localtime -enable-kvm -cpu host,+nx -M pc -smp 2 -vga std -usbdevice tablet -k en-us -hda /dev/sda -boot c -vnc :1

    Conect to YOURSERVERIP:1 with VNC Viewer

    https://realvnc.com/en/download/viewer/

    it should work

    Hi javimuse, thanks for ur help, I tried the method, but it still shows
    boot failed: not a bootable disk. and other info like the photo
    https://drive.google.com/file/d/0BxhA1l3jwflrdTJhYlBxNEpNaVU/view
    do u have skype? my skype is a7898585

Sign In or Register to comment.