Skip to content

V3.13 custom #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: v3.13.0
Choose a base branch
from
Open

V3.13 custom #1

wants to merge 4 commits into from

Conversation

RyanGordon
Copy link
Owner

Just opening this PR so we can see and review the code changes internally in our team

Instructions for installing the kernel module (Assuming you've been sent the .deb files)

#1. Only need to do this step once
echo vesafb | sudo tee -a /etc/initramfs-tools/modules
echo fbcon | sudo tee -a /etc/initramfs-tools/modules
sudo cp /usr/share/doc/kernel-package/examples/etc/kernel/postinst.d/initramfs /etc/kernel/postinst.d/initramfs
sudo mkdir -p /etc/kernel/postrm.d/
sudo cp /usr/share/doc/kernel-package/examples/etc/kernel/postrm.d/initramfs /etc/kernel/postrm.d/initramfs

#2. Install new kernel packages
sudo dpkg -i linux-image-3.13.11-networkmmapv0.7-cmpe142_3.13.11-networkmmapv0.7-cmpe142-10.00.Custom_amd64.deb
sudo dpkg -i linux-headers-3.13.11-networkmmapv0.7-cmpe142_3.13.11-networkmmapv0.7-cmpe142-10.00.Custom_amd64.deb

#3. Generate ramfs image of kernel for boot loader
cd /boot
sudo mkinitramfs -k -o initrd.img-3.13.11-networkmmapv0.7-cmpe142 3.13.11-networkmmapv0.7-cmpe142
sudo update-grub2

#4. Restart into new kernel
restart computer and hold down shift to get to grub menu
select Advanced options for Ubuntu
select the new custom version of the kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant