Skip to content

Instantly share code, notes, and snippets.

@Matan-B
Last active May 21, 2023 11:40
Show Gist options
  • Save Matan-B/84a2e220e25e9234959fd45ca6f3f9ff to your computer and use it in GitHub Desktop.
Save Matan-B/84a2e220e25e9234959fd45ca6f3f9ff to your computer and use it in GitHub Desktop.

Resolution:

/etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_GFXPAYLOAD=1024x768

Font:

sudo dpkg-reconfigure console-setup

Confs:

https://github.com/Matan-B/configs

Deps: (kernel)

sudo apt-get install libncurses-dev gawk flex bison openssl libssl-dev dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf llvm

ldd3:

https://github.com/martinezjavier/ldd3

LVN Volume:

lvresize -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv

canonical-certs.pem:

scripts/config --disable SYSTEM_TRUSTED_KEYS
scripts/config --disable SYSTEM_REVOCATION_KEYS

waiting for ubuntu lv to appear (boot)

sudo apt-get install initramfs-tools
update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment