Skip to content
Discussion options

You must be logged in to vote

First for simplicity you may want to use the simple direct boot mode. I don't think boot-nodisplay and connect will provide any benefit to you in this case.
If you ever do need to run multiple commands in sequence, that's where a bash script comes into play. Put the commands into a .sh file, test it by running it, then put that filename into autostart.

But in your case I don't think an autostarted shell script is necessary. I think you can just make an autostart entry with something like /home/pi/bvm/bvm boot /home/pi/win11
Notice I used full paths here. This is because autostart is not a shell, it directly executes a command. In a shell, things like ~/ and ./ will be expanded to the full…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@P4ndem1c
Comment options

Answer selected by P4ndem1c
Comment options

You must be logged in to vote
1 reply
@P4ndem1c
Comment options

Comment options

You must be logged in to vote
2 replies
@y-nought
Comment options

@P4ndem1c
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants