Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2022 15:23:57 +0100
From:      Mario Marietto <marietto2008@gmail.com>
To:        FreeBSD virtualization <freebsd-virtualization@freebsd.org>
Subject:   ERRATA CORRIGE "BUG !!!! X64 Exception Type - 06(#UD - Invalid Opcode) CPU Apic ID - 00000000 !!!! while trying to pass thru my devices with bhyve on FreeBSD 14-CURRENT"
Message-ID:  <CA%2B1FSiisvAE2=N-ybp1FWsjr6%2BA=zSnVouX4O=%2BfM-=5hf%2BdfQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
--00000000000086b36905d7aab51c
Content-Type: text/plain; charset="UTF-8"

Hello.

I've bought an additional PCI to USB (Renesas) controller that I've
attached to the PCIe Gen3 x4 (Type 22110) of my MOBO Gigabyte Aorus Pro
with Intel I9 chipset and Nvidia Geforce RTX 2080 ti. On this controller
I've attached two USB disks and my KInect 2. The nVidia geforce RTX 2080 ti
is attached to the PCIe Gen3 x 4 (Type 2280). Check this image :
https://ibb.co/fC0jR1p

check by yourself the logs showing that my passed through devices are
working great :

dmesg --> https://pastebin.ubuntu.com/p/cSy7jkHdZz/
pciconf -vl --> https://pastebin.ubuntu.com/p/xZNggrz6D5/

