Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HELP - what driver for gentoo guest under kvm? SOLVED
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
s4e8
Guru
Guru


Joined: 29 Jul 2006
Posts: 311

PostPosted: Wed May 08, 2013 1:03 pm    Post subject: Reply with quote

You need a /etc/lvm/lvm.conf in initramfs, with udev and sysfs off. eg:
Code:

devices {
    dir = "/dev"
    scan = [ "/dev" ]
    obtain_device_list_from_udev = 0
    filter = [ "r|/dev/nbd.*|", "a/.*/" ]
    sysfs_scan = 0
}

global {
    umask = 077
    units = "h"
    activation = 1
    proc = "/proc"
}
Back to top
View user's profile Send private message
Moriah
Advocate
Advocate


Joined: 27 Mar 2004
Posts: 2383
Location: Kentucky

PostPosted: Fri Jun 21, 2013 9:44 pm    Post subject: Reply with quote

i should have closed this thread some time ago, as after fixing grub, gentoo runs fine as a guest under kvm using virtio for both disk and network.
_________________
The MyWord KJV Bible tool is at http://www.elilabs.com/~myword

Foghorn Leghorn is a Warner Bros. cartoon character.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum