venture37

bhyve fail

Feb 6th, 2013
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. sudo bhyveload -m 768 -M 8192 -d ./diskdev guest0 && sudo bhyve -c 1 -a -A -m 768 -M 8192 -I -H -g 0 -s 0:0,hostbridge -s 1:0,virtio-blk,diskdev -S 31,uart,stdio guest0
  2.  
  3. Booting...
  4. GDB: no debug ports present
  5. KDB: debugger backends: ddb
  6. KDB: current backend: ddb
  7. Copyright (c) 1992-2013 The FreeBSD Project.
  8. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved.FreeBSD is a registered trademark of The FreeBSD Foundation.
  9. FreeBSD 10.0-CURRENT #0 r246446: Thu Feb 7 02:36:17 UTC 2013 [email protected]:/usr/obj/usr/src/sys/GENERIC amd64FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221
  10. WARNING: WITNESS option enabled, expect reduced performance.
  11. CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (3399.74-MHz K8-class CPU)
  12. Origin = "GenuineIntel" Id = 0x306a9 Family = 0x6 Model = 0x3a Stepping = 9
  13. Features=0x8fa3ab7f<FPU,VME,DE,PSE,TSC,MSR,PAE,CX8,APIC,SEP,PGE,CMOV,PAT,PSE36,DTS,MMX,FXSR,SSE,SSE2,SS,PBE>
  14. Features2=0xe3bae257<SSE3,PCLMULQDQ,DTES64,DS_CPL,SMX,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,TSCDLT,AESNI,F16C,RDRAND,HV>
  15. AMD Features=0x28100800<SYSCALL,NX,RDTSCP,LM>
  16. AMD Features2=0x1<LAHF>
  17. TSC: P-state invariant
  18. real memory = 12884901888 (12288 MB)
  19. avail memory = 8932638720 (8518 MB)
  20. Event timer "LAPIC" quality 400
  21. ACPI APIC Table: <BHYVE BVMADT >
  22. random device not loaded; using insecure entropy
  23. ioapic0: Changing APIC ID to 1
  24. ioapic0 <Version 1.1> irqs 0-16 on motherboard
  25. module_register_init: MOD_LOAD (vesa, 0xffffffff80c24d10, 0) error 19
  26. kbd0 at kbdmux0
  27. ctl: CAM Target Layer loaded
  28. acpi0: <BHYVE BVXSDT> on motherboard
  29. atrtc0: <AT realtime clock> port 0x70-0x71,0x72-0x77 irq 8 on acpi0
  30. Event timer "RTC" frequency 32768 Hz quality 0
  31. Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
  32. acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
  33. pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
  34. pci0: <ACPI PCI bus> on pcib0
  35. pcib0: no PRT entry for 0.31.INTA
  36. virtio_pci0: <VirtIO PCI Block adapter> port 0x2000-0x203f mem 0x30000000-0x30001fff at device 1.0 on pci0
  37. vtblk0: <VirtIO Block Adapter> on virtio_pci0
  38. virtio_pci0: host features: 0x10000004 <RingIndirect,MaxNumSegs>
  39. virtio_pci0: negotiated features: 0x10000004 <RingIndirect,MaxNumSegs>
  40. virtio_pci0: exhausted all interrupt allocation attempts
  41. vtblk0: cannot setup virtqueue interrupt
  42. device_attach: vtblk0 attach returned 6
  43. uart2: <16550 or compatible> port 0x3f8-0x3ff irq 4 at device 31.0 on pci0
  44. uart2: console (9600,n,8,1)
  45. Timecounters tick every 10.000 msec
  46. Timecounter "TSC-low" frequency 1699869916 Hz quality 1000
  47. WARNING: WITNESS option enabled, expect reduced performance.
  48. Trying to mount root from ufs:/dev/vtbd0s1a [rw]...
  49. mountroot: waiting for device /dev/vtbd0s1a ...
  50. Mounting from ufs:/dev/vtbd0s1a failed with error 19.
Advertisement
Add Comment
Please, Sign In to add comment