#Anything I should know?
26 messages · Page 1 of 1 (latest)
disable fast startup in windows
Post-installation, the way you get apps on Linux is entirely different from Windows. Instead of going to random websites for all of your apps, you get pretty much every one of them in the software app, and it is by far the preferred way to install anything
When trying to run Windows programs:
Games: Steam is the best, Heroic for Epic Games Store/GOG/Amazon Prime Games, Lutris if the first two failed
Regular software: Lutris or Bottles
If your monitor isn't regular 1080p or 1440p, I recommend also downloading Gamescope if you run into issues with games. It helps a lot with games that can't handle slightly unusual aspect ratios or resolutions
Did the backup restore work? 😉 I know you checked it... right?
is this for dual booting or generally?
i am saving stuff on google drive or on a hard drive
both
@manic socket : https://easylinuxtipsproject.blogspot.com/p/1.html?m=1
lovely
Yes follow that, then work with other things, make timeshift backups regularly.
🗿
I went to BIOS and saw there is a Windows Boot Manager. I thought I got rid of Windows completely?
did you select an option to erase and install or install alongside windows?
welcome and congrats btw
I chose erase disk
can you enter disks app and show a screenshot of your drives?
can you press the blue /boot/efi link? it will open your file manager. search for a Microsoft directory there. if it doesn't exist, then not sure why your UEFI still displays that, but it shouldn't matter
i dont have permissions to view it
either right click and open as admin or just sudo ls -aR /boot/efi | grep -i microsoft
this will, as administrator list all files recrusively (in a tree view) in the /boot/efi directory, then send the results to grep that only displays Microsoft if found
these were the results before the grep edit. when i did with the grep, there were no results in the terminal
i suppose your uefi just derp. maybe you can try to boot the entry, and it realises it actually doesn't exist and removes it. or just don't touch it.