Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: kernel choices for booting gentoo as guest in vbox vm
Date: Fri, 02 Feb 2018 09:17:06
Message-Id: CAJ1xhMVDWaM_vA_1P8YiEdqS6COywFX_0y9BtYVjEC_0OZmYkA@mail.gmail.com
In Reply to: [gentoo-user] Re: kernel choices for booting gentoo as guest in vbox vm by Harry Putnam
1 On Fri, Feb 2, 2018 at 6:32 AM, Harry Putnam <reader@×××××××.com> wrote:
2 > Alexander Kapshuk <alexander.kapshuk@×××××.com> writes:
3 >
4 > [...]
5 >
6 >>> Can anyone tell me what they used to allow gentoo in vbox to boot?
7 >>>
8 >>>
9 >>>
10 >> Did you enable the recommended kernel config options as suggested here [1]?
11 >> [1] https://wiki.gentoo.org/wiki/VirtualBox
12 >
13 > I did go thru that page and `think' I checked them off but I came to
14 > that URL kind of late in the game... It would have no doubt went
15 > better if I'd caught that earlier on.
16 >
17 > It does appear to share some confusion with a couple of other pages.
18 > I don't have them to hand but one said flatly not to use `any' of the
19 > first bunch of framebuffer settings (1st and 2nd is based on how they
20 > are arranged in `menuconfig') and to only use the second set (a few
21 > lines below).
22 >
23 > They were saying that the kernel frame buffering will absolutely
24 > not work if one employs any of the settings from the first bunch.
25 >
26 >
27
28 The Kernel modesetting section of the xorg guide,
29 https://wiki.gentoo.org/wiki/Xorg/Guide, recommends disabling most of
30 the drivers listed in the 'Support for frame buffer devices' section
31 of .config.
32 I could be wrong, but I believe that applies to installing the kernel
33 on real hardware specifically.
34
35 For emulated environments, such as virtualbox, the instructions given
36 in the wiki article for virtualbox take precedence.
37 Virtualbox uses GPU frame buffers and has routines that convert GPU
38 memory layouts to kernel ones and back, as far as I can tell.