Skip to content

Instantly share code, notes, and snippets.

@vlpeng
vlpeng / gist:1703768
Created January 30, 2012 10:31
Ubuntu: Lucid Gave up waiting for root device (mptsas) resolved by rootdelay
http://blog.chinaunix.net/space.php?uid=171341&do=blog&id=2881099
问题解决:
1.在(initramfs) 下 输入 exit 后回车,操作系统开始引导.
2.进入系统后,编辑/etc/default/grub 文件,寻找到GRUB_CMDLINE_
LINUX_DEFAULT=”quite” 修改为 GRUB_CMDLINE_
@vlpeng
vlpeng / gist:3091576
Created July 11, 2012 16:32
Xen @ CentOS
http://wiki.xen.org/wiki/Compiling_Xen_From_Source
http://wiki.xen.org/wiki/RHEL6_Xen4_Tutorial
hg clone -r 25364 http://xenbits.xen.org/hg/xen-unstable.hg
vi /etc/sysconfig/selinux
SELINUX=disabled
yum clean all
yum update -y
eboot
@vlpeng
vlpeng / ovirt-gluster.conf
Created September 23, 2016 16:43
ovirt-gluster.conf
# A sample configuration file to setup a converged ovirt/gluster install
# using gdeploy: https://github.com/gluster/gdeploy
# edit hosts to match your environment
[hosts]
host1
host2
host3