Can't set up on Legion Go
Hi! Please help!
Just tried flashing this twice following Cyber Dopamine's guide on YouTube, and it fails at the same point twice with two different USB sticks. Everything worked well up until this point, C drive has been resized, secure boot off, image is flashed and verified.
What gives?
30 Replies
check if the checksum of the iso matches with what is expected
these checksums are
sha256
if they match just dont test the media at boot and just choose the other option to just boot right into the installerI will! How do I check the checksum?
If you have a Windows box then you can use 7-zip, to calculate the sha256 checksum. If you on linux you can just use the sha25sum <path-to-iso-file>
I'll report back later tonight!
I hope it's an iso checksum issue as that's going to be much easier to fix 🙂
This is the checksum of the bazzite I downloaded: 1824724f570476046b810b761ec7786c69edded9cd059b2477e67fa8920401c8
Looks the same to me! So I'll try again and ignore the test at set up
That's good news, 😊 . Hope the install goes well 🤞
Hey, it worked! Yay!
Thanks for all the help!
And, I formatted the SD card in NTFS, but Steam OS is asking me to format it again. I guess I can't play games from the SD card in both Windows and Steam?
Hmm, it doesn't recognise the SD card unless I remove it and put it back in, then why I try to format it it says FORMAT ERROR
uh oh, restarting didn't help
Well, Windows can see it fine, and my game is still on there
Any thoughts?
You might be able to format the SD card to BTRFS, and then install the BTRFS driver in Windows, if you want to share the SD card between both operating systems. Think I've seen some solved threads on it
Have a look at this link, might help you https://discord.com/channels/1072614816579063828/1226006137430741012
Brilliant, thanks! Looks complicated but I'll try!
Failed right away haha
https://github.com/ValveSoftware/Proton/wiki/Using-a-NTFS-disk-with-Linux-and-Windows this doesn't work immediately
GitHub
Using a NTFS disk with Linux and Windows
Compatibility tool for Steam Play based on Wine and additional components - ValveSoftware/Proton
Fisrt command in desktop mode $ sudo mkdir /media/gamedisk is met with a bash: $: command not found
OK, I'm following this guide and hit a problem again: https://www.youtube.com/watch?v=7jyqI8n5B8k
JD Ros
YouTube
(NTFS method) Share SDCard between SteamOS & Windows
So you dual-booted your Steam Deck, but not sure how to access the sdcard on both? Then this is the video for you!
Commands:
passwd
lsblk
lsblk -oNAME,UUID
sudo nano /etc/fstab
UUID=(UUID here) /run/media/deck/(Name of sdcard) lowntfs-3g uid=1000,gid=1000,rw,user,exec,umask=000,nofail 0 0
Thanks to @ChinballsGaming for the commands, make sure ...
The first few commands work, I'm at 1:34 where I had to copy the name of my SD card. Well, mine doesn't have a name! It's recognised in the previous step
It has no UUID
What should I do?
OK, sorted it: had the actually name the card in Windows
Completed that tutorial, and it's showing in both
Sweet!. Great news 🙂
im just going to say this, we do not support using ntfs for your games, this is covered in our documentation
we only support btrfs and ext4 (both again covered in the documentation)
yup, glad it's working for you but I'm afraid if you end up needing support with games we're more than likely going to tell you to reformat that card before even attempting to debug whatever might be wrong
Is that because NTFS is buggy with Bazzite?
It's because NTFS is unsupported by Valve for Proton and is known to cause issues
Well bazzite now recognises the games installed on the SD card by Windows, but won't launch them. Must be these bugs you're talking about haha
I guess this just isn't possible. Ah well
Yeah that tracks
You can share between the two by formatting it as btrfs and using the winbtrfs driver
and reading the winbtrfs documentation properly to make it set the right uid
OK, I'll follow this guide in a bit: https://www.youtube.com/watch?v=mJE6DaCQW2k
JD Ros
YouTube
(BTRFS method) Share SDCard between SteamOS & Windows
So you dual-booted your Steam Deck, but not sure how to access the sdcard on both? Then this is the video for you!
Before you dive in, please note that while this video is done using Windows 11, base on baldsealion's tests (creator of Ultimate Win11 guide) this method works best on Windows 10 and may show some issues on Windows 11.
SteamOS-btr...
Thanks for the help
im going to say it right out then since you skipped over what i said essentially, and i doubt it gets covered in the video
https://github.com/maharmstone/btrfs?tab=readme-ov-file#mappings
you need to do the part mentioned in the Mappings section so that windows uses the correct uid and gid (1000) which must be tied to your windows accounts SID when using the btrfs system
the default is using
0
which is root and will cause issues when you jump back over to bazzite (or any linux system)GitHub
GitHub - maharmstone/btrfs: WinBtrfs - an open-source btrfs driver ...
WinBtrfs - an open-source btrfs driver for Windows - maharmstone/btrfs
"The user mappings are stored in the registry key HKLM\SYSTEM\CurrentControlSet\services\btrfs\Mappings. Create a DWORD with the name of your Windows SID (e.g. S-1-5-21-1379886684-2432464051-424789967-1001), and the value of your Linux uid (e.g. 1000). It will take effect next time the driver is loaded."
Absolutely no idea what this means haha
How and where do I create a DWORD?
regedit
HKLM = HKEY_LOCAL_MACHINE
other than that follow the path in regedit they mention and you can make a DWORD (32-bit) inside the "Mappings" folder
Sorry, I still don't follow. Can you (or someone) write a step by step on exactly what I should do?
1. open regedit (in windows)
2. go to the path they specify (after the install and reboot)
3. right click inside the
Mappings folder
4. make the DWORD (32bit) entry and name it the same as your windows SID (see the link on how to get that)
5. set the decimal value for the dword entry to 1000Wonderful, thanks!
I'll report back