Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How do I convert SB3 to BOOTABLE ISO?
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
So how do I open a bashrc fileOf course I can make it that it checks which platform it is on and changes the path to Google Chrome based on that.It looks like that would go inside of a .bashrc file. The path would only work on a Mac computer with Google Chrome installed. open () {
if
then
“/Applications/Google Chrome.app/Contents/MacOS/Google Chrome” https://www-scratch-mit-edu.ezproxy.canberra.edu.au/projects/881103507/fullscreen
else
/usr/bin/open $1
fi
}
How the heck do I open a bash file
I know that seems stupid but I never opened a bash file before
The best method would be to create a linux ISO
- __Falcon-Games__
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
You don't.So how do I open a bashrc fileOf course I can make it that it checks which platform it is on and changes the path to Google Chrome based on that.It looks like that would go inside of a .bashrc file. The path would only work on a Mac computer with Google Chrome installed. open () {
if
then
“/Applications/Google Chrome.app/Contents/MacOS/Google Chrome” https://www-scratch-mit-edu.ezproxy.canberra.edu.au/projects/881103507/fullscreen
else
/usr/bin/open $1
fi
}
How the heck do I open a bash file
I know that seems stupid but I never opened a bash file before
The best method would be to create a linux ISO
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged project
Last edited by NexusSfan (Sept. 27, 2023 00:17:10)
- __Falcon-Games__
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged project
open example.iso
I could make it run a Turbowarp packaged project if you want.
- benji123good
- Scratcher
36 posts
How do I convert SB3 to BOOTABLE ISO?
Xdno thats cringe os guys lets just switch to qlack os
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
xDXdno thats cringe os guys lets just switch to qlack os
(#224)We are trying to boot an ISO. Not run an app disguised as an ISO.Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged projectThen it will open the Scratch project in your web browser.open example.iso
I could make it run a Turbowarp packaged project if you want.
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
But we can possibly do thatxDXdno thats cringe os guys lets just switch to qlack os(#224)We are trying to boot an ISO. Not run an app disguised as an ISO.Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged projectThen it will open the Scratch project in your web browser.open example.iso
I could make it run a Turbowarp packaged project if you want.
- __Falcon-Games__
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
But you cannot boot an ISO so this pretty much accomplishes the same thing.(#224)We are trying to boot an ISO. Not run an app disguised as an ISO.Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged projectThen it will open the Scratch project in your web browser.open example.iso
I could make it run a Turbowarp packaged project if you want.
- applejuiceproduc
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
umm you can boot an isoBut you cannot boot an ISO so this pretty much accomplishes the same thing.(#224)We are trying to boot an ISO. Not run an app disguised as an ISO.Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged projectThen it will open the Scratch project in your web browser.open example.iso
I could make it run a Turbowarp packaged project if you want.
- __Falcon-Games__
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
I meant you cannot like click on a normal ISO to boot it but you can of course boot an OS by using it.umm you can boot an isoBut you cannot boot an ISO so this pretty much accomplishes the same thing.(#224)We are trying to boot an ISO. Not run an app disguised as an ISO.Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged projectThen it will open the Scratch project in your web browser.open example.iso
I could make it run a Turbowarp packaged project if you want.
- applejuiceproduc
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
Okay and your point is?I meant you cannot like click on a normal ISO to boot it but you can of course boot an OS by using it.umm you can boot an isoBut you cannot boot an ISO so this pretty much accomplishes the same thing.(#224)We are trying to boot an ISO. Not run an app disguised as an ISO.Chill down. I mean you put it in .bashrc then you don't run it. You just open you terminal and type:YOU PUT IN “.bashrc” OBVIOUSLYYou don't. So how do I open a bashrc file
Also that script needs to be revised to run after boot and load an X session that only loads the turbowarp packaged projectThen it will open the Scratch project in your web browser.open example.iso
I could make it run a Turbowarp packaged project if you want.
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
We are trying to make a bootable ISO FROM a scratch project, so ScratchOS by scratchnative won't work (it may work, prove me wrong if you can).
- TheSmartGuy1234
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
- DifferentDance8
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
I believe that's called a .sh file. Make a linux version of a .bat
- applejuiceproduc
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
In turnowarp packager you can disable all the buttons, so we should use that My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
- benji123good
- Scratcher
36 posts
How do I convert SB3 to BOOTABLE ISO?
VM IS CHOPPY FOR ME TOO : ( My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
most of the solutions I find aren't available for live CD except Ubuntu or Linux Mint using Cubic My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
Also you can't just convert a VM disk to an ISO My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
- TheSmartGuy1234
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
TinyCore linux uses ram to store all the system files and apps so not a issue.Also you can't just convert a VM disk to an ISO My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
Also there is an official iso maker.
By the way the offical scratch website doesn't work in opera in tinycore (for some reason). Is there data:html URI?
EDIZTL: ahh cool there is! let's use turbowarp packager to generate the javascript, make a data:text/html URI, make a .sh file to run opera with the URI, BOOM!!!
EIFTDI: don't use turbowarp package too big fiel!!!
also it will be nice to have all the turbowarp packager code in the URI so you can just type the URL of the project in a bam! but I mean….
Last edited by TheSmartGuy1234 (Oct. 9, 2023 06:44:23)
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
The easiest way to make a kisok app is to use Turbowarp Electron Linux App Packager instead of… opera?TinyCore linux uses ram to store all the system files and apps so not a issue.Also you can't just convert a VM disk to an ISO My plan: get TinyCore linux (if they use it for kiosks why can't we use it for this?)
Get a web browser.
Make a linux version of a .bat (as you can see I've never used linux before) to open the web browser, running the scratch project, in fullscreen. We way want to make our own browser/version of scratch desktop so we can force it to open the project in fullscreen mode and delete the minimize button.
Add it to startup, then we just turn the virtual machine disk to an .iso and BAM! we answered the guy's question.
Please use my ideas to make a legit plan elaborate.
(also either get a better computer than mine or use the terminal mode because the mouse is really laggy and VirtualBox mouse integration just doesn't work.)
Also there is an official iso maker.
By the way the offical scratch website doesn't work in opera in tinycore (for some reason). Is there data:html URI?
EDIZTL: ahh cool there is! let's use turbowarp packager to generate the javascript, make a data:text/html URI, make a .sh file to run opera with the URI, BOOM!!!
EIFTDI: don't use turbowarp package too big fiel!!!
also it will be nice to have all the turbowarp packager code in the URI so you can just type the URL of the project in a bam! but I mean….