Venom Linux 2022-07-18 21:05

|
GitHubBot 2022-07-18 21:05:56
πŸ”Œ New pull request ports#1149 Update waterfox to 4.1.3.2
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

GitHubBot 2022-07-18 21:06:15
πŸ”Œ New pull request ports#1150 Update vala to 0.56.2
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

GitHubBot 2022-07-18 21:06:33
πŸ”Œ New pull request ports#1151 Update ttf-iosevka to 15.6.0
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

GitHubBot 2022-07-18 21:06:50
πŸ”Œ New pull request ports#1152 Update strawberry to 1.0.6
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

GitHubBot 2022-07-18 21:07:06
πŸ”Œ New pull request ports#1153 Update patchelf to 0.15.0
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

GitHubBot 2022-07-18 21:17:24
πŸ”Œ New pull request ports#1154 Bitwarden
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

GitHubBot 2022-07-18 21:17:40
πŸ”Œ New pull request ports#1155 Nonfree
by: @Visone-Selektah

Reply to this message to post a comment on GitHub.

Francesco Ruotolo 2022-07-18 22:31:51
Compiled xanmod
Francesco Ruotolo 2022-07-18 22:32:03
But it won’t update initramfs
Francesco Ruotolo 2022-07-18 22:32:22
Francesco Ruotolo 2022-07-17 21:09:57

This again

Francesco Ruotolo 2022-07-18 22:32:36
Any hints? @Visone_Selektah @emmett1
Francesco Ruotolo 2022-07-18 22:32:54
Visone_Selektah 2022-07-17 21:14:30
Run this
“`
kernver=$(cat /lib/modules/KERNELVERSION)
mkinitramfs -q -k $kernver -o /boot/initrd-venom.img
“`

Already tried this too

Francesco Ruotolo 2022-07-18 22:33:02
There is no KERNELVERSION
Francesco Ruotolo 2022-07-18 22:33:14
Into /lib/modules folder
Visone_Selektah 2022-07-18 22:51:00
Try with this one
kernver=$(file /boot/vmlinuz-venom | cut -d ‘ ‘ -f9)
mkinitramfs -q -k $kernver -o /boot/initrd-venom.img
Francesco Ruotolo 2022-07-18 23:23:26
Visone_Selektah 2022-07-18 22:51:00
Try with this one
kernver=$(file /boot/vmlinuz-venom | cut -d ‘ ‘ -f9)
mkinitramfs -q -k $kernver -o /boot/initrd-venom.img

Thanks

Francesco Ruotolo 2022-07-18 23:23:41
Trying now
Visone_Selektah 2022-07-18 23:24:54
Francesco Ruotolo 2022-07-18 23:23:41
Trying now

once you run the first one, just do a printf “$kernver” to check

Francesco Ruotolo 2022-07-18 23:25:06
Ok
Visone_Selektah 2022-07-18 23:26:25
Francesco Ruotolo 2022-07-18 23:25:06
Ok

post the output

Francesco Ruotolo 2022-07-18 23:28:08
venomlinux-39791.jpg

Francesco Ruotolo 2022-07-18 23:28:11
Here it is
Visone_Selektah 2022-07-18 23:33:45
Now run mkinitramfs -q -k 5.18.11-xanmod1 -o /boot/initrd-venom.img
Francesco Ruotolo 2022-07-18 23:37:10
Then?
Visone_Selektah 2022-07-18 23:38:57
That should be create a initrd-venom.img in /boot/ , if that file is created just reboot.
You can update grub just to be sure then reboot
Francesco Ruotolo 2022-07-18 23:39:20
When I update grub it only shows my firts file
Francesco Ruotolo 2022-07-18 23:39:33
Created when i compiled xanmod
Francesco Ruotolo 2022-07-18 23:39:41
venomlinux-39800.jpg

Francesco Ruotolo 2022-07-18 23:39:48
Anyway trying to reboot
Francesco Ruotolo 2022-07-18 23:40:05
Initrd-venom.img is present
Francesco Ruotolo 2022-07-18 23:40:09
Into /boot
Visone_Selektah 2022-07-18 23:41:34
Francesco Ruotolo 2022-07-18 23:40:05
Initrd-venom.img is present

if you have vmlinux-Xanmod you shoud use initrd-Xanmod.img when you run mkinitramfs

Francesco Ruotolo 2022-07-18 23:41:50
Oh
Francesco Ruotolo 2022-07-18 23:41:53
Sorry
Francesco Ruotolo 2022-07-18 23:42:04
Doin it now
|