From e8676c888169344901a08fbb25982c927cb5e68b Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 4 Mar 2022 10:37:55 +0100 Subject: [PATCH] from_home: baremetal: advise user to add himself to the vboxusers group Signed-off-by: Marin Hannache --- docs/from_home/bare-metal.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/from_home/bare-metal.md b/docs/from_home/bare-metal.md index cdf474c..463f405 100644 --- a/docs/from_home/bare-metal.md +++ b/docs/from_home/bare-metal.md @@ -26,6 +26,17 @@ Click on the `USB` menu, then click on the USB with `+` sign and add your USB ke Then, click on `OK` +!!! tip + + If the list of devices is empty, your current Linux account may not be a + member of the `vboxusers` group. + + In a terminal, type the following command to add yourself to this group : + + `$ sudo usermod --groups vboxusers --append $USER` + + You may need to logout then log back in for this change to be effective. + #### Disk Click on the `Storage` part -- GitLab