From 14dc3913157078cb202381590ed33701aab051c5 Mon Sep 17 00:00:00 2001 From: James Landrein Date: Tue, 22 Sep 2020 00:01:13 +0200 Subject: [PATCH] cri_vm: add part about native CRI machine Signed-off-by: James Landrein --- docs/cri_vm.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/cri_vm.md b/docs/cri_vm.md index 84104db..152dfdf 100644 --- a/docs/cri_vm.md +++ b/docs/cri_vm.md @@ -84,3 +84,26 @@ 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. + +# CRI VM directly on a PC +It's also possible to use the CRI VM directly on your PC without having Windows +, Linux or MacOS underneath. + +Requirements : a computer booting in EFI (BIOS is not supported). + +You need to map a usb-key (or an hard drive that you can use solely for this +purpose) with vbox. + +You need to boot and select the "Prepare USB Key" entry. +The usb-key (or drive) will be formated with : + +``` +sdd 8:48 1 29.9G 0 disk +├─sdd1 8:49 1 550M 0 part +├─sdd2 8:50 1 14G 0 part +└─sdd3 8:51 1 14G 0 part +``` + +The first partition will contain the bootloader (systemd-boot and iPXE), +the second partition will contain the bootcache and the third one will be for +user data. -- GitLab