You are not logged in.
I'm trying to install Baldur's Gate 1, but for some reason the installer keeps trying to install to my computer's boot partition, which only has 420 megabytes of space (according to the installer, at least.) Does anyone know how to remedy this problem?
Offline
I didn't know BG1 had a linux version. Is this one of those Loki ports from awhile back?
Offline
No, there isn't a Linux version. At least not to my knowledge. I'm installing it through Wine.
Offline
Have you already configured wine drives?
If not, you can by executing wine config utility:
$ winecfg
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
It's been configured for a while, and I double checked to see if it was correctly configured. Is it because my boot partition is listed first in /etc/fstab?
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
# /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
# /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
# /dev/fd0 /mnt/fd0 vfat user,noauto 0 0
/dev/sda1 /boot ext2 defaults,noatime,nodiratime 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext3 defaults,noatime,nodiratime,data=journal 0 1
/dev/sda4 /home ext3 defaults,noatime,nodiratime,data=journal 0 1
Offline
It's been configured for a while, and I double checked to see if it was correctly configured. Is it because my boot partition is listed first in /etc/fstab?
# # /etc/fstab: static file system information # # <file system> <dir> <type> <options> <dump> <pass> none /dev/pts devpts defaults 0 0 none /dev/shm tmpfs defaults 0 0 # /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0 # /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0 # /dev/fd0 /mnt/fd0 vfat user,noauto 0 0 /dev/sda1 /boot ext2 defaults,noatime,nodiratime 0 1 /dev/sda2 swap swap defaults 0 0 /dev/sda3 / ext3 defaults,noatime,nodiratime,data=journal 0 1 /dev/sda4 /home ext3 defaults,noatime,nodiratime,data=journal 0 1
Well that doesn't makes sense because wine doesn't checks for the fstab order.
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
PD: Are you installing as root?
Proud Ex-Arch user.
Still an ArchLinux lover though.
Currently on Kubuntu 9.10
Offline
No, I'm not. Am I supposed to?
Offline
There is a bug in the BG1 installer that sees hard drives bigger than ?GB as ?00MB. You're probably installing just fine to C:\ (aka ~/.wine/drive_c). The bug has no significance.
Offline