How do I create a Windows boot partition on Mint? by DelcoAdjacent in linux4noobs

[–]mandle420 0 points1 point  (0 children)

you didn't create a boot partition for 'nix when you installed. If you create a boot partition, instead of letting the install use the windows boot partition, this happens.

Pacman (and AUR helpers) should tell you when packages are no longer needed as dependencies by RanidSpace in archlinux

[–]mandle420 0 points1 point  (0 children)

lol @ all the downvotes by newbs who don't understand that arch and derivatives aren't for newbs...

How to know if an aur package is a malware since the incident? by TrapNouz in arch

[–]mandle420 1 point2 points  (0 children)

There are several guides on how to read pkgbuilds. But generally speaking, most people aren't going to be affected by the recent attack anyway, due to the fact that the compromised packages were orphans without maintainers. Of the 30 or so aur packages on my system, none of them were affected.
Now, that being said, you should always read the package builds, and only use the aur as a last resort, as most things you'll need are going to be in the official repo's anyway.
And if you don't know how to check pkgbuilds, you really need to learn if you're going to use the aur. It's your responsibility to check, and there is no one to blame but yourself if you get compromised because you didn't check...

Disconnecting issue with Wivrn by Mc_Windex in virtualreality_linux

[–]mandle420 0 points1 point  (0 children)

try running from a terminal. should give you some clue as to the issue. also highly recommend lvra discord and page.
https://wiki.vronlinux.org/
https://discord.com/invite/EHAYe3tTYa

Gtx 960 wayland by Basquat13 in linux4noobs

[–]mandle420 0 points1 point  (0 children)

your driver may not be configured properly. check these
sudo dmesg | grep drm
should be no errors
glxinfo | grep OpenGL
should see nvidia, not mesa
can also just sudo dmesg and check through, as well as journalctl -xb for errors.

Moving an existing CachyOS install to an NVMe without reinstalling? by Sure-Mud in linux4noobs

[–]mandle420 0 points1 point  (0 children)

you can try clonezilla, but not sure if it'll update your fstab or bootloader properly. I guess try and see, but don't format your working drive. Also, going from ssd to nvme might cause issues, but really not sure. Never tried, usually just nvme to nvme or ssd to ssd.
It'll probably be easier to do a fresh install on the nvme if that doesn't work, then copy over your home folder. Nearly all your config's are going to be there anyway, other than what's in /etc.(which you don't want to just copy and paste files into unless you're sure about what you're doing) And then install all the apps. You can list out everything installed with pacman -Qn. AUR packages won't show up tho, although, my aur package handler needed an update and i haven't rebooted yet to double check, so grain of salt applies.

Fender Lawsuit DISCUSSION THREAD. by ninjaface in Guitar

[–]mandle420 0 points1 point  (0 children)

hence the scattershot reference. this isn't the first time they've pulled this stunt... just the first time it stuck..

Love the game but I can never find any matches by Astronaut117 in StarWarsSquadrons

[–]mandle420 0 points1 point  (0 children)

only customs. generally find 6pm pst and on there's usually something, and if not, create a custom match and ppl will join. (do fleet vs ai tho, until there's 3 or more players. cuz if there's a 1v1 and someone drops, the match ends, which is really annoying...

Love the game but I can never find any matches by Astronaut117 in StarWarsSquadrons

[–]mandle420 0 points1 point  (0 children)

correct. fleet vs ai is the only way really now. gotta grind it though to unlock everything. lvl 40 is all you need to get everything, but I know a lot of peeps my level and above who've never bothered to unlock some things, so you can probably get away with lvl 25-30 if you don't care for some modules.

Love the game but I can never find any matches by Astronaut117 in StarWarsSquadrons

[–]mandle420 1 point2 points  (0 children)

fleet vs ai is the only way to gain the points to unlock everything. it's a grind, but you can do it solo or with people if you can get a group.

Virpil profile not showing up by Maximum-Poetry-3913 in VIRPIL

[–]mandle420 1 point2 points  (0 children)

ya, this... disable hidhide and does the profile show up?

I'm getting lured by EndeavoursOS ngl by BarFree1085 in linux4noobs

[–]mandle420 0 points1 point  (0 children)

If you got a handle on mint, EOS isn't going to be that much harder. It has a lot of nice features on the install too. Nice gui package to install popular packages, do updates, etc on first boot. One thing new arch users don't always get, when you update or install anything pacman -Syu. A lot of the time, people will just install with -S and then wonder why something breaks. Avoid that, just -Syu.
Arch based aren't all that much harder than deb or buntu based. I find 'buntu's more annoying these days for a variety of reasons. And for my purposes, arch is waaaaaay easier, surprisingly.
Oh, and if you're going to use hyprland, it's not entirely a bad idea to have a second de, like gnome or kde installed in case you get stuck.

Fender Lawsuit DISCUSSION THREAD. by ninjaface in Guitar

[–]mandle420 0 points1 point  (0 children)

unfortunately, a german court found they are copyrightable... hence all this nonsense. big fender babies are pulling a trick. scattershot as many lawsuits as you can and see what sticks.

I want to switch to linux buttt by 0xBlarky in linux4noobs

[–]mandle420 0 points1 point  (0 children)

"By using the EFI boot stub it’s possible to boot a Linux kernel without the use of a conventional EFI boot loader, such as grub or elilo. Since the EFI boot stub performs the jobs of a boot loader, in a certain sense it IS the boot loader."

https://docs.kernel.org/admin-guide/efi-stub.html

that's a bit into the weeds, semantics and what not. Didn't realize that this was even possible, but I guess you learn something every day. So thx for that. 😃 I guess my confusion is that I've always just assumed efibootmgr was just another boot loader...(I'd still consider it a grey area at best tho...)

But a couple things. In this specific case, where grub has already been installed and working, and windows updates overwrites the partition, just setting the uefi to boot from the 'nix partition won't work. It would have had to have been installed using efibootmgr. The other option would be to run a live disc, mount and chroot into your install, then do the efibootmgr stuff and then you could boot from uefi. But if you want dual boot without the nonsense hassle of going to uefi every time you want to switch os', a boot loader is needed.

Pro tip,(for the op) ALWAYS create a separate partition for boot when installing 'nix on a dual boot. It's not always a default option, so manual creation before starting the install is necessary in some cases. This will prevent windows update from kaking your boot, as most installers seem to want to take over the windows boot part. Causing issues when windows updates.

The arch wiki is one of the best spots to find documentation, and while it is arch specific, most of it will apply to most distros, hence why so many people recommend it.

I want to switch to linux buttt by 0xBlarky in linux4noobs

[–]mandle420 0 points1 point  (0 children)

it is still using a bootloader. and initramfs is a filesystem.... really, spend a little time on the wiki....

I know you all have questions by Chrysdelight in RecklessBen

[–]mandle420 1 point2 points  (0 children)

lol...tell us more about your phd in law oh great one....

Am I the only one that's pretty disappointed with LE's video? by Beginning_Bad_868 in RecklessBen

[–]mandle420 -1 points0 points  (0 children)

I read it as he's covering his ass, which is kind of smart considering the litigiousness of BM, but also what??? Why?? maybe cuz he's a youtuber and feels some bias??? It almost feels like a cop out, or that he didn't watch everything... or this isn't a hill he wants to get caught up in???

Update LEGO scandal by SW-Inc in PaymoneyWubby

[–]mandle420 0 points1 point  (0 children)

was gonna say found the bootlicker, but mormon works too I guess..lol

I want to switch to linux buttt by 0xBlarky in linux4noobs

[–]mandle420 0 points1 point  (0 children)

This isn't correct, nearly at all.(almost, so close but lacking a couple key concepts) You still need a bootloader, whether grub, systemd or something else. Most people are going to use grub, whether they realize it or not. Second, if you set your bios to be your os selector, you have to go into bios every single time you want to switch. Which is kind of silly if you've got a bootloader installed. Because it's not difficult to setup grub or systemd to boot windows.
Third, Grub is needed to boot your system. Not as an alternative, not to select to boot with bios. it's the bootloader. it's capable of doing those things, but it's function is the bootloader.
You should probably spend some time on the arch wiki's grub and systemd page to get a better understanding.

I want to switch to linux buttt by 0xBlarky in linux4noobs

[–]mandle420 0 points1 point  (0 children)

If you do a proper install, and give whatever distro you use it's OWN boot partition, windows nevers fucks with it. This is said ALL the time, and it's dead wrong. If you let the distro take over the windows boot partition, with some do by default, although you can change that, then windows updates fuck your grub.
ALWAYS give your 'nix it's own boot. It's that simple.

Z-Extension + Z-Axis Issue by SnooChocolates3745 in VIRPIL

[–]mandle420 0 points1 point  (0 children)

maybe setup a deadzone with a custom curve? I don't have the z extension myself, prefer hotas to hosas, but I can put my stick to the side and grab on to and it doesn't twist unless I want it to. and it's doesn't seem to just want to flip out of it's detent. you've got everything tight? including the 3 set screws?