Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 214568] HVM Xen: Fully Virtualized openSUSE 10.2 guest will not install
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 9 Nov 2006 10:46:30 -0700 (MST)
- Message-id: <20061109174630.8FB1225C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=214568
carnold@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider| |snwint@xxxxxxxxxx
------- Comment #5 from carnold@xxxxxxxxxx 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.
carnold@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |NEEDINFO
Info Provider| |snwint@xxxxxxxxxx
------- Comment #5 from carnold@xxxxxxxxxx 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.
| < Previous | Next > |