All people asking "Can I apply this to my current _INSERT OS HERE_ installation?": The short answer is no, you need to start over. If you already have a working installation of there is really no reason to switch to Berryboot. Berryboot is great for quickly and easily trying out different OSes (though your selection is limited), but ultimately it will never be as performant or resilient a setup as a native install of the same OS.
I loaded BB right onto my m.2 usb. I booted from it, selected it as my OS drive, booted from it again and downloaded Ubuntu and Raspbian without an SD card.
Omgoodness! Thank you! I had totally forgotten the name of berryboot and was confusing it with raspbian buster! I went back and re-watch all of your raspberry pi 4 videos trying to figure it out before I requested this video! I didn't think to check your raspberry Pi 3 videos! Thank you so much!
I was going to message you about Berryboot after seeing your BIOS Boot video earlier this month - Good video overview, loved the part on how to load custom OS's
what I'd really like is a way to set the next OS as I exit the loaded one. This would be a step toward making BerryBoot capable of headless operating and using scripted commands to choose the next OS. Or set an OS by closing a GPIO pin on boot, that would be neat.
I wish BerryBoot would let you install to multiple drives at once, as example an external NVMe drive, a USB Thumbdrive and the SD Card but you can always only choose one. And once you want to install them you can’t change anything about it anymore without formatting the destination drive again to put a new OS onto it :(
I'd like to see ETA PRIME use his influence to request more Raspberry Pi distros out there provide support/compatibility with USB booting. This is a big problem with a lot of images out there and it's nearly impossible (impossible for me, probably not impossible for people smarter than I am) to modify an existing distro to work with USB booting. Ultimately, I'd like to see network booting ... still waiting...
It's usually only a matter of editing /etc/fstab with proper identifiers for the new disk or partitions. Once it's all mounted, the drive the system is running on is irrelevant to Linux.
@@W1ldTangent By motioneyeos, it's more then only the "/etc/fstab". They've some/simmilar other fstab files and you've to correct the "/boot/cmdline.txt" file. So, in other words, it's not as hard, as most thought. One little downside this modification can have. Updates by the OS itself or kernel, could fail or, in the baddest situation, break the system, if some super genius people had static paths for the system, like motioneyeos... So, you've to update manually, by downloading the image and copy the files by hand, not flashing. My experience is, it will work without big issues.
You can boot berryboot to USB without an SD card installed but you do have to do extra steps I have placed this comment here so others may find it easier to find please fully read. also About naming's the boot volume to lower case boot is explain in a comment below by WakiMe about 2 months back from the date of this posting. To boot off the USB with out and SD in the drive can be done with most single os's install straight to the USB with out using berry boot. You can used the raspberry pi imager program to transfer your is to the USB. If you are using berry boot you can still boot strait to USB with out an SD installed but you have to add some options to the cmdline.txt file that is on the boot volume located on the USB. Requirements USB must have both a boot and data volume The boot volume must be labeled boot in lower case (I believe but not full tested) My data volume is labeled berryboot in lowercase (not sure if it matters) Now for the trick Run blkid from command line and you should see something like this /dev/loop0: TYPE="squashfs"" /dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="19B5-074F" TYPE="vfat" PARTUUID="###########" /dev/sda2: LABEL="berryboot" UUID="1b7c40-c24-498e-a408-6f16bac967" TYPE="ext4" PARTUUID="###########" you need the UUID values Your UUID values will be different than mine so make sure to uses yours The ####### Represents a value. Now edit the cmdline.txt file on the USB boot volume It should look something like this Before edit elevator=deadline quiet bootmenutimeout=30 After edit elevator=deadline quiet bootmenutimeout=30 datadev=UUID=1b7c40-c24-498e-a408-6f16bac967 bootdev=UUID=19B5-074F No " marks needed in the cmdline.txt file Now save , shutdown remove SD power on and it should boot to the USB berryboot Mine is working great.
Looks like it's the same partition for some reason. So I guess you can access the files just fine although you will need to figure out where each OS stores them.
@@paulstelian97 If I remember correctly, each OS is kept in it's own image on the designated data storage partition/drive so sharing between OSes would not be possible out of the box.
Probably a dumb question. I just recently subscribed to your channel and love the retro handheld reviews. Wanted to get your opinion on best handheld for NES, SNES, SEGA/SEGACD, N64 mainly and easiest to add more roms? Sorry for dumb question.
Good video as always. Not many images ready for the pi 4 sadly and many of those that are have issues. Strap yourself in for some frustration if using the pi 4.
No. You need the image to be in SquashFS format and it will be horrendously slow or even broken when decompressed. The way NOOBs compression works is much more reliable and provides better performance if you must have multiple OSes over USB
Hi, thanks for all the great videos. My question on this video is, can I run a Retro Gaming IMG from the external drive of my choice, or only Operating Systems?
This is really great, I have loved using berryboot on my pi3, but we had to wait for berryboot on the pi4 and I'm sure it's worth it, I did try the beta version my pi 4s, well I managed to kill two raspberry pi 4, so glad to see proper version, hopefully I'm not out ruining the hdmi on another pi 4.
To boot off the USB with out and SD in the drive can be done with most single os's install straight to the USB with out using berry boot. You can used the raspberry pi imager program to transfer your is to the USB. If you are using berry boot you can still boot strait to USB with out an SD installed but you have to add some options to the cmdline.txt file that is on the boot volume located on the USB. Requirements USB must have both a boot and data volume The boot volume must be labeled boot in lower case (I believe but not full tested) My data volume is labeled berryboot in lowercase (not sure if it matters) Now for the trick Run blkid from command line and you should see something like this /dev/loop0: TYPE="squashfs"" /dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="19B5-074F" TYPE="vfat" PARTUUID="###########" /dev/sda2: LABEL="berryboot" UUID="1b7c40-c24-498e-a408-6f16bac967" TYPE="ext4" PARTUUID="###########" you need the UUID values Your UUID values will be different than mine so make sure to uses yours The ####### Represents a value. Now edit the cmdline.txt file on the USB boot volume It should look something like this Before edit elevator=deadline quiet bootmenutimeout=30 After edit elevator=deadline quiet bootmenutimeout=30 datadev=UUID=1b7c40-c24-498e-a408-6f16bac967 bootdev=UUID=19B5-074F No " marks needed in the cmdline.txt file Now save , shutdown remove SD power on and it should boot to the USB berryboot Mine is working great.
Fantastic! Thank you. The link for the Rav Power SSD points to the 512GB model and I don't see a 1 TB on that page. Might you have a different link we could use? And what made you choose THAT particular SD over others? Thanks in advance for a reply! Appreciated!
Hi, nice video! I would like to run 2 different OS from one 64GB SD card. Most OS demand you to "Expand Filesystem" after installing. Is this still necessary? Which OS claims the free space? In your video the first OS showed it has 960GB free.....but how much free space does the other OS have. The sum it up...i'm confused ;-)
Is this the method you recommend for retro flag's new nespi 4 case with the cartridge? It seems like this would be the best option to fully take advantage of that case.
Hi Prime, I'm very new here, so if this is a dumb question, please forgive me. I've been watching a lot of your videos, and think I have gathered just enough information to be dangerous. Here is what I'm trying to do: I want to have Raspian and RetroPie both as fully functioning OSes. I am curious if BerryBoot will be the way to go for me. Right now, I'm thinking I'd like to have a large RetroPie image on SSD (either Vman or Wolf) and Raspian (or another OS) on SD to serve normal functions. Does this seem feasible and/or am I making this more complicated than it needs to be? Also, am I correct that BerryBoot would be the way to switch between the two?
Horseradish Power the 8gb doesn’t work with Berryboot in the stable build. There is a beta version which works great if you search my channel for 8gb Berryboot the link is in the description.
Hey Man as always good Vid and you always seem to hit on all the things that I happen to be working on. I know the subject may get a little to.o in depth to cover but could you do an advanced Berryboot tutorial? Like reserving drive space for each image? Making our own Berryboot images. I know that there are other questions about retro gaming. Retropie Berryboot IMG is available but what about rolling in one of 2plays! based images (VMan or Rick Dangerous). Thanks for all you do. I went to get an SSD but I wanted you to get some credit. Maybe put a link to the 1tb model (it's 20 bucks off right now)
With the new boot from USB option, I wonder if that would mean you could now boot twister from your SSD and how / if you would need to redo this. If so, would you create a backup or start fresh based on your usage of the OS.
Berry boot works great for backups and fresh starts but you will have problems with overclocking not sticking after reboot. If you load twister with out berry boot all should work fine but I believe fresh starts and multiple backups will be lost unless you can find another way to do them
Hey ETA, I had a question about Twister OS with berryboot. I got the image from the site shown in the video, and after installing I tried to update to 1.1, then to 1.2. After the 1.2 update I am not able to get past the login screen. Not sure if the image listed on berryboot image site was already 1.2 or if I am doing something wrong. Thanks again for an awesome video!
That's awesome, thanks for the video. How does Berryboot partition the SSD when installing multiple OS'? I'd like to dual boot PiOS and Lakka on an external SSD but am worried about the partition not leaving enough space for games on the Lakka partition.
Berry boot will give you all the free space left on the drive to all the OS's install. Each OS will subtract from that free space as stuff is store in them. The space available to each OS is flexible and stays that way until used.
A 'berry boot server' is referenced, so are we now dependent on that server being up and accessible to use the pi, or is that just for downloading the distro's shown in the video?
I don't know if anyone else shares this interest, but I would love to see a proper tutorial on how to set up a RPi to boot from a network source. I've seen other videos about it, but each has lost me at some point in the process or uses some piece of tech that I couldn't acquire in a reasonable time frame.
It is actually somewhat simple, and can be a real lifesaver if in a situation like remote signage installs where you can't easily reach to swap out a bad SD. Have you read the official page on NFS booting from RPi Foundation?
What is the minimum microSD card size for using BerryBoot? Can a 4GB microSD card work for the boot files of 2 or 3 OS'es? I will be using USB for full OS like in this video And a second question: what filesystem is the SSD/USB/HDD supposed to be? Is it also FAT32 like the SD card and USB with other OS'es?
curious on this. will it try to boot to the SSD once you setup berry boot if you have already previous setup the SSD to be the boot priority in the eeprom, or if Berry boot redoes the order?
so, tested this. Put the MicroSD in with BerryBoot. Installed Debian Buster Raspbian OS to the SSD, rebooted. It goes to Berry Boot, lets you select the OS from the SSD, then messes up when trying to boot in. Because it is jumped to SSD instead of the microSD first.
I know NOOBS, another bootloader, had the possibility to hack your way and delete the partition, rearrange partition tables and just boot directly off of the OS itself, but doing the reverse isn't gonna work that well. The same probably applies to this too.
I am going to try this soon as I just got my m.2 sata drive in the mail. So essentially you just put the berry boot files onto the micro sd, and download the OS’s to the SSD when prompted. Is that correct? Seems pretty straight forward. And then you leave the sd and ssd installed.
@@W1ldTangent really? Cool. I assumed as everyone was doing 8gb tutorials that the 64bit needed extra ram to operate for some stupid reason. Cheers for the advice, I'll give it a shot!! :-)
Hi, just to report that I followed your instructions and all went well until I decided to use as a first OS to use the raspbian os on the list. The problem that I found is that when I shutdown the Raspbian ot writes 3 files on the sdcard: recovery.bin, vl805.bin and vl805.sig. After this I cannot boot again using the sdcard. If i remove those files it works again. I lost several hours with this, off course it was not your instructions that originated the problem, it's something on the Raspbian image that writes on the sdcard. Thank you for your videos and keep the good work.
Can you do this with images that you already backed up? Also how would you repair or uninstall a broken image. Trying to figure if this is better then just booting w/out berry booot since now there is a working bootloader that will let you boot for usb.
When I try to copy the RPI OS to the USB drive 64GB already formatted FAT32, I am getting this error message. “The file 2020-05-27-raspios-buster-armhf.img is too large for the destination file system". Please provide me some feedback of what may cause this issue and how to solve it. Thanks in advance!!!
Thanks for the great tutorial. I have a problem though. I downloaded all my image files from berryboot just like you said, but when I extract them, the size of every single one of them is more than 4g and I can't move them to my 32g usb. What should I do?
Hypothetically speaking: I want to be able to multi boot retropi along with raspbian/standard OS off of a Micro SD card. With a higher speed, large size Micro SD, is this going to be feasible (inside the 8GB raspberry Pi 4) by installing these OS’s through the USB stick method?
If you are asking can the 8GB pi 4 be used with multi os's and through USB the answer is yes it can be as of 2/24/2021 you will need extra steps to get it to work To boot off the USB with out and SD in the drive can be done with most single os's install straight to the USB with out using berry boot. You can used the raspberry pi imager program to transfer your is to the USB. If you are using berry boot you can still boot strait to USB with out an SD installed but you have to add some options to the cmdline.txt file that is on the boot volume located on the USB. Requirements USB must have both a boot and data volume The boot volume must be labeled boot in lower case (I believe but not full tested) My data volume is labeled berryboot in lowercase (not sure if it matters) Now for the trick Run blkid from command line and you should see something like this /dev/loop0: TYPE="squashfs"" /dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="19B5-074F" TYPE="vfat" PARTUUID="###########" /dev/sda2: LABEL="berryboot" UUID="1b7c40-c24-498e-a408-6f16bac967" TYPE="ext4" PARTUUID="###########" you need the UUID values Your UUID values will be different than mine so make sure to uses yours The ####### Represents a value. Now edit the cmdline.txt file on the USB boot volume It should look something like this Before edit elevator=deadline quiet bootmenutimeout=30 After edit elevator=deadline quiet bootmenutimeout=30 datadev=UUID=1b7c40-c24-498e-a408-6f16bac967 bootdev=UUID=19B5-074F No " marks needed in the cmdline.txt file Now save , shutdown remove SD power on and it should boot to the USB berryboot Mine is working great.
so fucking helpful had a hard time thinking about how to do it I gotta 2tb m.2 and a 1tb m.2 that I plan on using on a retropie pie build. I also wanna overclock as well so Iplan on grabbing the ice tower cooler and I can use my artic mx4 thermal paste on it so I'm happy af
I used Berryboot on my RPI3B, I liked it a lot. But the only Cons there are 1) that you won't get kernel updates from the Distro, only when Berryboot updates. 2) Doing Berryboot updates manually can be annoying.
Is it possible to add berry boot files to micro SD cad after already setup with raspian 64 and changes? or does it have to be on SD before loading first time
Is there an optimized lakka OS for Raspi 4? I can only seem to find the image on the Lakka website. Would that image work? Or! Could I just run retropie or lakka on one of the os' (i.e. twister)?
Hi, I followed this video to setup my RPi 4 with an internal SSD Drive. I have two OS, Twister OS and Raspbian. The Twister OS boots up fine but if I select Raspbian it runs into trouble. How do I remove the faulty OS and reinstal it on BerryBoot without taking out the SD Card?
OK so booted back into BerryBoot and found the option to delete and add OS's. Did this but still cannot boot into Raspbian when it boots it stalls at A Start job is running for /dev/disk/by-label/boot (37s / 1min 30s). Then this eventually times out waiting for device. Then after a whole load of OK messages its says "You are in emergency mode followed by loads of other messages then, "cannot open access to console, the root system is locked. See sulogin(8) man page for more details.
@@Sternhammer89 did you get it to work? if not let me know and I will look into it. did you download a fresh copy of the raspbian from the berry boot menu? at first guest I it sounds like it can not find the media
@@Sternhammer89 Ok I believe I duplicated your error. For me if I try to boot raspberry os with berry boot and my boot partion is not labeled lower case boot it fails with that error after I changed the boot portions label back to lower case boot it worked just fine. Info on how to do this is given in a reply below by WakiMe
Hey after you install the os on the ssd or internal ssd could you remove the usb you used to install it with or it has to remain in the pi4 at all times for safe boot up ? also could you use the usb drive to install and run emulators on or could you just install them on the ssd drive via usb ? really wanna set mine up correctly any input would help thanks.
once you install the image from the USB you can remove that USB. what happens when you install an os it just copy's the berry boot image over to the berry boot data drive into the folder images. Hope that helps
Can BerryBoot allow you to share a Home Folder between two Linux Distro the way you can use certain settings with Grub to share a Home Folder between different distros? If it can that could prove useful.
Public Service Announcement: DO NOT USE A USB STICK FOR THIS. Flash memory is NOT made for this use. It will eat USB-Sticks like cereal. If you have to, at least make sure you're not swapping or read/writing larger amounts of data to the drive (this holds for those MicroSD cards as well).
Is it possible to create on a SSD with OS images another partition formated to FAT32 (without destroy BerryBoot ext3 partition)? I wanna use that external USB SSD disk also on windows machines.
I just ordered a Pi4 for my Arcade1up and it’s my first time using a Pi, so I appreciate all your tutorials.
I was literally headed to the bridge to jump - but found this video. Total lifesaver. Thanks!
All people asking "Can I apply this to my current _INSERT OS HERE_ installation?": The short answer is no, you need to start over. If you already have a working installation of there is really no reason to switch to Berryboot. Berryboot is great for quickly and easily trying out different OSes (though your selection is limited), but ultimately it will never be as performant or resilient a setup as a native install of the same OS.
I loaded BB right onto my m.2 usb. I booted from it, selected it as my OS drive, booted from it again and downloaded Ubuntu and Raspbian without an SD card.
I'm using Berry Boot since mid 2017 , on pi 3. And I still like that
Can you install Retropie on top of all of this?
Yes you can
Omgoodness! Thank you! I had totally forgotten the name of berryboot and was confusing it with raspbian buster! I went back and re-watch all of your raspberry pi 4 videos trying to figure it out before I requested this video! I didn't think to check your raspberry Pi 3 videos! Thank you so much!
Loved the video. Can you make one showing how to convert an OS into Squash format?
If it's in .img.xz format then use command $unxz filename (assuming you use linux).
Or just download it from the link in description
Plzzzz
I was going to message you about Berryboot after seeing your BIOS Boot video earlier this month - Good video overview, loved the part on how to load custom OS's
what I'd really like is a way to set the next OS as I exit the loaded one. This would be a step toward making BerryBoot capable of headless operating and using scripted commands to choose the next OS. Or set an OS by closing a GPIO pin on boot, that would be neat.
I wish BerryBoot would let you install to multiple drives at once, as example an external NVMe drive, a USB Thumbdrive and the SD Card but you can always only choose one. And once you want to install them you can’t change anything about it anymore without formatting the destination drive again to put a new OS onto it :(
Booking marking this one. Cool to see more that this can be done.
Love this little sbc so many things you can do with it.
yeah, and many of the operating systems and tools are developed by volunteers
ETA PRIME is a mad man with all these great links! thank you sir!
I'd like to see ETA PRIME use his influence to request more Raspberry Pi distros out there provide support/compatibility with USB booting. This is a big problem with a lot of images out there and it's nearly impossible (impossible for me, probably not impossible for people smarter than I am) to modify an existing distro to work with USB booting. Ultimately, I'd like to see network booting ... still waiting...
Network booting would be great, when Windows is stable on ARM
I'm with you Anjin. I'm sure it can be done but can we do it? Do you have the time to learn how, that's my problem.
they are open source so are the bootloaders you can do it yourself
It's usually only a matter of editing /etc/fstab with proper identifiers for the new disk or partitions. Once it's all mounted, the drive the system is running on is irrelevant to Linux.
@@W1ldTangent By motioneyeos, it's more then only the "/etc/fstab". They've some/simmilar other fstab files and you've to correct the "/boot/cmdline.txt" file. So, in other words, it's not as hard, as most thought. One little downside this modification can have. Updates by the OS itself or kernel, could fail or, in the baddest situation, break the system, if some super genius people had static paths for the system, like motioneyeos...
So, you've to update manually, by downloading the image and copy the files by hand, not flashing.
My experience is, it will work without big issues.
You can boot berryboot to USB without an SD card installed but you do have to do extra steps I have placed this comment here so others may find it easier to find please fully read. also About naming's the boot volume to lower case boot is explain in a comment below by WakiMe about 2 months back from the date of this posting.
To boot off the USB with out and SD in the drive can be done with most single os's install straight to the USB with out using berry boot. You can used the raspberry pi imager program to transfer your is to the USB. If you are using berry boot you can still boot strait to USB with out an SD installed but you have to add some options to the cmdline.txt file that is on the boot volume located on the USB.
Requirements
USB must have both a boot and data volume
The boot volume must be labeled boot in lower case (I believe but not full tested)
My data volume is labeled berryboot in lowercase (not sure if it matters)
Now for the trick
Run blkid from command line and you should see something like this
/dev/loop0: TYPE="squashfs""
/dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="19B5-074F" TYPE="vfat" PARTUUID="###########"
/dev/sda2: LABEL="berryboot" UUID="1b7c40-c24-498e-a408-6f16bac967" TYPE="ext4" PARTUUID="###########"
you need the UUID values
Your UUID values will be different than mine so make sure to uses yours
The ####### Represents a value.
Now edit the cmdline.txt file on the USB boot volume
It should look something like this
Before edit
elevator=deadline quiet bootmenutimeout=30
After edit
elevator=deadline quiet bootmenutimeout=30 datadev=UUID=1b7c40-c24-498e-a408-6f16bac967 bootdev=UUID=19B5-074F
No " marks needed in the cmdline.txt file
Now save , shutdown remove SD power on and it should boot to the USB berryboot
Mine is working great.
Quick question, are personal files accessible from any os installed on the SSD drive or just from the os you loaded them on ?
Looks like it's the same partition for some reason. So I guess you can access the files just fine although you will need to figure out where each OS stores them.
@@paulstelian97 If I remember correctly, each OS is kept in it's own image on the designated data storage partition/drive so sharing between OSes would not be possible out of the box.
They are store under their own is but because you can map the data volume you can gain access to all files from all os's hope that helps
Thanks! helped me ALOT. Like the long press to get the USB copy, well hidden for some reason.
Probably a dumb question. I just recently subscribed to your channel and love the retro handheld reviews. Wanted to get your opinion on best handheld for NES, SNES, SEGA/SEGACD, N64 mainly and easiest to add more roms? Sorry for dumb question.
Good video as always. Not many images ready for the pi 4 sadly and many of those that are have issues. Strap yourself in for some frustration if using the pi 4.
Of course you do this a day after I struggle with berry boot a lot
Very nice video.
will it work with windows 10?
thank you
Can i apply this setup to a 256gb wolfanos retropie setup? Thank you for sharing this video. Great as always
No. You need the image to be in SquashFS format and it will be horrendously slow or even broken when decompressed. The way NOOBs compression works is much more reliable and provides better performance if you must have multiple OSes over USB
I was wondering the same thing.
Hi, thanks for all the great videos. My question on this video is, can I run a Retro Gaming IMG from the external drive of my choice, or only Operating Systems?
Same question?
This is really great, I have loved using berryboot on my pi3, but we had to wait for berryboot on the pi4 and I'm sure it's worth it, I did try the beta version my pi 4s, well I managed to kill two raspberry pi 4, so glad to see proper version, hopefully I'm not out ruining the hdmi on another pi 4.
😰
Hello, good video, could you create video tutorial how to use only ssd without any usb flash or SD drive?
To boot off the USB with out and SD in the drive can be done with most single os's install straight to the USB with out using berry boot. You can used the raspberry pi imager program to transfer your is to the USB. If you are using berry boot you can still boot strait to USB with out an SD installed but you have to add some options to the cmdline.txt file that is on the boot volume located on the USB.
Requirements
USB must have both a boot and data volume
The boot volume must be labeled boot in lower case (I believe but not full tested)
My data volume is labeled berryboot in lowercase (not sure if it matters)
Now for the trick
Run blkid from command line and you should see something like this
/dev/loop0: TYPE="squashfs""
/dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="19B5-074F" TYPE="vfat" PARTUUID="###########"
/dev/sda2: LABEL="berryboot" UUID="1b7c40-c24-498e-a408-6f16bac967" TYPE="ext4" PARTUUID="###########"
you need the UUID values
Your UUID values will be different than mine so make sure to uses yours
The ####### Represents a value.
Now edit the cmdline.txt file on the USB boot volume
It should look something like this
Before edit
elevator=deadline quiet bootmenutimeout=30
After edit
elevator=deadline quiet bootmenutimeout=30 datadev=UUID=1b7c40-c24-498e-a408-6f16bac967 bootdev=UUID=19B5-074F
No " marks needed in the cmdline.txt file
Now save , shutdown remove SD power on and it should boot to the USB berryboot
Mine is working great.
For some reason, I'm unable to get the overclock to stick after applying and rebooting. The max still reads 1500
Hi,
Thanks for sharing. Is there 1 home folder or as many as OS installed ?
Each is should have its own home folder. But I do believe berry boot has the ability to setup shared info but have not played with that yet
A useful and brilliant video that's very concise and helpful. Thank you.
Gutes Video! Habe meinen Pi genauso installiert. 4GB Variante
Aloha ! i appreciate the mini tutorial , links and efforts . Mahalo, Claude
Fantastic! Thank you. The link for the Rav Power SSD points to the 512GB model and I don't see a 1 TB on that page. Might you have a different link we could use? And what made you choose THAT particular SD over others? Thanks in advance for a reply! Appreciated!
Interesting and useful! Thanks for this!
Hi, nice video! I would like to run 2 different OS from one 64GB SD card. Most OS demand you to "Expand Filesystem" after installing. Is this still necessary? Which OS claims the free space? In your video the first OS showed it has 960GB free.....but how much free space does the other OS have. The sum it up...i'm confused ;-)
Thanks this guide is very easy
Is this the method you recommend for retro flag's new nespi 4 case with the cartridge? It seems like this would be the best option to fully take advantage of that case.
Hi Prime,
I'm very new here, so if this is a dumb question, please forgive me. I've been watching a lot of your videos, and think I have gathered just enough information to be dangerous.
Here is what I'm trying to do: I want to have Raspian and RetroPie both as fully functioning OSes. I am curious if BerryBoot will be the way to go for me. Right now, I'm thinking I'd like to have a large RetroPie image on SSD (either Vman or Wolf) and Raspian (or another OS) on SD to serve normal functions. Does this seem feasible and/or am I making this more complicated than it needs to be? Also, am I correct that BerryBoot would be the way to switch between the two?
1:43 Shouldn't that be 1, 2, 4, 8 GB of RAM?
Still, thank you for the video.
I noticed that too.
Horseradish Power the 8gb doesn’t work with Berryboot in the stable build. There is a beta version which works great if you search my channel for 8gb Berryboot the link is in the description.
@@leepspvideo
The video states Raspberry Pi 4
1 Gigabyte, 2 Gigabits (256MB), 3 Gigabytes, and 4 Gigabytes.
@@leepspvideo I was pointing out that there was an error in the video.
Hopefully people will see your reply, and be of use to them.
The elusive 3 GB model is as rare as the 8 GB model in 2019.
I’m new to all this and would ❤️ an easy way to have these and also boot up a virtual man build just like RetroPie emulation station
My Berryboot does not show the "Other" option for additional distros.
Hi, is it already possible to multiboot without a SD card? So basically run everything from 1 ssd?
What if I have an OS already installed? How would that work?
Hey Man as always good Vid and you always seem to hit on all the things that I happen to be working on. I know the subject may get a little to.o in depth to cover but could you do an advanced Berryboot tutorial? Like reserving drive space for each image? Making our own Berryboot images. I know that there are other questions about retro gaming. Retropie Berryboot IMG is available but what about rolling in one of 2plays! based images (VMan or Rick Dangerous). Thanks for all you do. I went to get an SSD but I wanted you to get some credit. Maybe put a link to the 1tb model (it's 20 bucks off right now)
Can you make a tutorial on a berryboot installation with btrfs and how to make use of it?
Looking forward to using this 👍
Is there also a compatible RetropiOS Version that works this way?
when can I boot from a USB flash drive into Windows 10
With the new boot from USB option, I wonder if that would mean you could now boot twister from your SSD and how / if you would need to redo this.
If so, would you create a backup or start fresh based on your usage of the OS.
Berry boot works great for backups and fresh starts but you will have problems with overclocking not sticking after reboot. If you load twister with out berry boot all should work fine but I believe fresh starts and multiple backups will be lost unless you can find another way to do them
Hey ETA, I had a question about Twister OS with berryboot. I got the image from the site shown in the video, and after installing I tried to update to 1.1, then to 1.2. After the 1.2 update I am not able to get past the login screen. Not sure if the image listed on berryboot image site was already 1.2 or if I am doing something wrong. Thanks again for an awesome video!
That looks impressive.
Please make a video on how to instal etcher on raspbian os as in all videos windows based etcher is shown.
sudo apt install balena-etcher-electron
@@nikiforossarantoglou5917 already tried.. not working..
That's awesome, thanks for the video.
How does Berryboot partition the SSD when installing multiple OS'? I'd like to dual boot PiOS and Lakka on an external SSD but am worried about the partition not leaving enough space for games on the Lakka partition.
Berry boot will give you all the free space left on the drive to all the OS's install. Each OS will subtract from that free space as stuff is store in them. The space available to each OS is flexible and stays that way until used.
Raspberry Pi 4 8 Gigabyte Model ? Did I miss something?
yes, it's here for couple of days :)
Yeah, crawl out of rock.
Welcome to the internet
no you haven't missed anything in practical terms. No performance gains, just more ram, more apps can run at same time
got one ;) now that memory is no longer the limit, think i'll try natively compile android and stuff on this thing for fun
A 'berry boot server' is referenced, so are we now dependent on that server being up and accessible to use the pi,
or is that just for downloading the distro's shown in the video?
I don't know if anyone else shares this interest, but I would love to see a proper tutorial on how to set up a RPi to boot from a network source. I've seen other videos about it, but each has lost me at some point in the process or uses some piece of tech that I couldn't acquire in a reasonable time frame.
It is actually somewhat simple, and can be a real lifesaver if in a situation like remote signage installs where you can't easily reach to swap out a bad SD. Have you read the official page on NFS booting from RPi Foundation?
Great help thanks!!
Any way to hook up the SSD thru the micro SD slot? To keep all 4 USB ports open of course.
what about using Bluetooth mouse and keyboard to set-up BerryBoot or anytime the RPi boots up to select a different OS? Will that work?
What is the minimum microSD card size for using BerryBoot? Can a 4GB microSD card work for the boot files of 2 or 3 OS'es? I will be using USB for full OS like in this video
And a second question: what filesystem is the SSD/USB/HDD supposed to be? Is it also FAT32 like the SD card and USB with other OS'es?
1 question. i have already setup my raspian on my ssd. is it possible to use berry boot without formating my ssd again so everything is gone?
Same
curious on this. will it try to boot to the SSD once you setup berry boot if you have already previous setup the SSD to be the boot priority in the eeprom, or if Berry boot redoes the order?
so, tested this. Put the MicroSD in with BerryBoot. Installed Debian Buster Raspbian OS to the SSD, rebooted. It goes to Berry Boot, lets you select the OS from the SSD, then messes up when trying to boot in. Because it is jumped to SSD instead of the microSD first.
I know NOOBS, another bootloader, had the possibility to hack your way and delete the partition, rearrange partition tables and just boot directly off of the OS itself, but doing the reverse isn't gonna work that well. The same probably applies to this too.
In a word: no. The way Berryboot stores an OS image is very different to how it would be done normally for a single-boot system.
I am going to try this soon as I just got my m.2 sata drive in the mail. So essentially you just put the berry boot files onto the micro sd, and download the OS’s to the SSD when prompted. Is that correct? Seems pretty straight forward. And then you leave the sd and ssd installed.
Great Simple Tutorial!! Cheers. PS Is there any way of getting PiOS 64bit on a 4GB Pi4 do you know?
Just flash it to the SD.. it works.
@@W1ldTangent really? Cool. I assumed as everyone was doing 8gb tutorials that the 64bit needed extra ram to operate for some stupid reason. Cheers for the advice, I'll give it a shot!! :-)
For someone like me who only watches movies anime and hentai and no other use of computer in my life. This is the best
Any update on if we still need the usb for transferring Custom OS?
does this work with premade pi images(i.e. arcade punks images)?
Hey eta can you show how to install the agron 40 fan script PLEASE PLEASE PLEASE
Hi, just to report that I followed your instructions and all went well until I decided to use as a first OS to use the raspbian os on the list. The problem that I found is that when I shutdown the Raspbian ot writes 3 files on the sdcard: recovery.bin, vl805.bin and vl805.sig. After this I cannot boot again using the sdcard. If i remove those files it works again. I lost several hours with this, off course it was not your instructions that originated the problem, it's something on the Raspbian image that writes on the sdcard. Thank you for your videos and keep the good work.
3gb raspberry pi 4? 🤔
A mistake certainly :)
Get the 5.5Gb model, it's better.
Jonathan Mayer : Maybe a 7.62 GB model?
@@totophi obviously the best version is the 3.141592G PI
Can you do this with images that you already backed up? Also how would you repair or uninstall a broken image. Trying to figure if this is better then just booting w/out berry booot since now there is a working bootloader that will let you boot for usb.
My pi doesn't display anything
it is blank
When I try to copy the RPI OS to the USB drive 64GB already formatted FAT32, I am getting this error message. “The file 2020-05-27-raspios-buster-armhf.img is too large for the destination file system". Please provide me some feedback of what may cause this issue and how to solve it. Thanks in advance!!!
Next: Retrogaming comparison SD Card vs SSD 1 terabyte. SSD should give a little better performance on the harder to emulate stuff.
for example I installed ubuntu 18 what about editing the partitions? whether automatic or careful editing myself like installing ubuntu on a computer
thanks, thanks thanks, great video!
It's like a Ventoy right?
Thanks for the great tutorial. I have a problem though. I downloaded all my image files from berryboot just like you said, but when I extract them, the size of every single one of them is more than 4g and I can't move them to my 32g usb. What should I do?
format your usb key in ExFat
you sir are a legend
Hi Sir is it required to upgrade the EEProm of the Raspberry PI4 to the latest in order for this to work?
Hypothetically speaking: I want to be able to multi boot retropi along with raspbian/standard OS off of a Micro SD card. With a higher speed, large size Micro SD, is this going to be feasible (inside the 8GB raspberry Pi 4) by installing these OS’s through the USB stick method?
If you are asking can the 8GB pi 4 be used with multi os's and through USB the answer is yes it can be as of 2/24/2021
you will need extra steps to get it to work
To boot off the USB with out and SD in the drive can be done with most single os's install straight to the USB with out using berry boot. You can used the raspberry pi imager program to transfer your is to the USB. If you are using berry boot you can still boot strait to USB with out an SD installed but you have to add some options to the cmdline.txt file that is on the boot volume located on the USB.
Requirements
USB must have both a boot and data volume
The boot volume must be labeled boot in lower case (I believe but not full tested)
My data volume is labeled berryboot in lowercase (not sure if it matters)
Now for the trick
Run blkid from command line and you should see something like this
/dev/loop0: TYPE="squashfs""
/dev/sda1: LABEL_FATBOOT="boot" LABEL="boot" UUID="19B5-074F" TYPE="vfat" PARTUUID="###########"
/dev/sda2: LABEL="berryboot" UUID="1b7c40-c24-498e-a408-6f16bac967" TYPE="ext4" PARTUUID="###########"
you need the UUID values
Your UUID values will be different than mine so make sure to uses yours
The ####### Represents a value.
Now edit the cmdline.txt file on the USB boot volume
It should look something like this
Before edit
elevator=deadline quiet bootmenutimeout=30
After edit
elevator=deadline quiet bootmenutimeout=30 datadev=UUID=1b7c40-c24-498e-a408-6f16bac967 bootdev=UUID=19B5-074F
No " marks needed in the cmdline.txt file
Now save , shutdown remove SD power on and it should boot to the USB berryboot
Mine is working great.
We can use SSD boot, berry boot, multi OS all on one SSD drive now?
so fucking helpful had a hard time thinking about how to do it I gotta 2tb m.2 and a 1tb m.2 that I plan on using on a retropie pie build. I also wanna overclock as well so Iplan on grabbing the ice tower cooler and I can use my artic mx4 thermal paste on it so I'm happy af
Is retropie considered an operating system and could I do this to select multiple retropie images?
Where can i get the files for the raspberry pi zero?
after the updates the last months it is possible to boot from a usb drive by default.
Do you still need a microSDcard to setup BerryBoot ?
I used Berryboot on my RPI3B, I liked it a lot. But the only Cons there are 1) that you won't get kernel updates from the Distro, only when Berryboot updates. 2) Doing Berryboot updates manually can be annoying.
Does this mean we can't use partition in the Ssd anymore ? The whole ssd need to be formatted to ext4?
Is it possible to add berry boot files to micro SD cad after already setup with raspian 64 and changes? or does it have to be on SD before loading first time
What about a SATA HAT for the Raspberry Pi IV.
Is there an optimized lakka OS for Raspi 4? I can only seem to find the image on the Lakka website. Would that image work?
Or! Could I just run retropie or lakka on one of the os' (i.e. twister)?
Hi, I followed this video to setup my RPi 4 with an internal SSD Drive. I have two OS, Twister OS and Raspbian. The Twister OS boots up fine but if I select Raspbian it runs into trouble. How do I remove the faulty OS and reinstal it on BerryBoot without taking out the SD Card?
OK so booted back into BerryBoot and found the option to delete and add OS's. Did this but still cannot boot into Raspbian when it boots it stalls at A Start job is running for /dev/disk/by-label/boot (37s / 1min 30s). Then this eventually times out waiting for device. Then after a whole load of OK messages its says "You are in emergency mode followed by loads of other messages then, "cannot open access to console, the root system is locked. See sulogin(8) man page for more details.
@@Sternhammer89 did you get it to work? if not let me know and I will look into it. did you download a fresh copy of the raspbian from the berry boot menu? at first guest I it sounds like it can not find the media
@@Sternhammer89 Ok I believe I duplicated your error. For me if I try to boot raspberry os with berry boot and my boot partion is not labeled lower case boot it fails with that error after I changed the boot portions label back to lower case boot it worked just fine. Info on how to do this is given in a reply below by WakiMe
If your SSD is not formatted will it be recognized by Berry Boot so you can format it?
Hey after you install the os on the ssd or internal ssd could you remove the usb you used to install it with or it has to remain in the pi4 at all times for safe boot up ? also could you use the usb drive to install and run emulators on or could you just install them on the ssd drive via usb ? really wanna set mine up correctly any input would help thanks.
once you install the image from the USB you can remove that USB. what happens when you install an os it just copy's the berry boot image over to the berry boot data drive into the folder images. Hope that helps
what about partitioning. For example I have a 250 GB SSD
50GB for lets say Twister OS and 200 for recalbox
Could you copy berryboot into the ssd instead of the microSD? And boot the raspberryPI only with the ssd.
Is your raspberry pi fast because of ssd or because it's 8gb or because of berryboot or thats just the way it is.
Can BerryBoot allow you to share a Home Folder between two Linux Distro the way you can use certain settings with Grub to share a Home Folder between different distros? If it can that could prove useful.
Will this work for multiple retro gaming images???
My thoughts exactly
Public Service Announcement: DO NOT USE A USB STICK FOR THIS.
Flash memory is NOT made for this use. It will eat USB-Sticks like cereal. If you have to, at least make sure you're not swapping or read/writing larger amounts of data to the drive (this holds for those MicroSD cards as well).
Is it possible to create on a SSD with OS images another partition formated to FAT32 (without destroy BerryBoot ext3 partition)? I wanna use that external USB SSD disk also on windows machines.
How does this share ssd between OSs.? I was looking for some info online but no luck. Do all os share thw same space or is it being partitioned?
This is awesome