So I reloaded my 12 yr old laptop dual boot with win10 and Linux.
Win 10 no problems also installed World of Warcraft and copied over the mod folders from my main PC.
Linux- 2 distros failed to install, a third wouldn’t create a usb bootable iso. Finally got Bazzite with Gnome to install and started to play around. Used the built “lutris”? to instal battlenet and then installed wow using the defaults. YaY! it seemed to work fine!
But… Trying copy over my mods from a FAT32 usb stick (linux reconginze the stick fine, but gives no indication that its a USB stick?)… COPY/PASTE doesn’t work! wth. You have to use “Copy…to” ok learning curve on my part.
Now the real issue, using the defaults it installed WoW in “Os install” folder under games, took me a minute to find no problem. “Destination read only” WTF… How do I get around this and why would Linux install a game in a read only directory???
I actaully installed it.
AFAIK You can’t “run” battlenet though lutris, it needs installed for mods at least.
The “data” partition turned to actually be a windows partition, there isn’t any indication that isn’t paart of Linux that I could.
I was able to create a “games” folder under my user’s “home” folder and install battlenet (and Wow) there, So I hoping I can then copy my mods over.
To be continued…
thanks for your help
You can write to any folder in
/var
and/etc
(/home
is actually a symlink to/var/home
).Bazzite is atomic, and you can’t just install whatever you want wherever you want like a traditional distro. It sounds like you’re making directories in your home folder, so you should be fine to set everything up there, as long as Lutris knows that’s where the wine prefix is and your game knows where to find the mods.
That makes sense, I was able to get the mods installed!