Date: Mon, 17 Dec 2018 15:20:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 234039] bhyve: NetBSD/i386 8.0 fails to boot Message-ID: <bug-234039-227-shrUymQIvr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234039-227@https.bugs.freebsd.org/bugzilla/> References: <bug-234039-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234039 --- Comment #5 from Santhosh Raju <santhosh.raju@gmail.com> --- I upgraded my FreeBSD 11.2-RELEASE machine to 12.0-RELEASE where I attempte= d to boot NetBSD/i386 (since I did not pay attention to the rip address the last time in 12.0-RELEASE boot) Case 1: NetBSD/i386 ISO obtained from NetBSD ftp vm exit[0] reason VMX rip 0x00000000c0117e4f inst_length 3 status 0 exit_reason 2 qualification 0x0000000000000000 inst_type 0 inst_error 0 Checking in gdb gave me the following location (gdb) info line *(0xc0117e4f) Line 506 of "/home/fox/projects/netbsd/src-i386/sys/arch/i386/i386/multiboo= t.c" starts at address 0xc0117e4f <multiboot_post_reloc+186> and ends at 0xc0117= e52 <multiboot_post_reloc+189>. Case 2: NetBSD/i386 ISO built from CVS (netbsd-8.0-release branch) with deb= ug symbols enabled in kernel vm exit[0] reason VMX rip 0x00000000c011772f inst_length 4 status 0 exit_reason 2 qualification 0x0000000000000000 inst_type 0 inst_error 0 Checking in gdb gave me the following location (gdb) info line *(0xc011772f) Line 409 of "/home/fox/projects/netbsd/src-i386/sys/arch/i386/i386/multiboo= t.c" starts at address 0xc011772f <setup_biosgeom+222> and ends at 0xc0117739 <setup_biosgeom+232>. Since I do not have access to 11.2-RELEASE machine anymore. I cannot check = to see if the rip instruction is the same as the original one I reported. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234039-227-shrUymQIvr>