Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How do I convert SB3 to BOOTABLE ISO?
- TheSmartGuy1234
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
or remove the taskbar program All we need to do is
1. Pack Project For Linux
2. Edit Linux Install Disk and replace What ever loads the taskbar (Like how windows has explorer.exe) and replace it with the “start.sh” in the packed project. move all the files of the packed project TO THE FOLDER WERE YOU REPLACED THE TASKBAR PROGRAM!
3. Save files.
4. Install
5. You now have a OS GUI coded out of Scratch.
5.5. Want to boot it without installing? Boot to “Live Disk Test Mode”
TINYCORE LINUX
replace it by coping ONE file
TINYCORE LINUX
and make the boot into it using the same file
TINYCORE LINUX
Anyway, apparently TinyCore x64 uses Xfvdev instead of Xvesa. So maybe Firefox and stuff are somehow loading before Xfvdev? The showapps bootcode won't work though. Also, Xfvdev apparently doesn't want to work. Text mode sigh.
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
- applejuiceproduc
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
better than most plans, however as far as I know you can't edit an iso. However we could just use archiso which comes with all the base stuff for archlinux and edit that iso for the things you said. If we want some way to save data on the OS, we would need to make some way to install it, but for a start an iso that resets every time it's booted should be fine. All we need to do is
1. Pack Project For Linux
2. Edit Linux Install Disk and replace What ever loads the taskbar (Like how windows has explorer.exe) and replace it with the “start.sh” in the packed project. move all the files of the packed project TO THE FOLDER WERE YOU REPLACED THE TASKBAR PROGRAM!
3. Save files.
4. Install
5. You now have a OS GUI coded out of Scratch.
5.5. Want to boot it without installing? Boot to “Live Disk Test Mode”
A signature
- J4ol
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
(#362)You need tools to do it, I know how to get the toolsbetter than most plans, however as far as I know you can't edit an iso. However we could just use archiso which comes with all the base stuff for archlinux and edit that iso for the things you said. If we want some way to save data on the OS, we would need to make some way to install it, but for a start an iso that resets every time it's booted should be fine. All we need to do is
1. Pack Project For Linux
2. Edit Linux Install Disk and replace What ever loads the taskbar (Like how windows has explorer.exe) and replace it with the “start.sh” in the packed project. move all the files of the packed project TO THE FOLDER WERE YOU REPLACED THE TASKBAR PROGRAM!
3. Save files.
4. Install
5. You now have a OS GUI coded out of Scratch.
5.5. Want to boot it without installing? Boot to “Live Disk Test Mode”
Hello There
- RobotChickens
- Scratcher
500+ posts
How do I convert SB3 to BOOTABLE ISO?
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
Edit: There's even a way to remove the lock screen! That's awesome.
Last edited by RobotChickens (Feb. 8, 2024 13:58:15)
I will be refraining from active and frequent participation in forum discourse
until the Gen-Alpha Linguistic Epidemic* subsides into eradication,
if or when such an event will occur in the near future.
(Let me know when it's safe to come out. I'll be lurking in the ATs.)
✊ Support the suggestion HERE by adding this button to your signature ✊
until the Gen-Alpha Linguistic Epidemic* subsides into eradication,
if or when such an event will occur in the near future.
(Let me know when it's safe to come out. I'll be lurking in the ATs.)
✊ Support the suggestion HERE by adding this button to your signature ✊
[url=scratch.mit.edu/discuss/topic/557083/][img]u.cubeupload.com/RBC/FmjBtn.gif[/img][/url]
*brainrot
- J4ol
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
(#364)We want something that can be open sourced, for all scratchers to use.
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
What if we use GitHub to modify a copy of Linux. Who was the One who made this a GitHub project?
Like This
(#361)or remove the taskbar program All we need to do is
1. Pack Project For Linux
2. Edit Linux Install Disk and replace What ever loads the taskbar (Like how windows has explorer.exe) and replace it with the “start.sh” in the packed project. move all the files of the packed project TO THE FOLDER WERE YOU REPLACED THE TASKBAR PROGRAM!
3. Save files.
4. Install
5. You now have a OS GUI coded out of Scratch.
5.5. Want to boot it without installing? Boot to “Live Disk Test Mode”
TINYCORE LINUX
replace it by coping ONE file
TINYCORE LINUX
and make the boot into it using the same file
TINYCORE LINUX
Anyway, apparently TinyCore x64 uses Xfvdev instead of Xvesa. So maybe Firefox and stuff are somehow loading before Xfvdev? The showapps bootcode won't work though. Also, Xfvdev apparently doesn't want to work. Text mode sigh.
Last edited by J4ol (Feb. 8, 2024 16:53:42)
Hello There
- RobotChickens
- Scratcher
500+ posts
How do I convert SB3 to BOOTABLE ISO?
(#365)I'm sure there's a way to make a tool to modify a Windows install on-demand to make bootable ISOs. All the tool would need to do is add the application to the filesystem, change a registry value, and slap the concoction in an archive. (Windows to-go is like Linux live boot.) Also, is there a way to remove the lock screen on Linux?(#364)We want something that can be open sourced, for all scratchers to use.
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
I will be refraining from active and frequent participation in forum discourse
until the Gen-Alpha Linguistic Epidemic* subsides into eradication,
if or when such an event will occur in the near future.
(Let me know when it's safe to come out. I'll be lurking in the ATs.)
✊ Support the suggestion HERE by adding this button to your signature ✊
until the Gen-Alpha Linguistic Epidemic* subsides into eradication,
if or when such an event will occur in the near future.
(Let me know when it's safe to come out. I'll be lurking in the ATs.)
✊ Support the suggestion HERE by adding this button to your signature ✊
[url=scratch.mit.edu/discuss/topic/557083/][img]u.cubeupload.com/RBC/FmjBtn.gif[/img][/url]
*brainrot
- NexusSfan
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
2021?! Unironically the longest living AT thread But uhhhm what's going on here these days?
The time flies by…
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
- applejuiceproduc
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
There's a way yo remove the bootloader in linux… you can remove literally anything.(#365)I'm sure there's a way to make a tool to modify a Windows install on-demand to make bootable ISOs. All the tool would need to do is add the application to the filesystem, change a registry value, and slap the concoction in an archive. (Windows to-go is like Linux live boot.) Also, is there a way to remove the lock screen on Linux?(#364)We want something that can be open sourced, for all scratchers to use.
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
A signature
- Swiftpixel
- Scratcher
73 posts
How do I convert SB3 to BOOTABLE ISO?
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
I mentioned this a few weeks back, but it would be a hefty ISO
Have you tried turning it on and off again?!
- Swiftpixel
- Scratcher
73 posts
How do I convert SB3 to BOOTABLE ISO?
I just figured out how to pull this off
I'll use the Tiny10 ISO, use DISM to extract the disk with all the contents of the installation.
Then, there will be a batch script to open that wim/esd and finally add the index.html, and the program used to open it. (set as shell)
I'll use the Tiny10 ISO, use DISM to extract the disk with all the contents of the installation.
Then, there will be a batch script to open that wim/esd and finally add the index.html, and the program used to open it. (set as shell)
Have you tried turning it on and off again?!
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
You can use WinPE
EDIT: nvm, I don't think you can use that
Last edited by gamer20132020 (Feb. 9, 2024 18:08:35)
Check my github at https://github.com/zayoon013
- Swiftpixel
- Scratcher
73 posts
How do I convert SB3 to BOOTABLE ISO?
I'm not sure anyone has mentioned this yet, but you can replace the shell program in Windows with any .exe file. If anyone hasn't done it yet, I can make a tiny 10/Scratch iso bootable. (This is assuming you package the project as an Electron project with turbowarp)
Edit: There's even a way to remove the lock screen! That's awesome.
You can use WinPE
EDIT: nvm, I don't think you can use that
Sadly you can’t run web browsers or executables in winpe very easily
Have you tried turning it on and off again?!
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
wait i think i have an idea
Check my github at https://github.com/zayoon013
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
I HAVE DONE IT
Check my github at https://github.com/zayoon013
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
I HAVE SERiOuSlY DoNe iT
Check my github at https://github.com/zayoon013
- Waakul
- Scratcher
25 posts
How do I convert SB3 to BOOTABLE ISO?
I might try to make a linux distro that does this somewhen
- TheSmartGuy1234
- Scratcher
1000+ posts
How do I convert SB3 to BOOTABLE ISO?
WHAT I HAVE SERiOuSlY DoNe iT
PLEASE SHARE ISO
I am four I might try to make a linux distro that does this somewhenparallel universes weeks ahead of you.
EDIT: Try 10: fixed extension loading, Xvesa Xfbdev is going nuts. Firefox dependencies still doing fjuiemuewmfncowemuns and antidisestablishmentarianisms (just wanted to flex my spelling skillz). Figured out how to disable Ctrl+Alt+Delete. Brain gone nuts. EDIT: Idea. Use text mode. Do ~/.xsession on startup. Done. EDIT: GOT startx WORKING!!! But, Firefox still doesn't run after startx. The reason why It didn't work is, for some reason, my custom extension just isn't in the iso. ??? Anyways, fixing soon. (Note to self: corrupted .xsession, xsetup fix.)
Last edited by TheSmartGuy1234 (Feb. 14, 2024 04:51:39)
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
- RobotChickens
- Scratcher
500+ posts
How do I convert SB3 to BOOTABLE ISO?
(#370)This Is literally exactly what I was talking about…
I just figured out how to pull this off
I'll use the Tiny10 ISO, use DISM to extract the disk with all the contents of the installation.
Then, there will be a batch script to open that wim/esd and finally add the index.html, and the program used to open it. (set as shell)
Edit: Wouldn't it be eiser to set a packaged electron .exe file as the shell?
Last edited by RobotChickens (Feb. 12, 2024 13:13:01)
I will be refraining from active and frequent participation in forum discourse
until the Gen-Alpha Linguistic Epidemic* subsides into eradication,
if or when such an event will occur in the near future.
(Let me know when it's safe to come out. I'll be lurking in the ATs.)
✊ Support the suggestion HERE by adding this button to your signature ✊
until the Gen-Alpha Linguistic Epidemic* subsides into eradication,
if or when such an event will occur in the near future.
(Let me know when it's safe to come out. I'll be lurking in the ATs.)
✊ Support the suggestion HERE by adding this button to your signature ✊
[url=scratch.mit.edu/discuss/topic/557083/][img]u.cubeupload.com/RBC/FmjBtn.gif[/img][/url]
*brainrot
- gamer20132020
- Scratcher
100+ posts
How do I convert SB3 to BOOTABLE ISO?
for some reason, it SITLL Boots into the Windows installer.WHAT I HAVE SERiOuSlY DoNe iT
PLEASE SHARE ISO
Check my github at https://github.com/zayoon013
- benji123good
- Scratcher
36 posts
How do I convert SB3 to BOOTABLE ISO?
A good Idea Is To Get To Turbo Warp And Do Linux Application And Then You Can Install It I’d Recomend Doing Start roject Automatically BTW And Then Run Linux Mint And Set It Up To Automaticaly Log In As Admin And As The Admin Set It Up To Run The Aplication
- Discussion Forums
- » Advanced Topics
- » How do I convert SB3 to BOOTABLE ISO?