[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] What is the state of blktap2?
On Fri, 2010-01-22 at 17:12 -0500, Konrad Rzeszutek Wilk wrote: > > So I tried getting the pvops kernel working and it works fine as a > > standard Linux kernel but when I try to run it on top of Xen once I get > > to Linux I don't have any keyboard input. I'm using the grub conf on the > > That smells like inittab.. > > pvops page so that part of the config should be correct. I'm going to > > try to update to the latest version of xen-unstable and of the pvops > > tree to see if that fixes anything. > > > > Here is a little script that fixes most common problems. > > grep -q xenfs /etc/fstab || echo "xenfs /proc/xen > xenfs defaults 0 0" >> /etc/fstab > if grep -q ata_piix /etc/modprobe.conf ; then > NR=`cat /etc/modprobe.conf | grep scsi | wc -l` > grep -q pata_oldpiix /etc/modprobe.conf || echo "alias > scsi_hostadapter$NR pata_oldpiix" >> /etc/modprobe.conf > fi > grep -q hvc /etc/inittab || echo "co:2345:respawn:/sbin/agetty hvc0 9600 > vt100-nav" >> /etc/inittab > grep -q hvc0 /etc/securetty || echo "hvc0" >> /etc/securetty > Is this for a domU or a dom0 pvops kernel? I didn't think that the terminal for dom0 would be changed to hvc but I'm new to this so I could be wrong. Dave _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |