In this guide, I assume you are familiar with @sebanc brunch, Crouton, Chroot and obviously Virtualbox. If you are not familiar with anyone of the...
For further actions, you may consider blocking this person and/or reporting abuse
well this is want happened
.charles@penguin:~$ shell
-bash: shell: command not found
charles@penguin:~$ sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton
install: cannot stat '/home/charles/Downloads/crouton': No such file or directory
charles@penguin:~$ sudo crouton -r xenial -t xfce
sudo: crouton: command not found
charles@penguin:~$ sudo apt-get crouton
E: Invalid operation crouton
charles@penguin:~$ sudo apt-get install crouton
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package crouton
charles@penguin:~$ sudo mount -o remount,rw /lib/modules/*
mount: /lib/modules/*: mount point does not exist.
charles@penguin:~$ sudo mount -o remount,rw /lib/modules/
mount: /lib/modules/: mount point does not exist.
charles@penguin:~$ sudo apt install virtualbox
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package virtualbox
charles@penguin:~$ sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.4.88-12224-gf05236dbdecf
charles@penguin:~$ sudo apt install virtualbox
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package virtualbox
charles@penguin:~$
Dude enable dev mode that literally fixes all the problems. Check their git hub page README section
well this is what happend
vaneijkjoris320@penguin:~$ shell
-bash: shell: command not found
vaneijkjoris320@penguin:~$ ^[[200~shell~
-bash: $'\E[200~shell~': command not found
vaneijkjoris320@penguin:~$ sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton~
install: cannot stat '/home/vaneijkjoris320/Downloads/crouton~': No such file or directory
vaneijkjoris320@penguin:~$ shell
-bash: shell: command not found
vaneijkjoris320@penguin:~$ sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton
install: cannot stat '/home/vaneijkjoris320/Downloads/crouton': No such file or directory
vaneijkjoris320@penguin:~$
same happened to me
crosh> shell
ERROR - ERROR: unknown command: shell
crosh> sudo install -Dt /usr/local/bin -m 755 ~/Downloads/crouton
ERROR - ERROR: unknown command: sudo
crosh> install -Dt /usr/local/bin -m 755 ~/Downloads/crouton
ERROR - ERROR: unknown command: install
After
sudo enter-chroot
and attempting to run themount
command, I received:mount: cannot remount /dev/mapper/vroot read-write, is write-protected
Can you advise?
I could not point out your issue clearly because of less information, but one thing is for certain, your user account was not given access. I have two suggestive solutions for you.
The first one is to do everything after having admin access rather than through sudo privileges, i.e, use
sudo su
and repeat the process without sudo.If you don't want to use your root account, I would suggest you go through this alternative.
sudo disable_verity
and reboot your machinesudo reboot
and retry the process.Have a look at what disable_verity does, because many of the users are facing problems in apps like Libre Documents and Microsoft Excel or other Doc related Applications.
shell cant be found
ERROR - ERROR: unknown command: shell
i cant do something with sudo
crosh> [200~sudo disable_verity
ERROR - ERROR: unknown command: sudo
crosh>
so at the end of installation it asks me for user and password, i created the user but i didnt create the password since it didnt let me type it and now i cant put sudo commands
did it in chromeos 130.0.6723.126
up to date