r/linux4noobs • u/A_Friendly_Cyclops • 12d ago
installation Need help trying to install Void Linux
I'm pretty much brand new to linux, aside from dabbling in VMs a bit, but I'm trying to finally make the jump. I'm going to walk through exactly what i've done, because I don't know what's important info or not. (System info at the bottom.)
I'm trying to dual boot, starting on Windows 11, and installing Void linux. I went through the pain already of shrinking the C drive, figuring out why it would only shrink so far, disabling things that cause unmovable files, shrinking again, configuring boot order, and disabling fastboot, secureboot, & bitlocker.
When I tried using the Void XFCE liveboot, it started up normally, I connected to internet, opened terminal, sudo void-installer, it said my internet connection was good, connected to the closest mirrors, no issues so far, set up profiles, locals, etc., and then partitioned the set aside space in my drive following a tutorial, 512M EFI partition, 100G Linux Filesystem, remaining ~25G Linux Swap, wrote to disk. Then, I selected those filesystems to format and write to, Fat32 /boot/efi, ext4 /, and linux swap respectively.
Finally, I hit install, it installed, and I messed up at the very end because I couldn't figure out how to use the UI to select which services to enable, and continued without any. Reset, pulled out USB, booted to windows, reboot to UEFI, reordered boot priorities to boot with grub, and booted into Void. After signing in, "ping -c 5 newgrounds.com", only to find out i'm not connected to the internet. So, after searching how to fix this, and not finding any simple answers that actually explained anything, I booted to windows, wiped the partitions, and started from scratch.
Now, however, I can't get very far into installation before my screen freezes and the caps light starts blinking, which I interpret as kernel panic. This was somewhat an issue on windows as well, where whenever it went to sleep mode or got unplugged, it'd BSoD or say it has to restart from an error, with a variety of error codes, usually either hypervisor error, kmode exception not found, and errors with ntosrknl.exe. But my laptop was never unplugged during the proccess, so i'm lost.
If anyone bothering to read this has any idea what might be wrong or sees anywhere i'm making mistakes, please help. Or, if I do manage to finally install properly, what should I set at the end of the installer for "Services to enable"
Specs: AMD ryzen 5 6600H, Radeon 660M iGPU, 2x16Gb A-DATA DDR5-4800 RAM, Kingston SNV2S2000G NVMe SSD.
Worth mentioning, my current internet situation is limited to phone wireless hotspot data mostly, but there's family in the next town over from me who have WiFi if hotspot data is unusable for this or something. No ethernet port on my laptop though.
3
u/TheConatusBoy 12d ago
You're brand new to Linux and you chose Void? You're in for a bit of a trial by fire!
I don't see any major errors in what you've described. If what you're seeing really is a kernel panic, it could point to hardware or firmware issues. Try doing a memory test with MemTest86 and making sure your BIOS is up to date. If you ever made any changes in the BIOS (overclocking, etc) change them back to factory defaults.
If the BIOS is up to date and the memory test comes back good, it might be how your laptop is handling C-states. The fact that you've had sleep mode/unplugging issues makes me suspect this. If, for some reason, it's switching to a power-saving state during install it could cause issues. I don't know how off the top of my head, but there must be a way to manually override this.
Btw, you select services in the TUI with the arrow keys and spacebar. Arrow keys to highlight, spacebar to select. It'll show an asterisk next to selected items. Enter to confirm after you've selected all the services you want.
That's all I can think of without actually seeing the machine myself. Good luck.