I am trying to install Win 2000 in Bochs 2.1.1. using image of w2k installation CD and flat HD image of 1 GB. At the point when w2k setup says "Setup starts Windows 2000" Bochs simulation stops (message box: "Bochs simulation has stopped"). Is there some explanations on how to install w2k in Bochs?
My .bochsrc file:
config_interface: wx display_library: wx romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf0000 megs: 128 vgaromimage: file=/usr/share/vgabios/vgabios.bin floppya: 1_44=/dev/fd0, status=inserted floppyb: 1_44=b.img, status=inserted ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 ata1: enabled=0, ioaddr1=0x170, ioaddr2=0x370, irq=15 ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11 ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9 diskc: file="/var/lib/postgres/win2000/c.img", cyl=2031, heads=16, spt=63 cdromd: dev=/var/lib/postgres/win2000/win2000.iso, status=inserted newharddrivesupport: enabled=1 boot: cdrom ips: 10000000 floppy_bootsig_check: disabled=0 log: /dev/stdout panic: action=ask error: action=report info: action=report debug: action=ignore debugger_log: - vga_update_interval: 300000 keyboard_serial_delay: 250 keyboard_paste_delay: 100000 floppy_command_delay: 500 mouse: enabled=0 private_colormap: enabled=0 usb1: enabled=1, ioaddr=0xFF80, irq=10
Thanks a lot in advance