Discuss Scratch

TheSmartGuy1234
Scratcher
1000+ posts

How do I convert SB3 to BOOTABLE ISO?

J4ol wrote:

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”
or remove the taskbar program
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'
No, professionals use
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


Za_Chary wrote:


Games snippet:
10. yFzZ3MgsySzJLMv8yBzIfMqcynzJ04zLbMi8yNzJvNjM2KzYPNgsybzJLMi8yOzYzMk8yHzY3MmMyhzKrNlcytzYnMpcy6Ncy3zJLNoMyCzI7NisyQzL7Mhc2QzYrMkcyUzI7MisyBzKjNicyfzLHMrMymzJnMocygzYk
applejuiceproduc
Scratcher
1000+ posts

How do I convert SB3 to BOOTABLE ISO?

J4ol wrote:

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”
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.

A signature
J4ol
Scratcher
100+ posts

How do I convert SB3 to BOOTABLE ISO?

applejuiceproduc wrote:

(#362)

J4ol wrote:

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”
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.
You need tools to do it, I know how to get the tools

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.

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

[url=scratch.mit.edu/discuss/topic/557083/][img]u.cubeupload.com/RBC/FmjBtn.gif[/img][/url]


[SIGNATURE UNDER CONSTRUCTION]








*brainrot
J4ol
Scratcher
100+ posts

How do I convert SB3 to BOOTABLE ISO?

RobotChickens wrote:

(#364)
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.
We want something that can be open sourced, for all scratchers to use.

What if we use GitHub to modify a copy of Linux. Who was the One who made this a GitHub project?

Like This

TheSmartGuy1234 wrote:

(#361)

J4ol wrote:

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”
or remove the taskbar program
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?

J4ol wrote:

(#365)

RobotChickens wrote:

(#364)
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.
We want something that can be open sourced, for all scratchers to use.
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?

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

[url=scratch.mit.edu/discuss/topic/557083/][img]u.cubeupload.com/RBC/FmjBtn.gif[/img][/url]


[SIGNATURE UNDER CONSTRUCTION]








*brainrot
NexusSfan
Scratcher
100+ posts

How do I convert SB3 to BOOTABLE ISO?

ajskateboarder wrote:

Unironically the longest living AT thread But uhhhm what's going on here these days?
2021?!
The time flies by…

im a controversial man
Current progress on SB3 to ISO convertion:
—{Idea}—{Plan}—{Creation}—{Changes}—{Finalization}—{Completed}
pro project which is better than qlack os

benji123good wrote:

NexusSfan wrote:

benji123good wrote:

guys lets just switch to qlack os
no thats cringe os
Xd
applejuiceproduc
Scratcher
1000+ posts

How do I convert SB3 to BOOTABLE ISO?

RobotChickens wrote:

J4ol wrote:

(#365)

RobotChickens wrote:

(#364)
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.
We want something that can be open sourced, for all scratchers to use.
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?
There's a way yo remove the bootloader in linux… you can remove literally anything.

A signature
Swiftpixel
Scratcher
73 posts

How do I convert SB3 to BOOTABLE ISO?

RobotChickens wrote:

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)

Have you tried turning it on and off again?!
gamer20132020
Scratcher
100+ posts

How do I convert SB3 to BOOTABLE ISO?

RobotChickens wrote:

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?

gamer20132020 wrote:

RobotChickens wrote:

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?

gamer20132020 wrote:

I HAVE SERiOuSlY DoNe iT
WHAT
PLEASE SHARE ISO

Waakul wrote:

I might try to make a linux distro that does this somewhen
I am four parallel 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'
No, professionals use
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


Za_Chary wrote:


Games snippet:
10. yFzZ3MgsySzJLMv8yBzIfMqcynzJ04zLbMi8yNzJvNjM2KzYPNgsybzJLMi8yOzYzMk8yHzY3MmMyhzKrNlcytzYnMpcy6Ncy3zJLNoMyCzI7NisyQzL7Mhc2QzYrMkcyUzI7MisyBzKjNicyfzLHMrMymzJnMocygzYk
RobotChickens
Scratcher
500+ posts

How do I convert SB3 to BOOTABLE ISO?

Swiftpixel wrote:

(#370)
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)
This Is literally exactly what I was talking about…
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

[url=scratch.mit.edu/discuss/topic/557083/][img]u.cubeupload.com/RBC/FmjBtn.gif[/img][/url]


[SIGNATURE UNDER CONSTRUCTION]








*brainrot
gamer20132020
Scratcher
100+ posts

How do I convert SB3 to BOOTABLE ISO?

TheSmartGuy1234 wrote:

gamer20132020 wrote:

I HAVE SERiOuSlY DoNe iT
WHAT
PLEASE SHARE ISO
for some reason, it SITLL Boots into the Windows installer.

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



Linux is cool

@benji123good
@qlack
@androidxpert

Github username benji123good

Powered by DjangoBB