Official Raspberry Pi Respin

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
timkb4cq
Developer
Posts: 3615
Joined: Wed Jul 12, 2006 4:05 pm

Re: Official Raspberry Pi Respin

#31 Post by timkb4cq »

Sorry, that was a typo

Code: Select all

e2fsck -f/dev/mmcblk1p2
e2fsprogs (which contains e2fsck) should be installed already.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
Jerry3904
Administrator
Posts: 23333
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#32 Post by Jerry3904 »

OK. But there is no such entry for mmcblk1p2, just mmcblk1, and if I try to use that I get rejected:

Code: Select all

orangepi@orangepi5:~$ sudo e2fsck -f /dev/mmcblk1p2
e2fsck 1.46.2 (28-Feb-2021)
e2fsck: No such file or directory while trying to open /dev/mmcblk1p2
Possibly non-existent device?
I do see this under /media:

Code: Select all

/media/orangepi/rootfs/
Before I destroy my system, should I use that instead?
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
timkb4cq
Developer
Posts: 3615
Joined: Wed Jul 12, 2006 4:05 pm

Re: Official Raspberry Pi Respin

#33 Post by timkb4cq »

I honestly don't know.
I have my Orange Pi set up with schroots for compiling arm64 & armhf packages as needed and have been reluctant to experiment too much lest I mess up a working system.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
Jerry3904
Administrator
Posts: 23333
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#34 Post by Jerry3904 »

A nice compliment today on the RPi Forum:
Enfin, pour ceux qui recherchent un système avec beaucoup de programmes et d'options, MxLinux est vraiment top!
"Finally, for those looking for a system with lots of programs and options, MxLinux is really top-notch!"

France has currently the 4th most downloads among the 86 countries listed on the SF page.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
chrispop99
Global Moderator
Posts: 3376
Joined: Tue Jan 27, 2009 2:07 pm

Re: Official Raspberry Pi Respin

#35 Post by chrispop99 »

Jerry3904 wrote: Thu Jan 18, 2024 6:32 am A nice compliment today on the RPi Forum:
Enfin, pour ceux qui recherchent un système avec beaucoup de programmes et d'options, MxLinux est vraiment top!
"Finally, for those looking for a system with lots of programs and options, MxLinux is really top-notch!"
That is great!

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

skallal
Posts: 258
Joined: Fri Jul 28, 2023 12:47 pm

Re: Official Raspberry Pi Respin

#36 Post by skallal »

I got my Pi 4 w/ 4 GB RAM performance increased with a left over Samsung sata 250 GB SSD. Now booting from the SSD. Bought a sata to USB 3 adapter and it's a definite improvement over an sd card! Increased the swap file to 2 GB to compensate for lower RAM.

So far the SSD is holding out as it's at least 10 years old and I'll need to keep an eye on it for failures. It's probably not as fast as newer ones. NVMe is only an option for the Pi 5 AFAIK.

Curious if the other users and testers were using sd cards or SSDs? My Pi is at the low end of the supported hardware spectrum.

User avatar
chrispop99
Global Moderator
Posts: 3376
Joined: Tue Jan 27, 2009 2:07 pm

Re: Official Raspberry Pi Respin

#37 Post by chrispop99 »

skallal wrote: Fri Jan 19, 2024 3:49 pm I got my Pi 4 w/ 4 GB RAM performance increased with a left over Samsung sata 250 GB SSD. Now booting from the SSD. Bought a sata to USB 3 adapter and it's a definite improvement over an sd card! Increased the swap file to 2 GB to compensate for lower RAM.

So far the SSD is holding out as it's at least 10 years old and I'll need to keep an eye on it for failures. It's probably not as fast as newer ones. NVMe is only an option for the Pi 5 AFAIK.

Curious if the other users and testers were using sd cards or SSDs? My Pi is at the low end of the supported hardware spectrum.
I've used a Pi 4 with both SD cards and SSDs. The biggest benefit of SSDs IMO is consistent performance across makes. USB 3 is the bottleneck of the Pi, and even older or cheap SSDs are faster than that.

SD cards vary enormously in performance, even between different capacity ones from the same maker's range. The fastest SD cards are almost as good as the SSDs vis USB 3.

Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines

User avatar
dolphin_oracle
Developer
Posts: 22463
Joined: Sun Dec 16, 2007 12:17 pm

Re: Official Raspberry Pi Respin

#38 Post by dolphin_oracle »

Usb3 stick. Not a ssd. Still faster than the sd cards I’ve tried.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Jerry3904
Administrator
Posts: 23333
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#39 Post by Jerry3904 »

On my Pi 5 I used the command

Code: Select all

sudo rpi-eeprom-config --edit
to check the boot order (only used "--edit" b/c I thought I needed to change it) and saw it was by default:

Code: Select all

BOOT_ORDER=0xf641
The RPi Documentation explains that that means (reading from R to L) first boot to SD, then USB, then NVMe. So I used RPi Card Copier to flash my running MX Linux install to a minimal format USB (SanDisk Ultra Fit), then rebooted with the SD removed: nada except a flashing red power button.

Booted back to the SD, ran rpi-config > Advanced Options > Boot Order and selected "B1" for SD first and NVMe or USB. Rebooted without the SD and all works as expected. Opens up all sorts of options: recovery, trying another OS, etc.
You do not have the required permissions to view the files attached to this post.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

skallal
Posts: 258
Joined: Fri Jul 28, 2023 12:47 pm

Re: Official Raspberry Pi Respin

#40 Post by skallal »

One tool absent from this respin is MX Snapshot. I assume this is because a whole drive can be easily cloned? My current usage is about 14.5 GB on a 250 GB SSD or 6%.

I never fully understood MX Snapshot on the standard x64 build. There's a YouTube video singing its praises.

Post Reply

Return to “MX Help”