Your Ad can be there
+ Post New Thread
Results 1 to 4 of 4

Thread: How to install KVM server for VPS reselling and windows iso on one VPS?

  1. #1
    Administrator
    Join Date
    Mar 2013
    Posts
    2,726

    How to install KVM server for VPS reselling and windows iso on one VPS?

    Hello,

    when i have plain linux server, i want to create KVM VPSs on it. I have an .ISO windows OS image which i want to isntall on KVM VPS, how to create KVM VPS and install Windows .iso image on it?

  2. #2


    Is this useful / helpfull? Yes | No
    HI,

    I'll assume Ubuntu here, after installing KVM, libvirt + tools as per their server guide below:

    https://help.ubuntu.com/14.04/serverguide/libvirt.html

    Here is a command I used just the other day to spin up a quick centos install, then I just connected to the gui installer via VNC

    Code:
    virt-install -n centos_test -r 4096 \
    --disk path=/var/lib/libvirt/images/centos-test.img,bus=virtio,size=6 -c \
    /var/lib/libvirt/images/CentOS-6.5-x86_64-minimal.iso --network network=default,model=virtio \
    --graphics vnc,listen=0.0.0.0 --noautoconsole -v
    Once the OS is installed you can setup either ssh for linux or rdp for windows

    Regards, Daniel

  3. #3
    Administrator
    Join Date
    Mar 2013
    Posts
    2,726


    Is this useful / helpfull? Yes | No
    Quote Originally Posted by LeaseVPS View Post
    Once the OS is installed you can setup either ssh for linux or rdp for windows
    Thanks for an idea. though im not sure about this part "rdp for windows". How to setup it while centOS was installed on a VPS (at least i understood it according to command u mentioned).

  4. #4


    Is this useful / helpfull? Yes | No
    Quote Originally Posted by admin View Post
    Thanks for an idea. though im not sure about this part "rdp for windows". How to setup it while centOS was installed on a VPS (at least i understood it according to command u mentioned).
    Yep that was just an example. windows would look similar to the below:

    Code:
    virt-install -n win7-vm -r 4096 \
    --disk path=/var/lib/libvirt/images/win7.img,bus=virtio,size=6 -c \
    /var/lib/libvirt/images/win7-64bit.iso --network network=default,model=virtio \
    --graphics vnc,listen=0.0.0.0 --noautoconsole -v
    Regards, Daniel
    www.LEASEVPS .com | Quality Servers - without cheap hardware
    [NL] 10Gig VPS Hosting | [NL] 10Gig Dedicated Servers

+ Post New Thread

Similar Threads

  1. Hetzner, how to install custom Windows Server 2008 .iso ?
    By Fli in forum Dedicated Server Hosting
    Replies: 0
    Last Post: 09-18-2015, 12:08 PM
  2. Replies: 0
    Last Post: 04-28-2014, 10:25 PM
  3. Replies: 0
    Last Post: 10-31-2013, 12:38 PM
  4. Replies: 0
    Last Post: 04-04-2013, 01:06 AM
  5. Replies: 0
    Last Post: 03-24-2013, 12:42 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam