So I have been getting green screen of death on this new computer build of mine. This new computer is the first time I have run linux as I am NOT paying Microsoft any more of my money. The green screens started happening immediately I had originally thought it was due to old drivers at first but I updated every last thing I could find and it is still happening. AI told me that it could be a corrupted file system and suggested a command but it did not seem to do anything and I do not know why. Please help with this and any other suggestions on why I may be greenscreening. It is very intermittent, if I am online for 17 hours it will happen once or twice. Anyway, here is the command the AI gave me and its results…
fsck / btrfs --check --repair fsck from util-linux 2.40.4 If you wish to check the consistency of a BTRFS filesystem or repair a damaged filesystem, see btrfs(8) subcommand ‘check’.
Probably a super newb question but I am a super newb here in Linux lol
X870 RX9070 XT Ryzen 9800X3D
Thanks in advance
If ai gives you something to try it’s better than nothing. But I was going to suggest another distro if someone else hadn’t. Thanks ai…
Doing nothing is way better than running random commands suggested by AI, or anyone for that matter, if you don’t know what it does. I’ve seen AI suggest to run
rm -rf ~/
, which is obviously never a good idea.What would that command do? Not obvious to this newb. Format everything?
Yeah, sorry for assuming it’s obvious. Maybe I’ve been around Linux people too much xD
AngryCommieKender is mostly right. It would delete every file and directory in your home directory, which is the Linux equivalent of the Users/<username> folder on Windows. It’s where all of your Documents, Pictures, Downloads, config files, and the likes are stored.
I’m not sure it’s a protected action, since it’s not the actual root of the computer. But, I’ve never tried, so I don’t know :P
I think there may be some safeguards in place so that it doesn’t, but yeah. It reads something like (rm) remove/delete, (-rf) remove/delete the folder, (~/) do this recursively until you hit root (Unix equivalent of C:).
I may have some of that parsed incorrectly, I haven’t taken the plunge into Linux quite yet. As soon as I figure out what I did wrong in my current hardware build I will install Linux. Probably Mint.
I should have phrased that better. I agree copy and pasting commands off of the internet is a terrible idea. Be they from ai or from a forum or wiki. By ‘try’ I meant look into. As in explore that path. To you and I ‘try’ means something different than a new user. I will be more careful in the future