+ Post New Thread
Results 1 to 5 of 5
*nix Thread, Ubuntu Server on Hyper V Keeps Locking up in Technical; I have an Ubuntu Server on which I run the Concerto application for Digital Signage. When I had Ubuntu on ...
  1. #1
    fiza's Avatar
    Join Date
    Dec 2008
    Location
    Middlesex
    Posts
    758
    Thank Post
    144
    Thanked 72 Times in 60 Posts
    Rep Power
    45

    Ubuntu Server on Hyper V Keeps Locking up

    I have an Ubuntu Server on which I run the Concerto application for Digital Signage. When I had Ubuntu on a physical machine it ran fine. I have now built it as a VM on a beefy Windows 2008 R2 machine HYPER-V install but the Ubuntu server keeps locking up. Users cannot login to the Concerto web front end and I cannot ping the server. When I go into Hyper V and pause the server and then click Resume it kicks into life. I have given the ubuntu machine 1 Virtual Processor and 4GB RAM.

    Any ideas why it keeps locking up?

    Has anyone successfully run Ubuntu Server under Hyper-V?

  2. IDG Tech News
  3. #2

    Join Date
    Jul 2005
    Location
    Rugby
    Posts
    422
    Thank Post
    17
    Thanked 66 Times in 61 Posts
    Rep Power
    32
    Is the network adapter in Hyper-V a Synthetic or Legacy adapter?

    Matt

  4. #3
    fiza's Avatar
    Join Date
    Dec 2008
    Location
    Middlesex
    Posts
    758
    Thank Post
    144
    Thanked 72 Times in 60 Posts
    Rep Power
    45
    Not a legacy Adaptor

  5. #4

    Join Date
    Apr 2008
    Posts
    839
    Thank Post
    106
    Thanked 112 Times in 108 Posts
    Rep Power
    43
    has to be legacy

  6. #5

    RabbieBurns's Avatar
    Join Date
    Apr 2008
    Location
    Sydney
    Posts
    5,306
    Blog Entries
    6
    Thank Post
    1,250
    Thanked 456 Times in 296 Posts
    Rep Power
    156
    Quote Originally Posted by irsprint84 View Post
    has to be legacy
    Ubuntu includes the HyperV drivers. Once you enable them you can run synthetic network drivers.

    Altough not officicly supported by Microsoft, it works great.

    Code:
    nano /etc/initramfs-tools/modules
    
    & add below lines
    
    hv_vmbus
    hv_storvsc
    hv_blkvsc
    hv_netvsc
    
    then run
    
    update-initramfs –u
    
    and reboot

SHARE:
+ Post New Thread

Similar Threads

  1. Replies: 3
    Last Post: 27th May 2011, 08:31 PM
  2. ubuntu on hyper v (2008 server)
    By sted in forum Thin Client and Virtual Machines
    Replies: 1
    Last Post: 21st October 2010, 01:04 PM
  3. Replies: 5
    Last Post: 7th September 2010, 10:27 AM
  4. Setting Up An Exchange Server On Outlook Express 6
    By My220x in forum How do you do....it?
    Replies: 1
    Last Post: 16th May 2008, 01:32 PM
  5. Replies: 18
    Last Post: 8th July 2006, 12:13 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •