Results 1 to 9 of 9

Thread: NFS Underground 2

  1. #1
    Join Date
    Nov 2010
    Beans
    52

    NFS Underground 2

    I have a problem with Need For Speed: Underground 2 installation. When it ask to mount 2nd disk, i mount it, but it still ask to mount 2nd disk.

    Any ideas how install it?

  2. #2
    Join Date
    Oct 2007
    Location
    Portugal
    Beans
    277

    Re: NFS Underground 2

    Try using:
    Code:
    wine eject d:
    to unmount the 1st CD and then mounting the second one.
    This is assuming you have your CD-rom (or mount folder) mapped in wine as drive d.

  3. #3
    Join Date
    Nov 2010
    Beans
    52

    Re: NFS Underground 2

    nothing... or i don't understand what i must to do.

    Can you explain more a bit ?

    1cd mount poin is at /home/karogi/Desktop/NFS
    2cd mount point is at /home/karogi/Desktop/NFS2

  4. #4
    Join Date
    Oct 2007
    Location
    Portugal
    Beans
    277

    Re: NFS Underground 2

    OK, so let's assume that winecfg is pointing /media/cd to d: . If it is not you must adjust these instructions to your specific needs.
    I am also assuming that /home/karogi/Desktop/NFS is the directory where the NFS cd 1 ISO image is loacted.
    Code:
    sudo mount /home/karogi/Desktop/NFS/CD.iso /media/cd
    Then install the game from /media/cd
    Code:
    wine start /media/cd/setup.exe
    Or whatever your executable is named. Do not "cd" into /media/cdrom
    When the game asks you to change CDs just do (open a new terminal window to do this):
    Code:
    wine eject d:
    sudo umount /media/cd
    sudo mount /home/karogi/Desktop/NFS2/CD.iso
    And you should be good to go.
    I haven't used "wine eject" in a long time, so please let me know if it worked ok. I'm giving you these instructions form memory.

  5. #5
    Join Date
    Sep 2007
    Location
    Malaysia
    Beans
    280
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: NFS Underground 2

    arg, i've mounted image 1 with fuseiso to ~/dvd then in wine configuration i have given ~/dvd drive letter H: and in advanced options make it think it's a cd. when it asks for 2nd cd, fusermount -u doesn't allow me to unmount the image even if wine has released it.

    Code:
    :~$ wine eject -u h:
    :~$ fusermount -u /home/oj/dvd
    umount: /home/oj/dvd: device is busy.
            (In some cases useful info about processes that use
             the device is found by lsof(8) or fuser(1))
    :~$ wine eject h:
    :~$ fusermount -u /home/oj/dvd
    umount: /home/oj/dvd: device is busy.
            (In some cases useful info about processes that use
             the device is found by lsof(8) or fuser(1))
    :~$ wine eject -a
    :~$ fusermount -u /home/oj/dvd
    umount: /home/oj/dvd: device is busy.
            (In some cases useful info about processes that use
             the device is found by lsof(8) or fuser(1))
    :~$
    It's called a beta release for a reason. Not for noobs

  6. #6
    Join Date
    May 2011
    Beans
    2

    Re: NFS Underground 2

    i need help with this exact same thing i am kinda new to linux and all of this terminal stuff so if any one has an easier way for me to install with detailed instructions please help me

  7. #7
    Join Date
    May 2011
    Beans
    2

    Cool Re: NFS Underground 2

    yeah i have same sort of problem im using wine and it installs upto 53 % and im using iso so im not sure what to do and im new to this whole linux thing so if any1 can help?

  8. #8
    Join Date
    Oct 2007
    Location
    Portugal
    Beans
    277

    Re: NFS Underground 2

    If these instructions don't cut it for you, try this:
    http://ubuntuforums.org/showthread.php?t=512803

    Good luck.

  9. #9
    Join Date
    Apr 2013
    Beans
    2

    Re: NFS Underground 2

    I'm new to Ubuntu and if anyone knows a step by step video to download and mount "nfs underground" that would be nice.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •