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
Jerry3904
Administrator
Posts: 23355
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#141 Post by Jerry3904 »

Nice to see you here, thanks for checking with us. I'll flag @dolphin_oracle who takes care of that side.
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
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Official Raspberry Pi Respin

#142 Post by dolphin_oracle »

there is a check file under /etc/ that oobe looks for before starting, assuming the file system is going to expand and reboot before setting the user up.

Code: Select all

#don't start on rpi first boot
FILE="/etc/rpi_skip_first_boot"
if [ -e "$FILE" ]; then
	rm "$FILE"
	exit 0
fi
so remove the checkfile, and the user setup will be presented.
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: 23355
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#143 Post by Jerry3904 »

I got this on the RPi Forum this morning @dolphin_oracle
Hi Jerrymxfb
I have tried to put mxlinux 23.6 respin into PINN, but it is currently not suitable for 2 reasons:

1. `/etc/resize-root-fs` assumes that the root partition is always partition number 2 as this is a hardcoded number, which will not be the case under PINN. It therefore tries to resize the wrong partition. Under PINN this often fails, but in my tests it can also end up with a missing partition 2 under some circumstances. I suggest looking at https://github.com/RPi-Distro/raspberry ... stboot#L24 for how Raspios does this. Also note that Raspios avoids resizing the rootfs IF partition 5 exists, which is their way of detecting use under NOOBS/PINN, as resizing is not normally necessary under PINN.

2. Booting mxlinux after installing with RPi-Imager loads a configuration script to enter user details and configure locales etc. After installing with PINN, or when mxlinux is not installed on partitions 1&2, this script does not run and it goes straight to the login prompt with user 'demo' which doesn't work. This could be because the resize-root-fs script has failed, but it could be another reason.

If you want this to install under PINN, these would need fixing. If they are just small script changes, PINN can apply some patches post installation to avoid having to create a whole new mxlinux release.
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
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Official Raspberry Pi Respin

#144 Post by dolphin_oracle »

what is PINN?

also, link doesn't work. 404 error.
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: 23355
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#145 Post by Jerry3904 »

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

Be OK
Posts: 139
Joined: Thu Aug 17, 2017 7:00 am

Re: Official Raspberry Pi Respin

#146 Post by Be OK »

Hello Jerry, Wondering if there are plans to make a trixie-pi respin ? As this pi 5 works smooth using it every day.Still a very happy user :)

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

Re: Official Raspberry Pi Respin

#147 Post by Jerry3904 »

Hi -- nothing you would call a "plan" yet, but we will get to it eventually. If you feel crazy, there is a long thread on how to go up yourself on the RPi Forum. If you want to try it out, be sure to look at the beginning and end in particular. FWIW: I don't think it will work with the MX version since they specify starting (among other things) with the RPi OS running labwc. But you never know...
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

Be OK
Posts: 139
Joined: Thu Aug 17, 2017 7:00 am

Re: Official Raspberry Pi Respin

#148 Post by Be OK »

@jerry3940 Its indeed a long story ,nice to follow but not for me to try.Just to old and forgetful :(
So i wait till the team brings out there version, that give that it works and problems solved mostly faster them lightning. No hurry, the then old version works good.

Post Reply

Return to “MX Help”