Crostini
Crostini specific instructions
The Crostini container needs to be started with special privileges to allow for loop devices to be mounted. These instructions are mandatory each time for Crostini.
Instructions:
- Set up "Linux" in the ChromeOS settings. If you already have it set up, skip this step.
- Press CTRLALTT to open the ChromeOS terminal
- Type
shell
and press Enter - Paste the command from below and press Enter
vmc stop termina; vmc start termina | exit; vmc container termina penguin --privileged true 2>/dev/null 1>/dev/null; sleep 10; vmc container termina penguin --privileged true
- If you get an error about
shell
not being a command: Enable developer mode and try again. - If you get
LXD was configured to only allow unprivileged containers
:
- Wait for the command to finish.