Game install using wine

Hi All,
This game installs fine in every linux distro I’ve tried in the last twenty years. For some reason I cannot get it to run in EndeavourOS. After what I think is a good install, I get a message to insert the game CD when I try to run the game. It’s supposed to mount the iso. I’m thinking it has something to do with the /etc/fstab file. Here are the instructions to install.

Install Wine
Run winecfg
Create directory in root with this command: sudo mkdir ISOs
Create directory in root with this command: sudo mkdir /media/Poker
For EndeavourOS make /media first then /Poker
Put iso in Hold folder then run terminal
Copy iso with this command: sudo cp poker.iso /ISOs

Place the following in /etc/fstab

/ISOs/poker.iso /media/Poker iso9660 loop,auto 0 0

Reboot

Open ~wine → dosdevices → find /media/Poker click setup.exe

Like I said, I’ve used these same instructions on countless distros with no issues. What do you folks think?

Thanks