Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Making sure I am a good netizen and secure.
Date: Tue, 08 Sep 2009 15:44:17
Message-Id: 200909081742.42762.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Re: Making sure I am a good netizen and secure. by Peter Humphrey
1 On Tuesday 08 September 2009 17:23:37 Peter Humphrey wrote:
2 > On Monday 07 September 2009 19:09:25 Alan McKinnon wrote:
3 > > On Monday 07 September 2009 17:39:06 Dale wrote:
4 > > > Peter Humphrey wrote:
5 > > > > On Sunday 06 September 2009 21:12:37 Alan McKinnon wrote:
6 > > > >> On Sunday 06 September 2009 19:31:27 Peter Humphrey wrote:
7 > > > >>> On Sunday 06 September 2009 10:49:13 Alan McKinnon wrote:
8 > > > >>
9 > > > >> Um, dude.... grub selects a kernel. Or an OS. But never a DE.
10 > > > >> The dm does that.
11 > > > >
12 > > > > Depends how you have it set up. On this box I have two separate
13 > > > > installations: one with kde:3 and one with kde:4. I select the one I
14 > > > > want with grub entries.
15 > > >
16 > > > Could you post your grub.conf? I'd like to see how you do that.
17 > >
18 > > Well, I'd do it with a customized init that launches a dm preset to a
19 > > specific xsession. Or selects a specific .xinitrc.
20 >
21 > In answer to Dale, here's my grub.conf. Do you (Alan) think your way is
22 > better, or simpler? (Hope you can sort the wrapping out.)
23
24 I don't see anything there that selects KDE-3 versus KDE-4
25
26 Apparently, you have two gentoo installs on the same machine:
27
28 a regular one with / on /dev/md0
29 a test system with / on /dev/sdc3
30
31 I presume you have KDE-3 on one and KDE-4 on the other. This is purely and
32 only a happy circumstance and has nothing to do with selecting a DE from grub.
33 The entry you select at boot-time runs whatever system you configured, which
34 in turn runs whatever it has on it. You could remove KDE-3 and install OpenBox
35 instead, you are still not selecting OpenBox from the grub screen.
36
37
38
39
40
41
42
43 >
44 > [...]
45 > title=Gentoo Linux 2.6.30-r6
46 > root (hd0,0)
47 > kernel /boot/kernel-x86_64-2.6.30-gentoo-r6 root=/dev/md0 vga=0x31A
48 > video=vesafb:mtrr:3,ywrap fbcon=scrollback:128k splash=silent
49 > memory_corruption_check=1
50 >
51 > title=Gentoo Linux 2.6.30-r6, no X
52 > root (hd0,0)
53 > kernel /boot/kernel-x86_64-2.6.30-gentoo-r6 root=/dev/md0 vga=0x317
54 > video=vesafb:mtrr:3,ywrap splash=silent softlevel=no-x
55 > memory_corruption_check=1
56 >
57 > title=Gentoo Linux 2.6.30-r6, no network
58 > root (hd0,0)
59 > kernel /boot/kernel-x86_64-2.6.30-gentoo-r6 root=/dev/md0 vga=0x317
60 > video=vesafb:mtrr:3,ywrap splash=silent softlevel=nonetwork
61 > memory_corruption_check=1
62 >
63 > [...]
64 >
65 > title=Gentoo Test System 2.6.30-r6
66 > root (hd0,0)
67 > kernel /boot/kernel-x86_64-2.6.30-gentoo-r6-testsys root=/dev/sdc3
68 > vga=0x31A video=vesafb:mtrr:3,ywrap splash=silent
69 >
70 > title=Gentoo Test System 2.6.30-r6, no X
71 > root (hd0,0)
72 > kernel /boot/kernel-x86_64-2.6.30-gentoo-r6-testsys root=/dev/sdc3
73 > vga=0x317 video=vesafb:mtrr:3,ywrap splash=silent softlevel=no-x
74 >
75 > title=Gentoo Test System 2.6.30-r6, no network
76 > root (hd0,0)
77 > kernel /boot/kernel-x86_64-2.6.30-gentoo-r6-testsys root=/dev/sdc3
78 > vga=0x317 video=vesafb:mtrr:3,ywrap splash=silent softlevel=nonetwork
79 >
80 > [...]
81 >
82
83 --
84 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Re: Making sure I am a good netizen and secure. Peter Humphrey <peter@××××××××××××××.org>