wolfyreload
wolfyreload
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
Thank you! You too 🙂
17 replies
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
Yeah when you do the installation, make sure that you only allow EFI boot. That will also save you from ending up with Windows or Bazzite installed with CSM
17 replies
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
I usually run ujust regenerate-grub and then I can select between Bazzite and Windows from the grub boot menu. In your setup with both on different disks, you can install either one first. However, when you install Windows, unplug all other drives, as Windows likes to put it's EFI partition on the first drive that it finds rather than the drive that you install it on. Do the same with Bazzite and unplug the other drive. That way you are guaranteed to not have a shared EFI partition or either install messing with the other install. Have much less issues this way
17 replies
UBUniversal Blue
Created by mihatoimano11 on 12/24/2024 in #🛟bazzite-help
how can i enable login screen on gnome?
You could rebase to the desktop image for the more desktop approach to things. Alternatively, you can try the hidden ujust script ujust _toggle-autologin but I believe that it's hidden for a reason as it might break stuff
5 replies
UBUniversal Blue
Created by mihatoimano11 on 12/24/2024 in #🛟bazzite-help
how can i enable login screen on gnome?
Assuming that you are on bazzite-gnome-deck? Open Steam Menu >> Settings >> Security >> On system wake and power up. It's not a login screen but it can help secure the device
5 replies
UBUniversal Blue
Created by Reece Taylor on 12/24/2024 in #🛟bazzite-help
How do I install software that isn't in the "store"?
Found the instructions on https://github.com/LondonAppDev/dual-boot-bluetooth-pair be careful with following instructions that haven't been updated in 4+ years. If you download the clean_reg_file.py and bluetooth_fix.py files. The command would be python clean_reg_file.py /path/to/BTKeys.reg keys.reg rather than clean_reg_file.py /path/to/BTKeys.reg keys.reg. However, I'm very skeptical that a 4 year old post will be the fix to your problem. A lot changes in 4 years.
13 replies
UBUniversal Blue
Created by Reece Taylor on 12/24/2024 in #🛟bazzite-help
How do I install software that isn't in the "store"?
Python actual comes pre-installed in pretty much every Linux environment, in you open the terminal and type python --version, it will return Python 3.13.0 What are you trying to install though that needs python?
13 replies
UBUniversal Blue
Created by Wheeler on 12/24/2024 in #🛟bazzite-help
Recently, screensaver will come on in gnome while playing a full-screen game with controller.
Agreed. not a real solution but better than nothing
10 replies
UBUniversal Blue
Created by Wheeler on 12/24/2024 in #🛟bazzite-help
Recently, screensaver will come on in gnome while playing a full-screen game with controller.
could also be the automatic suspend
10 replies
UBUniversal Blue
Created by Wheeler on 12/24/2024 in #🛟bazzite-help
Recently, screensaver will come on in gnome while playing a full-screen game with controller.
No description
10 replies
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
I think I can see your issue. In your BIOS see if you have an option of EFI with CSM Legacy mode because it looks like you might have legacy boot enabled for Windows. See if that makes Windows bootable
17 replies
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
My setup looks like this, I have a shared EFI and I can see the Windows partitions in /dev/nvme0n1p2 and /dev/nvme0n1p3.
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 534527 532480 260M EFI System
/dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved
/dev/nvme0n1p3 567296 382925454 382358159 182.3G Microsoft basic data
/dev/nvme0n1p4 997326848 999682047 2355200 1.1G Windows recovery environment
/dev/nvme0n1p5 999682048 1000214527 532480 260M Windows recovery environment
/dev/nvme0n1p6 382926848 385023999 2097152 1G Linux extended boot
/dev/nvme0n1p7 385024000 631402495 246378496 117.5G Linux filesystem
/dev/nvme0n1p8 631402496 997326847 365924352 174.5G Linux filesystem
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 534527 532480 260M EFI System
/dev/nvme0n1p2 534528 567295 32768 16M Microsoft reserved
/dev/nvme0n1p3 567296 382925454 382358159 182.3G Microsoft basic data
/dev/nvme0n1p4 997326848 999682047 2355200 1.1G Windows recovery environment
/dev/nvme0n1p5 999682048 1000214527 532480 260M Windows recovery environment
/dev/nvme0n1p6 382926848 385023999 2097152 1G Linux extended boot
/dev/nvme0n1p7 385024000 631402495 246378496 117.5G Linux filesystem
/dev/nvme0n1p8 631402496 997326847 365924352 174.5G Linux filesystem
17 replies
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
Are you able to boot into Windows from the BIOS? Might be worth running sudo fdisk -l and seeing is you can see all your Windows partitions
17 replies
UBUniversal Blue
Created by kne on 12/22/2024 in #🛟bazzite-help
Installer Error
Have a look at this thread. https://discord.com/channels/1072614816579063828/1320633027776479272 op managed to get Bazzite installed by installing Fedora Kinoite and then rebasing to Bazzite.
3 replies
UBUniversal Blue
Created by billy on 12/23/2024 in #🛟bazzite-help
Problems with my Dual Boot after Installation
Open the terminal and run ujust regenerate-grub and see if it picks up your Windows install. If it does, your next reboot will give you the option to boot Windows or Bazzite
17 replies
UBUniversal Blue
Created by Mr. Wolfe on 12/22/2024 in #🛟bazzite-help
Desktop (Nvidia) freezing randomly while watching stuff
I have had my system freezing before but not during Youtube. What was interesting was when the system froze I could still ssh into my device from my phone and terminate the program that froze. Maybe try and enable ssh with sudo systemctl enable --now sshd. Then ssh to the device when it freezes. I use Termius on my phone for the ssh ability. Note that it has happened twice in the last 6 months for me Secondly, do you still experience the freeze if you use a different browser?
4 replies
UBUniversal Blue
Created by on 12/19/2024 in #🛟bazzite-help
cant install bazzite
Do you have any other EFI partitions? That one looks specific for Ubuntu
11 replies
UBUniversal Blue
Created by LivingSoul on 12/22/2024 in #🛟bazzite-help
Cannot sign in to github on VSC
3 replies
UBUniversal Blue
Created by ...KhofeKat? on 12/22/2024 in #🛟bazzite-help
can't launch into the installer
If it doesn't match you'll need to download the ISO agian. I did a short video on how to do the checksums, https://youtu.be/wUDbMJtR1sM
31 replies
UBUniversal Blue
Created by ...KhofeKat? on 12/22/2024 in #🛟bazzite-help
can't launch into the installer
Might be worth comparing the hashes/checksums of the ISO that you copied onto the USB vs the expected one on the website
31 replies