You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a new Ubuntu 20.04.2 server box, and get this error when I do vagrantup`:
ERROR warden: Error occurred: ["INTERNAL_ERROR", "xenopsd internal error: VM = 1b34106f-f42c-a6c0-d257-cb58f27a597a; domid = 89; Bootloader.Bad_error No valid Btrfs found on /dev/sm/backend/4f2600f8-a793-38b0-b3ae-57d7cc6394be/9cf7ba6a-a10b-4608-8f51-026665abdb37\nNo valid Btrfs found on /dev/sm/backend/4f2600f8-a793-38b0-b3ae-57d7cc6394be/9cf7ba6a-a10b-4608-8f51-026665abdb37\nSuperblock bytenr is larger than device size\nTraceback (most recent call last):\n File \"/usr/bin/pygrub\", line 992, in <module>\n fs = xenfsimage.open(file, part_offs[0], bootfsoptions)\nIOError: [Errno 95] Operation not supported\n"]
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: ["INTERNAL_ERROR", "xenopsd internal error: VM = 1b34106f-f42c-a6c0-d257-cb58f27a597a; domid = 89; Bootloader.Bad_error No valid Btrfs found on /dev/sm/backend/4f2600f8-a793-38b0-b3ae-57d7cc6394be/9cf7ba6a-a10b-4608-8f51-026665abdb37\nNo valid Btrfs found on /dev/sm/backend/4f2600f8-a793-38b0-b3ae-57d7cc6394be/9cf7ba6a-a10b-4608-8f51-026665abdb37\nSuperblock bytenr is larger than device size\nTraceback (most recent call last):\n File \"/usr/bin/pygrub\", line 992, in <module>\n fs = xenfsimage.open(file, part_offs[0], bootfsoptions)\nIOError: [Errno 95] Operation not supported\n"]
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: ["INTERNAL_ERROR", "xenopsd internal error: VM = 1b34106f-f42c-a6c0-d257-cb58f27a597a; domid = 89; Bootloader.Bad_error No valid Btrfs found on /dev/sm/backend/4f2600f8-a793-38b0-b3ae-57d7cc6394be/9cf7ba6a-a10b-4608-8f51-026665abdb37\nNo valid Btrfs found on /dev/sm/backend/4f2600f8-a793-38b0-b3ae-57d7cc6394be/9cf7ba6a-a10b-4608-8f51-026665abdb37\nSuperblock bytenr is larger than device size\nTraceback (most recent call last):\n File \"/usr/bin/pygrub\", line 992, in <module>\n fs = xenfsimage.open(file, part_offs[0], bootfsoptions)\nIOError: [Errno 95] Operation not supported\n"]
INFO warden: Beginning recovery process...
I built a new Ubuntu 20.04.2 server box, and get this error when I do
vagrant
up`:Vagrantfile looks like this:
Vagrant version: 2.2.16
Installing on XCP-NG 8.1
If I use
xs.pv = false
the box installs and boots fine.Should I really be using
xs.pv = true
?The text was updated successfully, but these errors were encountered: