Results 1 to 3 of 3

Thread: Can not get a terminal during install on Server

Threaded View

  1. #1
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,515
    Distro
    Ubuntu Development Release

    Can not get a terminal during install on Server

    I have an Ubuntu Server 12.04.2. I am trying to install a virtual ubuntu server 12.04.2 on it. At this point the purpose is to learn. I am using the Ubuntu server guide as the main reference. I am stuck at the point of trying to somehow connect to a terminal to continue with installation after the virt-install command. I have been reading the various "man" pages attempting to determine what to do.

    kvm is using one cpu at 100%, and has been for about 7 hours now. I assume waiting for me to continue with the installation. Some, perhaps, relevant information:
    Code:
    doug@s15:~/iso$ kvm-ok
    INFO: /dev/kvm exists
    KVM acceleration can be used
    doug@s15:~/iso$ virsh vncdisplay 2
    :0
    doug@s15:~/iso$ sudo netstat -plnt | grep kvm
    [sudo] password for doug:
    tcp        0      0 127.0.0.1:5900          0.0.0.0:*               LISTEN      7606/kvm
    O.K. so I know that my host is listening on port 5900 for a vnc connection, but I also think that is not what I want. However, I have not been able to figure out what other "--graphics" option I should use, keeping in mind that I do not have any GUI on my host. Regardless, I did try virt-viewer, but it just says "Cannot open display", not surprising since I think it needs a GUI also.

    My best guess, at this point, it that I should be launching "virt-install" with "--graphics none" and somehow later on connecting to some serial terminal. Or better still, don't bother with the --noautoconsole option that is in the server guide. So I tried that, and supposedly end up in a console, but it doesn't work. (Although kvm is no longer using 100% of 1 cpu and kvm is no longer listening on port 5900).

    Can someone point me in the right direction?

    For reference, the last attempt command:
    Code:
    sudo virt-install -n virt32_01 -r 128 --disk path=/var/lib/libvirt/images/virt32_01.img,bus=virtio,size=12 -c ubuntu-12.04.2-server-i386.iso --accelerate --network network=default,model=virtio -v
    Last edited by Doug S; February 16th, 2013 at 12:56 AM. Reason: added command

Bookmarks

Posting Permissions

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