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???

  • Strit@lemmy.linuxuserspace.show
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    18 hours ago

    Bazzite is a SteamOS-like distribution. SteamOS is immutable, meaning most of the OS is read-only and have fixed updates.

    So what you are doing is not really what Bazzite is made for.

    I think it would have been an easier journey if you got Fedora or even Ubuntu, as those are normal filesystem distributions.

    • Crashumbc@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      14 hours ago

      Hmm, bazzite is being “advertised” as being specifically for gaming and newcomers. With included drivers and “tweaks” to improve gaming. And the reviews I found said the same thing…

      I was able to get it working by installing it in my home directory.

      • moomoomoo309@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 hours ago

        Yup. All of that is true. It also protects you from yourself by preventing you from making changes outside of the home directory so you can’t hose your system accidentally. It’s intentional.

      • Strit@lemmy.linuxuserspace.show
        link
        fedilink
        arrow-up
        4
        ·
        14 hours ago

        While that is true, what you where trying to do was change the system with the way you installed Battle.net. Bazzite i sreally all about Steam and you then add flatpaks on top, since that’s all handled in your home folder.

        But I’m glad you found out the solution with the home folder yourself. :)

  • macniel@feddit.org
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    1 day ago

    Uh.

    When you used Lutris to install WoW, which directory did you used as the destination?

    Check the permissions of the wow install directory, did you run perhaps Lutris as root and as such the directory is only writeable from root?

    You can claim ownership of that directory, but would afaik require the terminal.

    • Crashumbc@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      1 day ago

      I have no idea, like any noob user I let it use the defaults, assuming they would work.

      So how do I fix it. Do I need to resintall WoW and specifically choose the Data partition it created during the linux install?

      • macniel@feddit.org
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        edit-2
        1 day ago

        But you did read, right? Linux allows you to kill itself without batting an eye…

        How did you start Lutris? Did it asked you for your password?

        What are the actual permissions of your wow directory? Who is the owner?

        What is the Data Partition you’ve mentioned and how does it differ from other partitions Bazzit created? (What is this OS install?)

        Also can you just run battle.net from Lutris and thus run wow?

        Uuuh wait… Did you actually install Bazzite onto your system or are you in the live session?

        • Crashumbc@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          2
          ·
          1 day ago

          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

          • Telorand@reddthat.com
            link
            fedilink
            arrow-up
            6
            ·
            1 day ago

            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.