Hi,
I'm using seaBIOS 1.7.1 in a BOCHS 2.6. I'm loading my own SO from USB but it crashes.
My bochsout after select the boot option:
18279385688iBIOS Space available for UMB: 000ca800-000ef000
18279411495iBIOS Returned 53248 bytes of ZoneHigh
18279411930iBIOS e820 map has 6 items:
18279413017iBIOS 0: 0000000000000000 - 000000000009fc00 = 1 RAM
18279414210iBIOS 1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
18279415416iBIOS 2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
18279416584iBIOS 3: 0000000000100000 - 000000001fffd000 = 1 RAM
18279417834iBIOS 4: 000000001fffd000 - 0000000020000000 = 2 RESERVED
18279419084iBIOS 5: 00000000fffc0000 - 0000000100000000 = 2 RESERVED
When i see this error i ask in bochs mailing list and they reply me:
SeaBIOS seems to have a problem with your small image. It detects the
logical geometry 0/16/63 which is invalid, since a disk cannot have 0
cylinders.The only way to fix this is to increase the image size to
minimum 1.44 MB (2880 sectors). This is a value that works here.
Is there any solution for not increase the image size of my img?