← Back to Users
DGM's activity in the archive.
See, the weird thing is that I didn't do anything special at all, it just worked fine. But, here is my nt4.cfg for anyone who cares... -------------------------------------------- #!/usr/local/bin/vmware # virtual hard disk on primary master ide0:0.present = TRUE ide0:0.fileName = /home/dmiller/vmware/nt4/nt4.dsk ide0:0.mode = persistent # CD-ROM ide1:0.present = TRUE ide1:0.deviceType = atapi-cdrom ide1:0.fileName = /dev/cdrom # no floppy installed floppy0.present = FALSE # networking bridged to real ethernet ethernet0.present = TRUE ethernet0.connectionType = bridged # memory size memsize = 64 # nvram nvram = /home/dmiller/vmware/nt4/nt4.nvram # log file log.fileName = /home/dmiller/vmware/nt4/nt4.log # hints hint.guestOS = nt4 sound.present = TRUE
Interesting... I have SCSI emulation installed, and everything works OK for me, installing NT 4.0 workstation over Linux 2.0.36...
See, the weird thing is that I didn't do anything special at all, it just worked fine. But, here is my nt4.cfg for anyone who cares...
/home/dmiller/vmware/nt4/nt4.dsk
/dev/cdrom
/home/dmiller/vmware/nt4/nt4.nvram
/home/dmiller/vmware/nt4/nt4.log
--------------------------------------------
#!/usr/local/bin/vmware
# virtual hard disk on primary master
ide0:0.present = TRUE
ide0:0.fileName =
ide0:0.mode = persistent
# CD-ROM
ide1:0.present = TRUE
ide1:0.deviceType = atapi-cdrom
ide1:0.fileName =
# no floppy installed
floppy0.present = FALSE
# networking bridged to real ethernet
ethernet0.present = TRUE
ethernet0.connectionType = bridged
# memory size
memsize = 64
# nvram
nvram =
# log file
log.fileName =
# hints
hint.guestOS = nt4
sound.present = TRUE
Interesting... I have SCSI emulation installed, and everything works OK for me, installing NT 4.0 workstation over Linux 2.0.36...