
dosemu 0.60 problem booting
I'm having a problem booting DOS with dosemu v0.60. I've got two disks sliced up in different ways:
------------------------------------------------------------------------------------
Disk Drive: /dev/hda
Heads: 64 Sectors per Track: 63 Cylinders: 525
Name Flags Part Type FS Type Size (MB)
------------------------------------------------------------------------------
/dev/hda1 Boot Primary DOS 16-bit >=32Mb 403.60
/dev/hda2 Primary Linux 598.50
/dev/hda3 Primary Linux Swap 31.50
Disk Drive: /dev/hdb
Heads: 64 Sectors per Track: 63 Cylinders: 621
Name Flags Part Type FS Type Size (MB)
------------------------------------------------------------------------------
/dev/hdb1 Boot Primary Linux 1000.13
/dev/hdb2 Primary Linux 190.97
/dev/hdb3 Primary Linux Swap 31.50
------------------------------------------------------------------------------------
And LILO:# LILO configuration file:
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
delay = 50
vga = normal # force sane state
ramdisk = 0 # paranoia setting
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = DOS
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /vmlinuz
root = /dev/hda2
label = Linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
image = /vmlinuz.old
root = /dev/hda2
label = Linux1
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
image = /vmlinuz
root = /dev/hdb1
label = Linuxhdb
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
image = /vmlinuz.old
root = /dev/hdb2
label = Linuxhdb2
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
------------------------------------------------------------------------------------
When I try to start xdos I get:
------------------------------------------------------------------------------------
ERROR: Sector not found 1!
DISK: null dp
ERROR: Sector not found 1!
DISK: null dp
ERROR: Sector not found 1!
DISK: null dp
and a repeating pattern of 4040404 fills and scrolls my dos screen.
Any ideas?
Walter Hartheimer
harth...@intac.com