Hi,<br><br>I'm using seaBIOS 1.7.1 in a BOCHS 2.6. I'm loading my own SO from USB but it crashes.<br>My bochsout after select the boot option:<br><br>18279385688i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a> Space available for UMB: 000ca800-000ef000<br>

18279411495i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a> Returned 53248 bytes of ZoneHigh<br>
18279411930i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a> e820 map has 6 items:<br>
18279413017i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a>   0: 0000000000000000 - 000000000009fc00 = 1 RAM<br>
18279414210i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a>   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED<br>
18279415416i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a>   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED<br>
18279416584i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a>   3: 0000000000100000 - 000000001fffd000 = 1 RAM<br>
18279417834i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a>   4: 000000001fffd000 - 0000000020000000 = 2 RESERVED<br>
18279419084i<a class="" href="http://sourceforge.net/p/bochs/discussion/39592/thread/BIOS">BIOS </a>   5: 00000000fffc0000 - 0000000100000000 = 2 RESERVED<br><br>When i see this error i ask in bochs mailing list and they reply me:<br>
<br>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.<br><br>Is there any solution for not increase the image size of my img? <br>