diff --git a/docs/assets/vm_error_no_boot_medium-1.png b/docs/assets/vm_error_no_boot_medium-1.png new file mode 100644 index 0000000000000000000000000000000000000000..da1b838e2e7aa6ff050196b5191dbe1f8522afc3 Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-1.png differ diff --git a/docs/assets/vm_error_no_boot_medium-2.png b/docs/assets/vm_error_no_boot_medium-2.png new file mode 100644 index 0000000000000000000000000000000000000000..62a69c4ff8da9c3179838c725ebaff05aac7631c Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-2.png differ diff --git a/docs/assets/vm_error_no_boot_medium-3.png b/docs/assets/vm_error_no_boot_medium-3.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb9014ed6b73ed032570f828b53764cb12c2751 Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-3.png differ diff --git a/docs/assets/vm_error_no_boot_medium-4.png b/docs/assets/vm_error_no_boot_medium-4.png new file mode 100644 index 0000000000000000000000000000000000000000..7fdc71c07b41e7db93147256478305884d224414 Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-4.png differ diff --git a/docs/assets/vm_error_no_boot_medium-5.png b/docs/assets/vm_error_no_boot_medium-5.png new file mode 100644 index 0000000000000000000000000000000000000000..75a58a3bae45a0c7d4942fae177134f600c4eba8 Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-5.png differ diff --git a/docs/assets/vm_error_no_boot_medium-6.png b/docs/assets/vm_error_no_boot_medium-6.png new file mode 100644 index 0000000000000000000000000000000000000000..26ed4c64f7d837add3ddb2eeaa874c7f6027adf2 Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-6.png differ diff --git a/docs/assets/vm_error_no_boot_medium-7.png b/docs/assets/vm_error_no_boot_medium-7.png new file mode 100644 index 0000000000000000000000000000000000000000..4e8e8ce37a1a94923509c4bb2f1a4ffa0fc6075f Binary files /dev/null and b/docs/assets/vm_error_no_boot_medium-7.png differ diff --git a/docs/cri_vm.md b/docs/cri_vm.md index 7f0c911c36c0c6c643a0ef501017da51307663e1..b6094bb0892de5d052c54f127d900b197cc10f44 100644 --- a/docs/cri_vm.md +++ b/docs/cri_vm.md @@ -147,6 +147,51 @@ You need to enable Vt-x or AMD-V in your BIOS. Go to the VM settings window and in the `System` page and `Processor` tab, uncheck the `Enable nested Vt-x/AMD-V` box. +### FATAL: Could not read from the boot medium! System halted + +![no-boot-medium-display](assets/vm_error_no_boot_medium-1.png) + +This issue often happens if you tried to install `VBoxGuestAdditions`. The +tools provided by VirtualBox are given as an ISO file. When you try to install +the tools, the ISO will replace your boot device. + +To fix this issue, you need to re-attach the original boot device to your VM. + +Go into your VM settings (`Settings -> Storage`) + +!!! warning + Be careful ! You should only edit the `Controller: IDE` section of the Storage settings. + +In the `Controller: IDE` section, you will either see nothing or the `VBoxGuestAdditions` iso. + +##### `Controller: IDE` section is empty +![no-boot-medium](assets/vm_error_no_boot_medium-2.png) + +Click on the little CD/ROM button on the `Controller: IDE` line. + +![add-boot-iso](assets/vm_error_no_boot_medium-3.png) + +Choose the iso called `PIE-disk001.iso`, it should have a size of ~1MB. + +![add-boot-iso-menu](assets/vm_error_no_boot_medium-4.png) + +You should now be able to boot your VM. + +##### VBoxGuestAdditions iso is present in the `Controller: IDE` section +![guest-additions](assets/vm_error_no_boot_medium-5.png) + +1. Select `VBoxGuestAdditions` iso. + +2. Click on the disk icon on the right of the menu. + +![guest-additions](assets/vm_error_no_boot_medium-6.png) + +Choose the iso called `PIE-disk001.iso`. + +![guest-additions](assets/vm_error_no_boot_medium-7.png) + +You should now be able to boot your VM. + ## Small tips for a better environment ### Screen resolution