• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle




  • What laptop is it? On some, not many, you can remove the dgpu. If you can access the bios, it wouldn’t hurt to see if you can set priority order for the gpu used. What do you mean you can’t get past choosing the installation medium? To me that means the usb, iso, etc you are using. I’m probably misunderstanding you, but do you mean selecting the medium in the bios boot screen? Or have you gotten to the part where grub shows up and you can select install. If it’s the bios bit, have you turned off secure boot? If it’s after selecting install arch in the grub menu, wait a tiny bit for everything to load and try pressing ctrl-alt-F3. Doesn’t have to be F3 you can try all the “F” keys. This will switch to a different tty to try and see if the default one is being weird Though I doubt that will help, but worth a shot. If you can get to grub have you tried to disable the kernel module that loads for the dgpu? You should be able to press “e” to go to the bit you can edit stuff in grub. Check out this and see if it helps https://wiki.archlinux.org/title/Kernel_module#Using_kernel_command_line_2 Best of luck!


  • Check here if your hardware is supported https://www.vmware.com/resources/compatibility/search.php?deviceCategory=io If it isn’t you might be SOL, but can always look up answers specific to your hardware and esxi version. I assume you’re running Esxi 8. May have to change your hardware. If this is for learning esxi for work/job stuff you need to invest in compatible hardware. If it’s just to have a host, try proxmox or something compatible with your equipment. Anytime you install something like this, you need to check compatibility. Also, for future reference, when asking questions of this nature you should provide more info. Like hardware you’re using, version of the installation, exact error message, where in the process this error occurred,installing to bare metal or in a VM. A solid answer will depend on the information given. A lot of people don’t even want to interact with someone who gives so little information to the problem. There are too many variables.This isn’t a dig at you, you probably didn’t know, just trying to help you out in the future. Good luck!




  • That depends on where you are. How have you looked for anyone? I don’t use facebook but I know a lot of lgbt groups have stuff in there. Where I live we have a thing called the rainbow closet where clothing is donated for folks. Maybe there is something around where you live. You could always try to reach out to one of the groups and ask.




  • You want bleeding edge but are moving to Ubuntu 20.04, which was released in 2019 with a 2025 EOL? No DE from that release’s repo will be bleeding edge. You can manually install the newest releases of software you want, but that’s not really a “just works” solution either. You’ll run into dependency hell at some point. I’m not really sure what you’re going for. But as far as a stable DE goes, and if that is the main concern as implied in the title, XFCE has been pretty darn solid for me.





  • Yay keeps a cache of packages to help building go a bit faster. Sometimes it can cause issues if things have changed that the cached build system can’t detect. Clean build removes the cached files and re-downloads everything to install. None means don’t clean build, all means all listed packages that need upgrading. don’t know about installed vs installed I never used those flags. The numbers correspond to the number by the package if you want to only select specific ones.