Something still isn't right, missing the step to create initramfs,
so I added:
mkinitrd initramfs-3.19.3-kg-1 3.19.3-kg-1
It creates it but when I run:
grub2-mkconfig -o /boot/grub2/grub.cfg
It doesn't see it:
Generating grub configuration file ... Found linux image: /boot/vmlinuz-3.19.3-kg-1 Found linux image: /boot/vmlinuz-3.19.3-1.el7.elrepo.x86_64 Found initrd image: /boot/initramfs-3.19.3-1.el7.elrepo.x86_64.img Found linux image: /boot/vmlinuz-0-rescue-10a4840ccefb6d2f7accde9f4562308f Found initrd image: /boot/initramfs-0-rescue-10a4840ccefb6d2f7accde9f4562308f.im
It finds the vmlinuz but not the initramfs. Is there some conf file I
have to add that to? Sorry not much experience with grub2 by hand, just the old grub, and the make file does the right thing on the Debian based machines.
The kernel I'm trying to add is vmlinuz-3.19.3-kg-1
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable human assistance, not telephone trees or script readers. See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
On Sat, 4 Apr 2015, Mihai Moldovan wrote:
Date: Sat, 04 Apr 2015 00:54:26 +0200 From: Mihai Moldovan <ionic@ionic.de> To: Robert Dinse <nanook@eskimo.com>, "x2go-user@lists.x2go.org" <x2go-user@lists.x2go.org> Subject: Re: [X2Go-User] Centos 7
On 03.04.2015 09:38 PM, Robert Dinse wrote:
Under CentOS 7 I've updated to the latest kernel provided in the El Repo
repository,
kernel-ml.x86_64 3.19.3-1.el7.elrepo @elrepo-kernel They have no version configured with pre-emption and this version
without does not provide smooth video over x2go, very jerky and laggy like the stock kernel.
If I build a kernel from source from kernel.org, even using the same
conf, and install it:
make clean; make; make modules_install install
I wouldn't use "make install".
cp arch/x86_64/boot/bzImage /boot/vmlinuz-3.19.3 cp System.map /boot/System.map-3.19.3
(or whatever the "real" version is, maybe even with the "localversion" string appended. You'll figure it out. The actual path may differ based on your architecture and the naming conventions of in /boot/.) / /Afterwards,
grub2-mkconfig -o /boot/grub2/grub.cfg
And you're all set.
Try rebooting and it should work just fine.
Do not try to update grub.
Mihai