Booting Linux off of Google Drive

https://ersei.net/en/blog/fuse-root

312 points · 27 comments · view on lemmy.world

27 Comments

sugartits@lemmy.world · 166 pts · 2y (5 replies)

If you use a swapfile on that setup...

Does that mean you've literally DOWNLOADED RAM???

exu@feditown.com · 21 pts · 2y
555_2@lemmy.world · 14 pts · 2y

Felony!!!

Manmoth@lemmy.ml · 4 pts · 2y

Lol this is exactly where my mind went

Reddfugee42@lemmy.world · 3 pts · 2y

YOU WOULDN'T DOWNLOAD A RAM

mexicancartel@lemmy.dbzer0.com · 2 pts · 2y

I remember LinusTechTips doing this with that title. But atleadt that was swap only on gdrive now this is full os in gdrive

PumpkinEscobar@lemmy.world · 108 pts · 2y (1 reply)

Respect, but...

image

thebardingreen@lemmy.starlightkel.xyz · 67 pts · 2y

Linux uh... Finds a way.

harry315@feddit.de · 106 pts · 2y (1 reply)

Ladies, gentlemen, none of the above. We have come full circle. The mainframe + Terminal combination is back

Revan343@lemmy.ca · 52 pts · 2y

Mainframes are just other people's computers

rimu@piefed.social · 44 pts · 2y

That's some God tier linux wizardry

boredsquirrel@slrpnk.net · 38 pts · 2y

Not Stallman approved

sunzu@kbin.run · 36 pts · 2y (1 reply)

How is that latency haha

InternetCitizen2@lemmy.world · 5 pts · 2y

Competitive with 1970s?

cygnus@lemmy.ca · 10 pts · 2y

Systemd FTW

Bali@lemmy.world · 9 pts · 2y

The first paragraph is savage LOL

mal3oon@lemmy.world · 6 pts · 2y

If he only went with void instead of arch, it's just cheating using a systemd distri

ajussak@piaille.fr · 6 pts · 2y (5 replies)

@Chewy7324 It seems be fun but the latency should be terrible 😅

evidences@lemmy.world · 12 pts · 2y (3 replies)

Latency isn't the only issue.

it's slow, symbolic and hard linking don't work correctly, and permissions and attributes aren't recorded.

Jolteon@lemmy.zip · 7 pts · 2y (2 replies)

You could have a secondary layer that tarred every file on write, since tar maintains permission flags. It could also fix symbolic linking, but not hard linking. As an added benefit, it would drastically reduce the usefulness of the system.

qaz@lemmy.world · 4 pts · 2y (1 reply)

What about using a Google Sheets spreadsheet with the file content encoded in BASE64?

Sparky@lemmy.blahaj.zone · 2 pts · 2y

You maniac... What are you gonna do next? Run a cpu in a spreadsheet? Oh wait...

aBundleOfFerrets@sh.itjust.works · 5 pts · 2y

Once it all gets to ram, you should be just fine

mvirts@lemmy.world · 5 pts · 2y

Now this is why foss software is important 😁

MonkderDritte@feddit.de · 3 pts · 2y (3 replies)
[ removed ]
progandy@feddit.de · 3 pts · 2y (1 reply)

You can make it work mostly that way. Create a UKI (unified kernel image including EFI stub loader, kernel, initial filesystem and kernel parameters), then tell uefi to directly boot it. The four steps still run, but using only a single file.

MonkderDritte@feddit.de · 1 pts · 2y

Arch and Gentoo wiki only mention systemd-stub, are unified kernel images not possible with other init systems? With efistub seems possible but i couldn't get that to work on my MB.

Edit: i found something to Alpine Linux.

Quereller@lemmy.one · 1 pts · 2y

Is coreboot doing something like this?