

8·
21 days agoBoot into a live usb. They’re great for debugging stuff like this and giving you some clues.
If it works, it’s not a hardware or windows issue. If it doesn’t, it might be.


Boot into a live usb. They’re great for debugging stuff like this and giving you some clues.
If it works, it’s not a hardware or windows issue. If it doesn’t, it might be.
I messed around with it back in college. Had a lab where we had to make our own OS with a purpose. Lots of people made their own digital picture frame. This was back in 2005 when linux and gentoo were rougher around the edges. I tried compiling my own custom kernel. One that had only the drivers needed for my hardware. Took like 2 days per compile. After several tweaks and fixes I got the kernel to compile, but not boot.
Eventually caved and went the easy route of compiling the generic kernel because I had a deadline. I installed xfce, metasploit, nessus, wireshark, and a handful if other tools to make a knockoff kali linux for my project. It was fun, and I learned a lot.