https://bugzilla.novell.com/show_bug.cgi?id=214568 carnold@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |snwint@novell.com ------- Comment #5 from carnold@novell.com 2006-11-09 10:46 MST ------- I have taken the isolinux.bin and isolinux.cfg from sles10 and dropped them on the openSUSE 10.2 Beta 2 build and after creating a CD I was then able to start a fully virtualized guest install without the trap. Debugging into the 3.31 version of isolinux (the community version, not our openSUSE modified one in 10.2) I noticed in the following bit of code that if I reduced the 512 to 128 I was able to boot the guest. cli ; Abandon hope, ye who enter here mov si,trackbuf mov di,07C00h mov cx,512 ; Probably overkill, but should be safe rep movsd lss sp,[cs:InitStack] jmp 0:07C00h ; Jump to new boot sector This may only be a symptom of some other problem but I would like some help debugging this further as I suspect the problem to be in isolinux (at least when booting under xen). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.