On FreeBSD 14 the bhyve setup below works. I can boot Linux passing through
the devices that you see. But I have used a raw image file (not a physical
installation on a sata or nvme disk,because in this case it wont work and
for this I've opened another bug). With this I want to demonstrate that
there aren't any problems with my bios settings and with my passed thru
devices.

bhyve -S -c sockets=2,cores=2,threads=2 -m 8G -w -H \
-s 0,hostbridge \
-s 1,virtio-blk,/mnt/da1p2/bhyve/os/Linux/impish-cuda-11-5-nvidia-495.img \
-s 3:0,passthru,2/0/0 \
-s 3:1,passthru,2/0/1 \
-s 3:2,passthru,2/0/2 \
-s 3:3,passthru,2/0/3 \
-s 4:0,passthru,1/0/0 \
-s 9,virtio-net,tap0 \
-s 29,fbuf,tcp=0.0.0.0:5900,w=1440,h=900 \
-s 30,xhci,tablet \
-s 31,lpc \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
-l com1,stdio \
vm0

My host graphic card is not an Nvidia card. It's the graphic chipset
integrated on the motherboard (CoffeeLake-S GT2 [UHD Graphics 630); to use
it I've installed the xf86-video-intel driver with this xorg.conf file :

Section "Device"
Identifier  "Card0"
Driver      "intel"
BusID       "PCI:0:2:0"
EndSection

so,now,let's to straight to this problem :

I've created a new VM with the goal to passthru my graphic card and my usb
controller from the host os (freebsd 14-CURRENT) to the guest os (freebsd
13R p7) and I've used the parameters below :

bhyve -S -c sockets=1,cores=2,threads=2 -m 4G -w -H -A \
-s 0,hostbridge \
-s 1,ahci-hd,/mnt/da2p2/bhyve/os/BSD/freebsd13vm.img \
-s 2,passthru,1/0/0 \
-s 3:0,passthru,2/0/0 \
-s 3:1,passthru,2/0/1 \
-s 3:2,passthru,2/0/2 \
-s 3:3,passthru,2/0/3 \
-s 8,virtio-net,tap1 \
-s 9,virtio-9p,sharename=/ \
-s 29,fbuf,tcp=0.0.0.0:5901,w=1440,h=900,wait \
-s 30,xhci,tablet \
-s 31,lpc \
-l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI.fd \
-l com1,stdio \
vm1

inside /etc/rc.conf I've added the following parameters :

linux_enable="YES"
linux_mounts_enable="YES"
vm_enable="YES"
kdm5_enable="YES"
dbus_enable="YES"
sddm_enable="YES"

on /boot/loader.conf :

nvidia_load="YES"
vmm_load="YES"
nmdm_load="YES"
if_tap_load="YES"
if_bridge_load="YES"
bridgestp_load="YES"
linprocfs_load="YES"
linsysfs_load="YES"
tmpfs_load="YES"
verbose_loading="YES"
hw.vmm.topology.cores_per_package=8
kern.racct.enable=1
snd_hda_load="YES"

on /etc/sysctl.conf

net.link.tap.up_on_open=1
net.inet.ip.forwarding=1
net.inet.ip.random_id=1
kern.evdev.rcpt_mask=6
kern.init_shutdown_timeout="900"
kern.capmode_coredump=1

and with this xorg.conf file :

Section "ServerLayout"
       Identifier     "X.org Configured"
       Screen      0  "Screen0" 0 0
       #Screen      1  "Screen1" RightOf "Screen0"
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
       Load  "glx"
EndSection

Section "Files"
       ModulePath   "/usr/local/lib/xorg/modules"
       FontPath     "/usr/local/share/fonts/misc/"
       FontPath     "/usr/local/share/fonts/TTF/"
       FontPath     "/usr/local/share/fonts/OTF/"
       FontPath     "/usr/local/share/fonts/Type1/"
       FontPath     "/usr/local/share/fonts/100dpi/"
       FontPath     "/usr/local/share/fonts/75dpi/"
       FontPath     "catalogue:/usr/local/etc/X11/fontpath.d"
EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "auto"
       Option      "Device" "/dev/sysmouse"
       Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       VendorName   "Monitor Vendor"
       ModelName    "Monitor Model"
EndSection

Section "Device"
       ### Available Driver options are:-
       ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
       ### <percent>: "<f>%"
       ### [arg]: arg optional
       #Option     "SWcursor"                  # [<bool>]
       #Option     "kmsdev"                    # <str>
       #Option     "ShadowFB"                  # [<bool>]
       #Option     "AccelMethod"               # <str>
       #Option     "PageFlip"                  # [<bool>]
       #Option     "ZaphodHeads"               # <str>
       #Option     "DoubleShadow"              # [<bool>]
       #Option     "Atomic"                    # [<bool>]
       Identifier  "Card0"
       Driver      "nvidia"
       BusID       "PCI:0:4:0"
EndSection

this is what happens when I boot it :

Loading kernel...
/boot/kernel/kernel text=0x17b9e0 text=0xdd6d50 text=0x65ba0c data=0x140
data=0x1b9348+0x445cb8 syms=[0x8+0x178ed8+0x8+0x1990a2]
Loading configured modules...
snd_hda...if_bridge.../boot/kernel/if_bridge.ko size 0xfc48 at 0x2112000
loading required module 'bridgestp'
/boot/kernel/bridgestp.ko size 0x8178 at 0x2122000
tmpfs.../boot/kernel/tmpfs.ko size 0x14820 at 0x212b000
/etc/hostid.../etc/hostid size=0x25
/boot/entropy.../boot/entropy size=0x1000
if_tap...linprocfs.../boot/kernel/linprocfs.ko size 0x10e50 at 0x2141000
loading required module 'linux_common'
/boot/kernel/linux_common.ko size 0x2c650 at 0x2152000
nvidia.../boot/modules/nvidia.ko size 0x28c8640 at 0x217f000
loading required module 'linux'
/boot/kernel/linux.ko size 0x9e070 at 0x4a48000
nmdm.../boot/kernel/nmdm.ko size 0x4110 at 0x4ae7000
bridgestp...linsysfs.../boot/kernel/linsysfs.ko size 0x79b8 at 0x4aec000
vmm.../boot/kernel/vmm.ko size 0x5748f0 at 0x4af4000
Start @ 0xffffffff8037c000 ...
efi_check_space: Unable to expand staging area
efi_check_space: Unable to expand staging area
EFI framebuffer information:
addr, size     0xc3000000, 0x1000000
dimensions     1440 x 900
stride         1440
masks          0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000
!!!! X64 Exception Type - 06(#UD - Invalid Opcode)  CPU Apic ID - 00000000
!!!!
RIP  - 00000000000C000E, CS  - 0000000000000038, RFLAGS - 0000000000010086
RAX  - 0000000054A218D8, RCX - 0000000000000002, RDX - 0000000000000002
RBX  - 0000000005069001, RSP - 00000000BFF58098, RBP - 00000000BFF58100
RSI  - 0000000000001000, RDI - 0000000040001000
R8   - 0000000000000001, R9  - 00000000BFF580D8, R10 - 00000000B902D6E0
R11  - 0000000000000D80, R12 - 00000000BE819050, R13 - 0000000005069000
R14  - 00000000BE819058, R15 - 00000000BE819048
DS   - 0000000000000030, ES  - 0000000000000030, FS  - 0000000000000030
GS   - 0000000000000030, SS  - 0000000000000030
CR0  - 0000000080010033, CR2 - 0000000000000000, CR3 - 00000000BFC01000
CR4  - 0000000000000668, CR8 - 0000000000000000
DR0  - 0000000000000000, DR1 - 0000000000000000, DR2 - 0000000000000000
DR3  - 0000000000000000, DR6 - 00000000FFFF0FF0, DR7 - 0000000000000400
GDTR - 00000000BFBEEA98 0000000000000047, LDTR - 0000000000000000
IDTR - 00000000BF832018 0000000000000FFF,   TR - 0000000000000000
FXSAVE_STATE - 00000000BFF57CF0
!!!! Can't find image information. !!!!

it freezes here and I can't do anything anymore.

-- 
Mario.

--00000000000086b36905d7aab51c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_quote"><div dir=3D"ltr">Hello.<br><br>=
<div>I&#39;ve
 bought an additional PCI to USB (Renesas) controller that I&#39;ve attache=
d
 to the PCIe Gen3 x4 (Type 22110) of my MOBO Gigabyte Aorus Pro with=20
Intel I9 chipset and Nvidia Geforce RTX 2080 ti. On this controller I&#39;v=
e
 attached two USB disks and my KInect 2. The nVidia geforce RTX 2080 ti=20
is attached to the PCIe Gen3 x 4 (Type 2280). Check this image : <a href=3D=
"https://ibb.co/fC0jR1p" target=3D"_blank">https://ibb.co/fC0jR1p</a></div>=
<br>check by yourself the logs showing that my passed through devices are w=
orking great :<br><br>dmesg --&gt; <a href=3D"https://pastebin.ubuntu.com/p=
/cSy7jkHdZz/" target=3D"_blank">https://pastebin.ubuntu.com/p/cSy7jkHdZz/</=
a><br>pciconf -vl --&gt; <a href=3D"https://pastebin.ubuntu.com/p/xZNggrz6D=
5/" target=3D"_blank">https://pastebin.ubuntu.com/p/xZNggrz6D5/</a><br><br>=
On
 FreeBSD 14 the bhyve setup below works. I can boot Linux passing=20
through the devices that you see. But I have used a raw image file (not a
 physical installation on a sata or nvme disk,because in this case it=20
wont work and for this I&#39;ve opened another bug). With this I want to=20
demonstrate that there aren&#39;t any problems with my bios settings and=20
with my passed thru devices.<br><br>bhyve -S -c sockets=3D2,cores=3D2,threa=
ds=3D2 -m 8G -w -H \<br>-s 0,hostbridge \<br>-s 1,virtio-blk,/mnt/da1p2/bhy=
ve/os/Linux/impish-cuda-11-5-nvidia-495.img \<br>-s 3:0,passthru,2/0/0 \<br=
>-s 3:1,passthru,2/0/1 \<br>-s 3:2,passthru,2/0/2 \<br>-s 3:3,passthru,2/0/=
3 \<br>-s 4:0,passthru,1/0/0 \<br>-s 9,virtio-net,tap0 \<br>-s 29,fbuf,tcp=
=3D<a href=3D"http://0.0.0.0:5900" target=3D"_blank">0.0.0.0:5900</a>,w=3D1=
440,h=3D900 \<br>-s 30,xhci,tablet \<br>-s 31,lpc \<br>-l bootrom,/usr/loca=
l/share/uefi-firmware/BHYVE_UEFI.fd \<br>-l com1,stdio \<br>vm0<br>=C2=A0<b=
r>My
 host graphic card is not an Nvidia card. It&#39;s the graphic chipset=20
integrated on the motherboard (CoffeeLake-S GT2 [UHD Graphics 630); to=20
use it I&#39;ve installed the xf86-video-intel driver with this xorg.conf=
=20
file :<br><br>Section &quot;Device&quot;<br>Identifier =C2=A0&quot;Card0&qu=
ot;<br>Driver =C2=A0 =C2=A0 =C2=A0&quot;intel&quot;<br>BusID =C2=A0 =C2=A0 =
=C2=A0 &quot;PCI:0:2:0&quot;<br>EndSection<br><br>so,now,let&#39;s to strai=
ght to this problem :<br><br>I&#39;ve
 created a new VM with the goal to passthru my graphic card and my usb=20
controller from the host os (freebsd 14-CURRENT) to the guest os=20
(freebsd 13R p7) and I&#39;ve used the parameters below :<br><br>bhyve -S -=
c sockets=3D1,cores=3D2,threads=3D2 -m 4G -w -H -A \<br>-s 0,hostbridge \<b=
r>-s 1,ahci-hd,/mnt/da2p2/bhyve/os/BSD/freebsd13vm.img \<br>-s 2,passthru,1=
/0/0 \<br>-s 3:0,passthru,2/0/0 \ =C2=A0 =C2=A0 <br>-s 3:1,passthru,2/0/1 \=
<br>-s 3:2,passthru,2/0/2 \<br>-s 3:3,passthru,2/0/3 \<br>-s 8,virtio-net,t=
ap1 \<br>-s 9,virtio-9p,sharename=3D/ \<br>-s 29,fbuf,tcp=3D<a href=3D"http=
://0.0.0.0:5901" target=3D"_blank">0.0.0.0:5901</a>,w=3D1440,h=3D900,wait \=
<br>-s 30,xhci,tablet \<br>-s 31,lpc \<br>-l bootrom,/usr/local/share/uefi-=
firmware/BHYVE_UEFI.fd \<br>-l com1,stdio \<br>vm1<br><br>inside /etc/rc.co=
nf I&#39;ve added the following parameters :<br><br>linux_enable=3D&quot;YE=
S&quot;<br>linux_mounts_enable=3D&quot;YES&quot;<br>vm_enable=3D&quot;YES&q=
uot;<br>kdm5_enable=3D&quot;YES&quot;<br>dbus_enable=3D&quot;YES&quot;<br>s=
ddm_enable=3D&quot;YES&quot;<br><br>on /boot/loader.conf :<br><br>nvidia_lo=
ad=3D&quot;YES&quot;<br>vmm_load=3D&quot;YES&quot;<br>nmdm_load=3D&quot;YES=
&quot;<br>if_tap_load=3D&quot;YES&quot;<br>if_bridge_load=3D&quot;YES&quot;=
<br>bridgestp_load=3D&quot;YES&quot;<br>linprocfs_load=3D&quot;YES&quot;<br=
>linsysfs_load=3D&quot;YES&quot;<br>tmpfs_load=3D&quot;YES&quot;<br>verbose=
_loading=3D&quot;YES&quot;<br>hw.vmm.topology.cores_per_package=3D8<br>kern=
.racct.enable=3D1<br>snd_hda_load=3D&quot;YES&quot;<br><br>on /etc/sysctl.c=
onf<br><br>net.link.tap.up_on_open=3D1<br>net.inet.ip.forwarding=3D1<br>net=
.inet.ip.random_id=3D1<br>kern.evdev.rcpt_mask=3D6<br>kern.init_shutdown_ti=
meout=3D&quot;900&quot;<br>kern.capmode_coredump=3D1<br><br>and with this x=
org.conf file :<br><br>Section &quot;ServerLayout&quot;<br>=C2=A0 =C2=A0 =
=C2=A0 =C2=A0Identifier =C2=A0 =C2=A0 &quot;X.org Configured&quot;<br>=C2=
=A0 =C2=A0 =C2=A0 =C2=A0Screen =C2=A0 =C2=A0 =C2=A00 =C2=A0&quot;Screen0&qu=
ot; 0 0<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Screen =C2=A0 =C2=A0 =C2=A01 =C2=A0&=
quot;Screen1&quot; RightOf &quot;Screen0&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=
=A0InputDevice =C2=A0 =C2=A0&quot;Mouse0&quot; &quot;CorePointer&quot;<br>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0InputDevice =C2=A0 =C2=A0&quot;Keyboard0&quot; &=
quot;CoreKeyboard&quot;<br>EndSection<br><br>Section &quot;Module&quot;<br>=
=C2=A0 =C2=A0 =C2=A0 =C2=A0Load =C2=A0&quot;glx&quot;<br>EndSection<br><br>=
Section &quot;Files&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0ModulePath =C2=A0 &=
quot;/usr/local/lib/xorg/modules&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPa=
th =C2=A0 =C2=A0 &quot;/usr/local/share/fonts/misc/&quot;<br>=C2=A0 =C2=A0 =
=C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 &quot;/usr/local/share/fonts/TTF/&quot;=
<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 &quot;/usr/local/shar=
e/fonts/OTF/&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 &qu=
ot;/usr/local/share/fonts/Type1/&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPa=
th =C2=A0 =C2=A0 &quot;/usr/local/share/fonts/100dpi/&quot;<br>=C2=A0 =C2=
=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 &quot;/usr/local/share/fonts/75dpi/=
&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 &quot;catalogue=
:/usr/local/etc/X11/fontpath.d&quot;<br>EndSection<br><br>Section &quot;Inp=
utDevice&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Identifier =C2=A0&quot;Mouse0&=
quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Driver =C2=A0 =C2=A0 =C2=A0&quot;mouse&=
quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Option =C2=A0 =C2=A0 =C2=A0&quot;Protoc=
ol&quot; &quot;auto&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Option =C2=A0 =C2=
=A0 =C2=A0&quot;Device&quot; &quot;/dev/sysmouse&quot;<br>=C2=A0 =C2=A0 =C2=
=A0 =C2=A0Option =C2=A0 =C2=A0 =C2=A0&quot;ZAxisMapping&quot; &quot;4 5 6 7=
&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>=C2=A0 =C2=A0 =
=C2=A0 =C2=A0Identifier =C2=A0 &quot;Monitor0&quot;<br>=C2=A0 =C2=A0 =C2=A0=
 =C2=A0VendorName =C2=A0 &quot;Monitor Vendor&quot;<br>=C2=A0 =C2=A0 =C2=A0=
 =C2=A0ModelName =C2=A0 =C2=A0&quot;Monitor Model&quot;<br>EndSection<br><b=
r>Section &quot;Device&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0### Available Dr=
iver options are:-<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0### Values: &lt;i&gt;: int=
eger, &lt;f&gt;: float, &lt;bool&gt;: &quot;True&quot;/&quot;False&quot;,<b=
r>=C2=A0 =C2=A0 =C2=A0 =C2=A0### &lt;string&gt;: &quot;String&quot;, &lt;fr=
eq&gt;: &quot;&lt;f&gt; Hz/kHz/MHz&quot;,<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0###=
 &lt;percent&gt;: &quot;&lt;f&gt;%&quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0### =
[arg]: arg optional<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 &qu=
ot;SWcursor&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0# [&lt;bool&gt;]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 =
&quot;kmsdev&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0# &lt;str&gt;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=
=A0 &quot;ShadowFB&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0# [&lt;bool&gt;]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =
=C2=A0 &quot;AccelMethod&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 # &lt;str&gt;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 &q=
uot;PageFlip&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0# [&lt;bool&gt;]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 =
&quot;ZaphodHeads&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # =
&lt;str&gt;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 &quot;Doubl=
eShadow&quot; =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# [&lt;bool&g=
t;]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 &quot;Atomic&quot; =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# [&lt=
;bool&gt;]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Identifier =C2=A0&quot;Card0&quot;=
<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Driver =C2=A0 =C2=A0 =C2=A0&quot;nvidia&quot=
;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0BusID =C2=A0 =C2=A0 =C2=A0 &quot;PCI:0:4:0&=
quot;<br>EndSection<br><br>this is what happens when I boot it :<br><br>Loa=
ding kernel...<br>/boot/kernel/kernel text=3D0x17b9e0 text=3D0xdd6d50 text=
=3D0x65ba0c data=3D0x140 data=3D0x1b9348+0x445cb8 syms=3D[0x8+0x178ed8+0x8+=
0x1990a2]<br>Loading configured modules...<br>snd_hda...if_bridge.../boot/k=
ernel/if_bridge.ko size 0xfc48 at 0x2112000<br>loading required module &#39=
;bridgestp&#39;<br>/boot/kernel/bridgestp.ko size 0x8178 at 0x2122000<br>tm=
pfs.../boot/kernel/tmpfs.ko size 0x14820 at 0x212b000<br>/etc/hostid.../etc=
/hostid size=3D0x25<br>/boot/entropy.../boot/entropy size=3D0x1000<br>if_ta=
p...linprocfs.../boot/kernel/linprocfs.ko size 0x10e50 at 0x2141000<br>load=
ing required module &#39;linux_common&#39;<br>/boot/kernel/linux_common.ko =
size 0x2c650 at 0x2152000<br>nvidia.../boot/modules/nvidia.ko size 0x28c864=
0 at 0x217f000<br>loading required module &#39;linux&#39;<br>/boot/kernel/l=
inux.ko size 0x9e070 at 0x4a48000<br>nmdm.../boot/kernel/nmdm.ko size 0x411=
0 at 0x4ae7000<br>bridgestp...linsysfs.../boot/kernel/linsysfs.ko size 0x79=
b8 at 0x4aec000<br>vmm.../boot/kernel/vmm.ko size 0x5748f0 at 0x4af4000<br>=
Start @ 0xffffffff8037c000 ...<br>efi_check_space: Unable to expand staging=
 area<br>efi_check_space: Unable to expand staging area<br>EFI framebuffer =
information:<br>addr, size =C2=A0 =C2=A0 0xc3000000, 0x1000000<br>dimension=
s =C2=A0 =C2=A0 1440 x 900<br>stride =C2=A0 =C2=A0 =C2=A0 =C2=A0 1440<br>ma=
sks =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A00x00ff0000, 0x0000ff00, 0x000000ff, 0=
xff000000<br>!!!! X64 Exception Type - 06(#UD - Invalid Opcode) =C2=A0CPU A=
pic ID - 00000000 !!!!<br>RIP =C2=A0- 00000000000C000E, CS =C2=A0- 00000000=
00000038, RFLAGS - 0000000000010086<br>RAX =C2=A0- 0000000054A218D8, RCX - =
0000000000000002, RDX - 0000000000000002<br>RBX =C2=A0- 0000000005069001, R=
SP - 00000000BFF58098, RBP - 00000000BFF58100<br>RSI =C2=A0- 00000000000010=
00, RDI - 0000000040001000<br>R8 =C2=A0 - 0000000000000001, R9 =C2=A0- 0000=
0000BFF580D8, R10 - 00000000B902D6E0<br>R11 =C2=A0- 0000000000000D80, R12 -=
 00000000BE819050, R13 - 0000000005069000<br>R14 =C2=A0- 00000000BE819058, =
R15 - 00000000BE819048<br>DS =C2=A0 - 0000000000000030, ES =C2=A0- 00000000=
00000030, FS =C2=A0- 0000000000000030<br>GS =C2=A0 - 0000000000000030, SS =
=C2=A0- 0000000000000030<br>CR0 =C2=A0- 0000000080010033, CR2 - 00000000000=
00000, CR3 - 00000000BFC01000<br>CR4 =C2=A0- 0000000000000668, CR8 - 000000=
0000000000<br>DR0 =C2=A0- 0000000000000000, DR1 - 0000000000000000, DR2 - 0=
000000000000000<br>DR3 =C2=A0- 0000000000000000, DR6 - 00000000FFFF0FF0, DR=
7 - 0000000000000400<br>GDTR - 00000000BFBEEA98 0000000000000047, LDTR - 00=
00000000000000<br>IDTR - 00000000BF832018 0000000000000FFF, =C2=A0 TR - 000=
0000000000000<br>FXSAVE_STATE - 00000000BFF57CF0<br>!!!! Can&#39;t find ima=
ge information. !!!!<br><br>it freezes here and I can&#39;t do anything any=
more.<br clear=3D"all"><br clear=3D"all"></div></div>-- <br><div dir=3D"ltr=
" class=3D"gmail_signature" data-smartmail=3D"gmail_signature">Mario.<br></=
div></div>

--00000000000086b36905d7aab51c--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B1FSiisvAE2=N-ybp1FWsjr6%2BA=zSnVouX4O=%2BfM-=5hf%2BdfQ>