Ubuntu14.04 x86_64 install Xen

Recommended reference:

https://help.ubuntu.com/community/Xen

Step One: Install Ubuntu14.04 on your computer

Step Two: Install Xen using “sudo apt-get install xen-hypervisor” which will automatically choose suitable version of Xen. If you do this on a 32-bits Ubuntu OS, it can only get amd64-version too. So it is recommended to install a 64-bits Ubuntu. Also you need to install some tool:”sudo apt-get install virtinst virt-viewer virt-manager ”

Step Three: Since version 3 or so, Linux kernel supports Xen, and it can configure boot menu when installing Xen. So what we do next is to reboot our operating system. After that, you can verify Xen is actually installed using “sudo xl list”. If you can see “Domain-0”, it means everything goes well.

Step Four: Network Configuration. It is easily neglected.

sudo stop network-manager

sudo gedit /etc/network/interfaces

Edit /etc/network/interfaces, and make it look like this:

sudo start network-manager

sudo ifdown eth0 && sudo ifup xenbr0 && sudo ifup eth0

Step Five: To skip the installation of guest, I get an image of Ubuntu 10.04 OS from http://jailtime.org/, unzip it and modify the file path in the configuration file.

Then we can create a guest virtual machine

and we can log in

check it over in Domain-0

ask the guest to shutdown

时间: 2024-10-27 13:01:59

Ubuntu14.04 x86_64 install Xen的相关文章

ubuntu14.04 apt-get install找不到软件,更换源解决

安装14.04后,有时使用apt-get命令安装程序,会提示找不到程序,这是因为软件源不正确,网上说的换163的.中科大的.阿里的等等,我在更新源的时候都会出错,一般是报404错误,网上也没找到好的办法,突然想到我的ubun镜像是从海外官网http://www.ubuntu.com/下载的,那么源选择主服务器可不可以呢,试了一下,是可以的,apt-get update不会报错,更新源后,再使用apt-get install,就不会出现找不到软件的问题了,主服务器的下载速度还行,不是很慢,300k

[译]How to Install Node.js on Ubuntu 14.04 如何在ubuntu14.04上安装node.js

**原文链接为** [http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/](http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/) **由作者Jacob Nicholson 发表于October 27, 2015** **在此对作者表示感谢** Node.js作为一个基于JavaScript的开发平台,正变得越来越流行.许多开发人员都想构建通过

ubuntu14.04 install emacs24.5

ubuntu14.04 install emacs24.5 Table of Contents 1. get the src 2. libs prepare 3. install emacs-24.5 4. start 4.1. start with window 4.2. start without window 1 get the src Use git clone $ git clone https://github.com/emacs-mirror/emacs.git or downlo

ubuntu14.04 desktop 32-bit kvm装windows xp

经过这几天来的折腾,总算是在ubuntu14.04用kvm装上了xp, 看不少的的贴,也绕了不少的圈,总的来说,非常感谢CSDN上的"上善若水75",看着他写的一个分类"QEMU-KVM"本文大部分参考自http://blog.csdn.net/hbsong75/article/category/1469881/2 从他走过的路上一点点去实现在ubuntu14.04 desktop(32bit)实现kvm装个XP,为什么要装这个?因为工作上的各种原因吧工作上: 如同

艰辛五天:Ubuntu14.04+显卡驱动+cuda+Theano环境安装过程

题记:从一开始不知道显卡就是GPU(虽然是学计算机的,但是我真的不知道-脑残如我也是醉了),到搞好所有这些环境前后弄了5天时间,前面的买显卡.装显卡和装双系统见另一篇博客装显卡.双系统,这篇主要记录我怎么配置后面的环境,虽然中间重装Ubuntu三次,后面安装过程也没差别. 基础平台:64-bit,Ubuntu14.04 1.安装NVIDIA驱动(参考技术文章,基本是复制啊,蟹蟹作者~) (1) 在官网下载NVIDIA驱动,根据自己买的型号选择下载,放到 /home/lvxia/ 目录下面,我下载

ubuntu14.04 安装 CUDA 7.5 / CUDA 8.0

原文转自:http://blog.csdn.net/masa_fish/article/details/51882183 CUDA7.5和CUDA8.0的安装过程是一毛一样的.所以如果安装CUDA8.0的同学,直接将下文中的所有7.5替换为8.0即可. 折腾了好多天,前后重装了大概六.七次Ubuntu,终于上把CUDA安装好了,被坑了好多次,也走了不少弯路. 第一次发帖,还请多指教. [环境] 笔记本:ThinkPad T450 X86_64 显卡:主显 Intel HD Graphics 55

在ubuntu14.04上配置cuda_caffe_cudnn_anaconda_digits

参考网上的很多网站,以这篇为主:http://blog.csdn.net/yhl_leo/article/details/50961542 这篇算是自己对caffe学习的一个总结系列的开头.首先因为caffe的依赖项比较多,配置起来也比较麻烦.这篇算是比较详尽地把caffe的各种相关配置说清楚.转载请注明出处. 推荐ubuntu14.04版本,因为digits的支持比较好.显卡支不支持GPU加速要搞清楚啊,不支持就全用CPU算吧,别浪费时间折腾cuda了. 大家基本要按照官方教程上面来.但是官方

Ubuntu14.04+caffe+cuda7.5 环境搭建以及MNIST数据集的训练与测试

Ubuntu14.04+caffe+cuda 环境搭建以及MNIST数据集的训练与测试 一.ubuntu14.04的安装: ubuntu的安装是一件十分简单的事情,这里给出一个参考教程: http://jingyan.baidu.com/article/76a7e409bea83efc3b6e1507.html 二.cuda的安装: 1.首先下载nvidia cuda的仓库安装包(我的是ubuntu 14.04 64位,所以下载的是ubuntu14.04的安装包,如果你是32位的可以参看具体的地

ubuntu14.04 配置cuda

首先,我装的系统是Ubuntu14.04.1. 1. 预检查 按照参考链接1中所示,检查系统. 执行命令: :~$ lspci | grep -i nvidia 03:00.0 3D controller: NVIDIA Corporation GK110GL [Tesla K20c] (rev a1) 04:00.0 VGA compatible controller: NVIDIA Corporation GK106GL [Quadro K4000] (rev a1) 04:00.1 Aud