Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 3, 2020 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbruner/70a169cc7ea9f9f9124f322a195bc78e to your computer and use it in GitHub Desktop.
Save kbruner/70a169cc7ea9f9f9124f322a195bc78e to your computer and use it in GitHub Desktop.
failed Arch Linux boot
root@nucklehead:/vm # bhyve -H -A -P \
-s 0,hostbridge \
-s 1,lpc \
-s 2:0,virtio-net,tap0 \
-s 3,virtio-blk,linux.img \
-s 31,ahci-cd,/vm/images/archlinux-2020.10.01-x86_64.iso \
-l com1,stdio \
-c 2 -m 1024M \
arch
rdmsr to register 0x3a on vcpu 0
rdmsr to register 0x140 on vcpu 0
rdmsr to register 0x3a on vcpu 1
rdmsr to register 0x140 on vcpu 1
rdmsr to register 0x64e on vcpu 0
rdmsr to register 0x34 on vcpu 0
:: running early hook [udev]
Starting version 246.6-1-arch
:: running early hook [archiso_pxe_nbd]
:: running hook [udev]
:: Triggering uevents...
:: running hook [memdisk]
:: running hook [archiso]
:: running hook [archiso_loop_mnt]
:: running hook [archiso_pxe_common]
:: running hook [archiso_pxe_nbd]
:: running hook [archiso_pxe_http]
:: running hook [archiso_pxe_nfs]
:: Mounting '/dev/disk/by-label/' to '/run/archiso/bootmnt'
Waiting 30 seconds for device /dev/disk/by-label/ ...
ERROR: '/dev/disk/by-label/' device did not show up after 30 seconds...
Falling back to interactive prompt
You can try to fix the problem manually, log out when you are finished
sh: can't access tty; job control turned off
[rootfs ]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment