Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How do I convert SB3 to BOOTABLE ISO?
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
Anyway, why do you need to convert SB3 to ISO?
Because then it makes your Scratch OS more real.
I don’t think Rufus would actuallyIf memory serves, to make it bootable you need to use something like Rufus which isn't that hard imo.Ok then sb3 to zip (from turbowarp) to .iso with some appIf you look that up, you will get results, but they don't make a Maybe try finding somthing that will make .exe or HTML to .isto HTML or .exe to .isobootable iso. A normal iso only stores data, like a .zip file.
Correct! Rufus cannot turn a ZIP into a proper bootable ISO!
Edit: My 69th Post… nice.
Last edited by NexusSfan (Aug. 5, 2023 15:17:49)
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- i_eat_coffee
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
(っ◔◡◔)っ ♥ Coffee | she/he/they | Teenager ♥
Full-stack web developer | HTML/CSS/JS, Node.js + EJS
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
Not just Linux Source Code. An actual GNU OS. I am using Linux Mint for this project, as I know how to disable LightDM and I am most familiar with it.
Last edited by NexusSfan (Aug. 5, 2023 15:17:24)
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
Not just Linux Source Code. An actual GNU OS. I am using Linux Mint for this project, as I know how to disable LightDM and I am most familiar with it.
Also, I will open source all of the instructions used to do it unlike some other people (i still think his os was fake to this day)
Now for the first step of my plan, is to see if the tty uses .bashrc or .profile!
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- sf97ahgf
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
how to set default program: clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
init= (where program is located, for most systems its gonna start /sbin/init as init)
put that as a kernel parameter
obviously you're probably gonna miss out on a TON OF STUFF init provides, like services, etc.
Last edited by sf97ahgf (Aug. 5, 2023 16:53:51)
“It seems I am not the only spy.”
“Spy in our midst!”
“Spy, gentlemen!”
“Spy among us!”
“That Scout is a Spy.”
“The Soldier is a Spy.”
“The Pyro is a Spy.”
“The Demoman is a Spy.”
“The Heavy is a Spy.”
“The Engineer is a Spy.”
“The Medic is a Spy.”
“The Sniper is a Spy.”
“That Spy is an enemy!”
“That Spy is not one of us!”
- sf97ahgf
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
if you use bash, its gonna use .bashrc. either way, i'd put all your stuff in .profile, but then again i'd think it would make you login first in the tty, which is obviously something YOU DONT WANNA DO.clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
Not just Linux Source Code. An actual GNU OS. I am using Linux Mint for this project, as I know how to disable LightDM and I am most familiar with it.
Also, I will open source all of the instructions used to do it unlike some other people (i still think his os was fake to this day)
Now for the first step of my plan, is to see if the tty uses .bashrc or .profile!
“It seems I am not the only spy.”
“Spy in our midst!”
“Spy, gentlemen!”
“Spy among us!”
“That Scout is a Spy.”
“The Soldier is a Spy.”
“The Pyro is a Spy.”
“The Demoman is a Spy.”
“The Heavy is a Spy.”
“The Engineer is a Spy.”
“The Medic is a Spy.”
“The Sniper is a Spy.”
“That Spy is an enemy!”
“That Spy is not one of us!”
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
or just use systemd to start /bin/sh then start /bin/bashhow to set default program: clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
init= (where program is located, for most systems its gonna start /sbin/init as init)
obviously you're probably gonna miss out on a TON OF STUFF init provides, like services, etc.
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
if you use bash, its gonna use .bashrc. either way, i'd put all your stuff in .profile, but then again i'd think it would make you login first in the tty, which is obviously something YOU DONT WANNA DO.clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
Not just Linux Source Code. An actual GNU OS. I am using Linux Mint for this project, as I know how to disable LightDM and I am most familiar with it.
Also, I will open source all of the instructions used to do it unlike some other people (i still think his os was fake to this day)
Now for the first step of my plan, is to see if the tty uses .bashrc or .profile!
Right now I am using SystemD to start bash to see which one works.
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- sf97ahgf
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
use systemd to start the sb3 electron application. also disable virtual terminals where you can just press ctrl + alt + f(number) to go to different ttys.if you use bash, its gonna use .bashrc. either way, i'd put all your stuff in .profile, but then again i'd think it would make you login first in the tty, which is obviously something YOU DONT WANNA DO.clone the linux source code and add a default program that runs immediately when the computer starts up and make that program be your scratch project
Not just Linux Source Code. An actual GNU OS. I am using Linux Mint for this project, as I know how to disable LightDM and I am most familiar with it.
Also, I will open source all of the instructions used to do it unlike some other people (i still think his os was fake to this day)
Now for the first step of my plan, is to see if the tty uses .bashrc or .profile!
Right now I am using SystemD to start bash to see which one works.
“It seems I am not the only spy.”
“Spy in our midst!”
“Spy, gentlemen!”
“Spy among us!”
“That Scout is a Spy.”
“The Soldier is a Spy.”
“The Pyro is a Spy.”
“The Demoman is a Spy.”
“The Heavy is a Spy.”
“The Engineer is a Spy.”
“The Medic is a Spy.”
“The Sniper is a Spy.”
“That Spy is an enemy!”
“That Spy is not one of us!”
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
I don't know how to disable TTYs… use systemd to start the sb3 electron application. also disable virtual terminals where you can just press ctrl + alt + f(number) to go to different ttys.
It's not that big of an issue anyway. No scratch projects use F(number) anyway so no compatibility issues.
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
bump
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
none of my tests worked so far..
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
i3 window manager on startup. then add the command to run the project to the end of the config file (that will autostart it).
or just use a bare Xorg server that runs the application.
I use linux mint with cubic for my ISO, any recommendations?
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- benji123good
- Scratcher
36 posts
How do I convert SB3 to BOOTABLE ISO?
You should just get somthing that will auto start it then delete every thing els like unneeded Linux apps such as text editor and then go to turbowarp packedger then get the platform Linux the extract it then find the app (I’ve downloaded games on the computer and never found the file) then open it then copy the iso file then it should work but if you really wanna do something cool you can change the boot loder to a design then enable auto sign ini3 window manager on startup. then add the command to run the project to the end of the config file (that will autostart it).
or just use a bare Xorg server that runs the application.
I use linux mint with cubic for my ISO, any recommendations?
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
Yeah, but I need to find a software that can generate such an ISO. You should just get somthing that will auto start it then delete every thing els like unneeded Linux apps such as text editor and then go to turbowarp packedger then get the platform Linux the extract it then find the app (I’ve downloaded games on the computer and never found the file) then open it then copy the iso file then it should work but if you really wanna do something cool you can change the boot loder to a design then enable auto sign in
im a controversial man
Current progress on SB3 to ISO convertion:pro project which is better than qlack os
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
Xdno thats cringe os guys lets just switch to qlack os
- benji123good
- Scratcher
36 posts
How do I convert SB3 to BOOTABLE ISO?
You might be able to make a zip file then put all the stuff on drive in there then name it qlack.iso then get a usb stick and install it on to there using Rufus and if you can’t install Rufus just install play on Linux then install Rufus then put it into the pc and put the Linux files from the usb drive in there then delete your other Linux filesYeah, but I need to find a software that can generate such an ISO. You should just get somthing that will auto start it then delete every thing els like unneeded Linux apps such as text editor and then go to turbowarp packedger then get the platform Linux the extract it then find the app (I’ve downloaded games on the computer and never found the file) then open it then copy the iso file then it should work but if you really wanna do something cool you can change the boot loder to a design then enable auto sign in
Last edited by benji123good (Aug. 27, 2023 16:07:17)
- TheSmartGuy1234
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
wait .iso was just renamed .zip i didn't know thatYou might be able to make a zip file then put all the stuff on drive in there then name it qlack.iso then get a usb stick and install it on to there using Rufus and if you can’t install Rufus just install play on Linux then install Rufus then put it into the pc and put the Linux files from the usb drive in there then delete your other Linux filesYeah, but I need to find a software that can generate such an ISO. You should just get somthing that will auto start it then delete every thing els like unneeded Linux apps such as text editor and then go to turbowarp packedger then get the platform Linux the extract it then find the app (I’ve downloaded games on the computer and never found the file) then open it then copy the iso file then it should work but if you really wanna do something cool you can change the boot loder to a design then enable auto sign in
wait it isn't? okay cool
You could write a simple program to just change the .html that runs and just store the other files in like a folder or something if you want 100% automated.
at least i'm pretty sure coz i dont use linux coz i'm too lazy to install it
Last edited by TheSmartGuy1234 (Aug. 29, 2023 06:52:52)
It's AF day in my timzone.
ST: celebrate AF day in your timezones
Me: I live in new zealand
ST: oh no nononono
you use
sudo sh -c 'echo "text" > file'
echo 'text' | sudo tee file 1> /dev/null
Scroll* for more!
what are @SIMIA1358 and @TPRATTAY doing!??!?!
(2023/11/04 YEAR-MM-DD)
https://scratch-mit-edu.ezproxy.canberra.edu.au/discuss/topic/652044/?page=222#post-7453472
griffpatch appel is broken
Games snippet:
10. yFzZ3MgsySzJLMv8yBzIfMqcynzJ04zLbMi8yNzJvNjM2KzYPNgsybzJLMi8yOzYzMk8yHzY3MmMyhzKrNlcytzYnMpcy6Ncy3zJLNoMyCzI7NisyQzL7Mhc2QzYrMkcyUzI7MisyBzKjNicyfzLHMrMymzJnMocygzYk
- Discussion Forums
- » Advanced Topics
- » How do I convert SB3 to BOOTABLE ISO?