← prev | next →
jessicacruz0 2022-08-07 15:40:02
ariefr 2022-08-07 15:39:41
you are missing: networkmanager nano
Okay thanks
C0rn3j 2022-08-07 15:40:21
jessicacruz0 2022-08-07 15:39:52
Do I need install Intel UHD graphics card?
Not unless you have a CPU from a decade ago, no.
ariefr 2022-08-07 15:40:22
jessicacruz0 2022-08-07 15:39:52
Do I need install Intel UHD graphics card?
maybe whats your hardware?
jessicacruz0 2022-08-07 15:40:36
Wait
cubementore 2022-08-07 15:41:33
speaking of kernels: i am now building my own slightly modified kernel on linux-lts base, will DKMS hook up to it automatically or do i need to do something for it to work? will nvidia-340xx-lts driver work with it, if it works with the kernel its based on and the only files changed are bluetooth-related?
jessicacruz0 2022-08-07 15:44:21
ariefr 2022-08-07 15:40:22
maybe whats your hardware?
Intel UHD 630
il_muflone 2022-08-07 15:47:02
Intel GPU drivers are natively in the kernel, you don’t need drivers until there’s an explicit need for weird reasons
ariefr 2022-08-07 15:48:42
cubementore 2022-08-07 15:41:33
speaking of kernels: i am now building my own slightly modified kernel on linux-lts base, will DKMS hook up to it automatically or do i need to do something for it to work? will nvidia-340xx-lts driver work with it, if it works with the kernel its based on and the only files changed are bluetooth-related?
use
asp checkout linux
modify as needed to build your kernel
and make sure you use nvidia-dkms
VIhuda 2022-08-07 15:49:05
cubementore 2022-08-07 15:35:22
your prompt might be a bit broken, you need to [] every escape sequence (e.g. color) to tell bash that specific chars are zero-width – kinda like this
maaaan that was it
cubementore 2022-08-07 15:52:40
ariefr 2022-08-07 15:48:42
use
asp checkout linux
modify as needed to build your kernel
and make sure you use nvidia-dkms
i use nvidia-340xx-lts-dkms, so that should work? i am also using the traditional compilation method, what do i do in this case?
ariefr 2022-08-07 15:56:46
cubementore 2022-08-07 15:52:40
i use nvidia-340xx-lts-dkms, so that should work? i am also using the traditional compilation method, what do i do in this case?
yes correct
i still suggest you to read the PKGBUILD, it comes with several steps that is needed to integrate such as mkinitcpio
jessicacruz0 2022-08-07 17:21:49
JF049 2022-08-07 17:24:22
jessicacruz0 2022-08-07 17:21:49
Have you mounted all required partitions in your chroot environment?
jessicacruz0 2022-08-07 17:24:57
Sorry no
jessicacruz0 2022-08-07 17:25:37
JF049 2022-08-07 17:27:09
Like, you also have to mount your EFI partition into, for example, /mnt/boot/efi, then you can chroot into it safely and update your bootloader
jessicacruz0 2022-08-07 17:28:13
jessicacruz0 2022-08-07 17:28:35
JF049 2022-08-07 17:27:09
Like, you also have to mount your EFI partition into, for example, /mnt/boot/efi, then you can chroot into it safely and update your bootloader
Yes I did this
jessicacruz0 2022-08-07 17:30:32
jessicacruz0 2022-08-07 17:30:52
What’s wrong? 🤔
jessicacruz0 2022-08-07 17:39:51
If I format my efi to fat32 it could break my efi partition ?
prinako 2022-08-07 17:41:27
jessicacruz0 2022-08-07 17:39:51
If I format my efi to fat32 it could break my efi partition ?
no
ariefr 2022-08-07 17:41:42
jessicacruz0 2022-08-07 17:39:51
If I format my efi to fat32 it could break my efi partition ?
yes, it will damage windows boot loader
jessicacruz0 2022-08-07 17:42:13
ariefr 2022-08-07 17:41:42
yes, it will damage windows boot loader
Okay thanks
jessicacruz0 2022-08-07 17:46:03
jessicacruz0 2022-08-07 17:46:37
jessicacruz0 2022-08-07 17:58:55
Finally
jessicacruz0 2022-08-07 17:59:05
Fixed
jessicacruz0 2022-08-07 17:59:22
Some motherboard manufacturers seem to only support the /efi/boot/ directory location for the .EFI file in the EFI System Partition (ESP). The GRUB installer can perform this operation automatically with the –removable option. Verify the ESP is mounted before running the following commands. Presuming the ESP is mounted at /boot (as suggested earlier), execute:
root # grub-install –target=x86_64-efi –efi-directory=/boot –removable
This creates the default directory defined by the UEFI specification, and then copies the grubx64.efi file to the ‘default’ EFI file location defined by the same specification.
grazzolini 2022-08-07 18:01:46
jessicacruz0 2022-08-07 17:59:22
Some motherboard manufacturers seem to only support the /efi/boot/ directory location for the .EFI file in the EFI System Partition (ESP). The GRUB installer can perform this operation automatically with the –removable option. Verify the ESP is mounted before running the following commands. Presuming the ESP is mounted at /boot (as suggested earlier), execute:
root # grub-install –target=x86_64-efi –efi-directory=/boot –removable
This creates the default directory defined by the UEFI specification, and then copies the grubx64.efi file to the ‘default’ EFI file location defined by the same specification.
Hmm, these manufacturers aren’t following the UEFI specification then
Ω 2022-08-07 19:16:57
jessicacruz0 2022-08-07 17:59:22
Some motherboard manufacturers seem to only support the /efi/boot/ directory location for the .EFI file in the EFI System Partition (ESP). The GRUB installer can perform this operation automatically with the –removable option. Verify the ESP is mounted before running the following commands. Presuming the ESP is mounted at /boot (as suggested earlier), execute:
root # grub-install –target=x86_64-efi –efi-directory=/boot –removable
This creates the default directory defined by the UEFI specification, and then copies the grubx64.efi file to the ‘default’ EFI file location defined by the same specification.
Brand?
nakamoto_block 2022-08-07 19:17:02
If anyone know the screenshot tool used by pop-os , is it available in Arch package?
unboundvariable 2022-08-07 20:15:07
gnome-screenshot
sarmong 2022-08-07 20:26:48
What pdf-viewer would you recommend for making quick and easy text annotations on top of pdf files? I currently use zathura but it seems to be for reading only.
ariefr 2022-08-07 20:30:14
sarmong 2022-08-07 20:26:48
What pdf-viewer would you recommend for making quick and easy text annotations on top of pdf files? I currently use zathura but it seems to be for reading only.
masterpdf, mupdf
← prev | next →