Date: Thu, 10 Feb 2022 09:39:46 -0500 From: Aryeh Friedman <aryeh.friedman@gmail.com> To: Mario Marietto <marietto2008@gmail.com> Cc: FreeBSD virtualization <freebsd-virtualization@freebsd.org> Subject: Re: 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: <CAGBxaX=XzQQxxwtwc4Ky7-Bhib%2Byof_O5BKu3d%2BufVyM=u4S7A@mail.gmail.com> In-Reply-To: <CA%2B1FSiisvAE2=N-ybp1FWsjr6%2BA=zSnVouX4O=%2BfM-=5hf%2BdfQ@mail.gmail.com> References: <CA%2B1FSiisvAE2=N-ybp1FWsjr6%2BA=zSnVouX4O=%2BfM-=5hf%2BdfQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000009615b805d7aaec66 Content-Type: text/plain; charset="UTF-8" Deleted all the screen dumps since my question is more general: What happens if you do not turn on Xorg on the host and start the VM from the console (likely should make no difference but worth a try). In your original post you never mentioned it worked on 14-CURRENT but not on 13-RELEASE (w/ patches). If this is the case it is almost certainly a bug, but the general policy of most developers is not to make bug fixes for older versions. This means you are likely stuck with 14-CURRENT. On Thu, Feb 10, 2022 at 9:24 AM Mario Marietto <marietto2008@gmail.com> wrote: > 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. > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org --0000000000009615b805d7aaec66 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div>Deleted all the screen dumps since my question is mor= e general: <br></div><div><br></div><div>What happens if you do not turn on= Xorg on the host and start the VM from the console (likely should make no = difference but worth a try).</div><div><br></div><div>In your original post= you never mentioned it worked on 14-CURRENT but not on 13-RELEASE (w/ patc= hes).=C2=A0=C2=A0 If this is the case it is almost certainly a bug, but the= general policy of most developers is not to make bug fixes for older versi= ons.=C2=A0=C2=A0 This means you are likely stuck with 14-CURRENT.<br></div>= </div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">= On Thu, Feb 10, 2022 at 9:24 AM Mario Marietto <<a href=3D"mailto:mariet= to2008@gmail.com">marietto2008@gmail.com</a>> wrote:<br></div><blockquot= e class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px s= olid rgb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div class=3D"gmai= l_quote"><div dir=3D"ltr">Hello.<br><br><div>I've bought an additional PCI to USB (Renesas) controller that I'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'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 --> <a href=3D"https://pastebin.ubuntu.com/p= /cSy7jkHdZz/" target=3D"_blank">https://pastebin.ubuntu.com/p/cSy7jkHdZz/</= a><br>pciconf -vl --> <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've opened another bug). With this I want to=20 demonstrate that there aren'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's the graphic chipset=20 integrated on the motherboard (CoffeeLake-S GT2 [UHD Graphics 630); to=20 use it I've installed the xf86-video-intel driver with this xorg.conf= =20 file :<br><br>Section "Device"<br>Identifier =C2=A0"Card0&qu= ot;<br>Driver =C2=A0 =C2=A0 =C2=A0"intel"<br>BusID =C2=A0 =C2=A0 = =C2=A0 "PCI:0:2:0"<br>EndSection<br><br>so,now,let's to strai= ght to this problem :<br><br>I'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'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've added the following parameters :<br><br>linux_enable=3D"YE= S"<br>linux_mounts_enable=3D"YES"<br>vm_enable=3D"YES&q= uot;<br>kdm5_enable=3D"YES"<br>dbus_enable=3D"YES"<br>s= ddm_enable=3D"YES"<br><br>on /boot/loader.conf :<br><br>nvidia_lo= ad=3D"YES"<br>vmm_load=3D"YES"<br>nmdm_load=3D"YES= "<br>if_tap_load=3D"YES"<br>if_bridge_load=3D"YES"= <br>bridgestp_load=3D"YES"<br>linprocfs_load=3D"YES"<br= >linsysfs_load=3D"YES"<br>tmpfs_load=3D"YES"<br>verbose= _loading=3D"YES"<br>hw.vmm.topology.cores_per_package=3D8<br>kern= .racct.enable=3D1<br>snd_hda_load=3D"YES"<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"900"<br>kern.capmode_coredump=3D1<br><br>and with this x= org.conf file :<br><br>Section "ServerLayout"<br>=C2=A0 =C2=A0 = =C2=A0 =C2=A0Identifier =C2=A0 =C2=A0 "X.org Configured"<br>=C2= =A0 =C2=A0 =C2=A0 =C2=A0Screen =C2=A0 =C2=A0 =C2=A00 =C2=A0"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" RightOf "Screen0"<br>=C2=A0 =C2=A0 =C2=A0 =C2= =A0InputDevice =C2=A0 =C2=A0"Mouse0" "CorePointer"<br>= =C2=A0 =C2=A0 =C2=A0 =C2=A0InputDevice =C2=A0 =C2=A0"Keyboard0" &= quot;CoreKeyboard"<br>EndSection<br><br>Section "Module"<br>= =C2=A0 =C2=A0 =C2=A0 =C2=A0Load =C2=A0"glx"<br>EndSection<br><br>= Section "Files"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0ModulePath =C2=A0 &= quot;/usr/local/lib/xorg/modules"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPa= th =C2=A0 =C2=A0 "/usr/local/share/fonts/misc/"<br>=C2=A0 =C2=A0 = =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 "/usr/local/share/fonts/TTF/"= <br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 "/usr/local/shar= e/fonts/OTF/"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 &qu= ot;/usr/local/share/fonts/Type1/"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPa= th =C2=A0 =C2=A0 "/usr/local/share/fonts/100dpi/"<br>=C2=A0 =C2= =A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 "/usr/local/share/fonts/75dpi/= "<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0FontPath =C2=A0 =C2=A0 "catalogue= :/usr/local/etc/X11/fontpath.d"<br>EndSection<br><br>Section "Inp= utDevice"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Identifier =C2=A0"Mouse0&= quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Driver =C2=A0 =C2=A0 =C2=A0"mouse&= quot;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Option =C2=A0 =C2=A0 =C2=A0"Protoc= ol" "auto"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Option =C2=A0 =C2= =A0 =C2=A0"Device" "/dev/sysmouse"<br>=C2=A0 =C2=A0 =C2= =A0 =C2=A0Option =C2=A0 =C2=A0 =C2=A0"ZAxisMapping" "4 5 6 7= "<br>EndSection<br><br>Section "Monitor"<br>=C2=A0 =C2=A0 = =C2=A0 =C2=A0Identifier =C2=A0 "Monitor0"<br>=C2=A0 =C2=A0 =C2=A0= =C2=A0VendorName =C2=A0 "Monitor Vendor"<br>=C2=A0 =C2=A0 =C2=A0= =C2=A0ModelName =C2=A0 =C2=A0"Monitor Model"<br>EndSection<br><b= r>Section "Device"<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0### Available Dr= iver options are:-<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0### Values: <i>: int= eger, <f>: float, <bool>: "True"/"False",<b= r>=C2=A0 =C2=A0 =C2=A0 =C2=A0### <string>: "String", <fr= eq>: "<f> Hz/kHz/MHz",<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0###= <percent>: "<f>%"<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" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0# [<bool>]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 = "kmsdev" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0# <str><br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2= =A0 "ShadowFB" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0# [<bool>]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 = =C2=A0 "AccelMethod" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 # <str><br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 &q= uot;PageFlip" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0# [<bool>]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 = "ZaphodHeads" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 # = <str><br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 "Doubl= eShadow" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# [<bool&g= t;]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0#Option =C2=A0 =C2=A0 "Atomic" = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0# [<= ;bool>]<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Identifier =C2=A0"Card0"= <br>=C2=A0 =C2=A0 =C2=A0 =C2=A0Driver =C2=A0 =C2=A0 =C2=A0"nvidia"= ;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0BusID =C2=A0 =C2=A0 =C2=A0 "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 '= ;bridgestp'<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 'linux_common'<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 'linux'<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't find ima= ge information. !!!!<br><br>it freezes here and I can't do anything any= more.<br clear=3D"all"><br clear=3D"all"></div></div>-- <br><div dir=3D"ltr= ">Mario.<br></div></div> </blockquote></div><br clear=3D"all"><br>-- <br><div dir=3D"ltr" class=3D"g= mail_signature"><div dir=3D"ltr">Aryeh M. Friedman, Lead Developer, <a href= =3D"http://www.PetiteCloud.org" target=3D"_blank">http://www.PetiteCloud.or= g</a><br></div></div> --0000000000009615b805d7aaec66--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGBxaX=XzQQxxwtwc4Ky7-Bhib%2Byof_O5BKu3d%2BufVyM=u4S7A>