Re: MX-23 Rpi Respin -- Beta testing
- dolphin_oracle
- Developer
- Posts: 22023
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Rpi Respin -- Beta testing
@fehlix on the resize of the OS thing, the imgtool we are using creates a file "/etc/resize-root-fs" that may be of use for use with the UUID. not sure if it applies or not. it creates an init.d script, and is called from rc.local on a first boot. this is setup script is also the source of the first reboot. the init.d script is created during the first pass, on reboot at init 3 the file system is resized, and then the init.d script is disabled.
all this happens before oobe starts at init 5.
which implies this could be done without the reboot if the init.d script existed on the first boot. and maybe an opportunity to mess with the UUID.
the rpi's fstab uses the PARTUUID so they don't particularly care about the filesystem UUID.
the disk is still mounted at that point, so probably not a good spot.
all this happens before oobe starts at init 5.
which implies this could be done without the reboot if the init.d script existed on the first boot. and maybe an opportunity to mess with the UUID.
the rpi's fstab uses the PARTUUID so they don't particularly care about the filesystem UUID.
the disk is still mounted at that point, so probably not a good spot.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-23 Rpi Respin -- Beta testing
I thought I would share this comment on the intro video we have up; for me it captures much of the pleasure I get from working with the whole MX Team:
Thank you for all the work of making an Xfce build for the Pi in MX-23 and for this video tour. I especially appreciate the informal conversational approach; it's like having a friend over who brought MX-23 on a micro-SD card to share. (I especially like not editing out any small glitches like, "I'm not going to start... [tool starts] Oh. I guess I am." Really adds to the "just chillin' out and MX-ing with friends" atmosphere.) Thanks again!
Production: 5.10, 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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX-23 Rpi Respin -- Beta testing
Yeah, I looked into the resize part thing. They seem to enlarge with parted even so rootfs is mounted.dolphin_oracle wrote: ↑Thu Dec 28, 2023 12:04 pm @fehlix on the resize of the OS thing, the imgtool we are using creates a file "/etc/resize-root-fs" that may be of use for use with the UUID. not sure if it applies or not. it creates an init.d script, and is called from rc.local on a first boot. this is setup script is also the source of the first reboot. the init.d script is created during the first pass, on reboot at init 3 the file system is resized, and then the init.d script is disabled.
all this happens before oobe starts at init 5.
which implies this could be done without the reboot if the init.d script existed on the first boot. and maybe an opportunity to mess with the UUID.
the rpi's fstab uses the PARTUUID so they don't particularly care about the filesystem UUID.
the disk is still mounted at that point, so probably not a good spot.
And they seem to use intentianally PARTUUID, b/c on dos drive is PARTUUID is generated based "Disk Identifier" + part-number, and they try to change "Disk identifier" and adjusting fstab accordingly,
But is I see it, they fail to set either Disk Identifier, at at least PARTUUID seems to be unchanged, and always identical to the one on the image. need a look closer, maybe we can do it differently, for both UUID's ...
- chrispop99
- Global Moderator
- Posts: 3323
- Joined: Tue Jan 27, 2009 2:07 pm
Re: MX-23 Rpi Respin -- Beta testing
In the Wiki>rpi-tips, the Miscellaneous section mentions that if using auto-login, Chrome will ask for a password the first time after every session start, but it only does that now once after a new install. Can that Wiki entry be corrected to reflect the change?
Chris
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Re: MX-23 Rpi Respin -- Beta testing
Of course--I have been changing it almost every day! I thought I had tested that this morning, so will take another look.
Thanks for looking at it.
Thanks for looking at it.
Production: 5.10, 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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX-23 Rpi Respin -- Beta testing
OK, I did check it. I now have autologin selected (via raspi-config), and CHROMIUM asks me for the password every new boot.
I installed with no autologin, then changed, so I wonder if there's a conflict there?
EDIT: in ~/.local/share/keyrings I see two items: login.keyring and user.keystore. I'm going to delete the folder, log out/in and try again.
EDIT2: did that, even rebooted a couple of times with no change. May have to use MX User, it's possible that raspi-config can't carry out the necessary change (?).
EDIT3: MX User already had me registered for autologin. So I logged out/in and this time Chromium did not ask.
I installed with no autologin, then changed, so I wonder if there's a conflict there?
EDIT: in ~/.local/share/keyrings I see two items: login.keyring and user.keystore. I'm going to delete the folder, log out/in and try again.
EDIT2: did that, even rebooted a couple of times with no change. May have to use MX User, it's possible that raspi-config can't carry out the necessary change (?).
EDIT3: MX User already had me registered for autologin. So I logged out/in and this time Chromium did not ask.
Production: 5.10, 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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- chrispop99
- Global Moderator
- Posts: 3323
- Joined: Tue Jan 27, 2009 2:07 pm
Re: MX-23 Rpi Respin -- Beta testing
I set auto login during the install process, and only get the keyring request once. It doesn't happen after subsequent reboots.
Chris
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Re: MX-23 Rpi Respin -- Beta testing
Well it doesn't work if autologin is set up after installation, apparently. I just ran a reboot and was asked once again for a pwd. I'll just wait for @fehlix and @dolphin_oracle to take a look.
Production: 5.10, 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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22023
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Rpi Respin -- Beta testing
its supposed to ask for the keyring login if autologin is enabled. I can't say what hilariousness the rpi folks have done to chromium that might change expected behavior, and I'm not particularly worried about it.
my system asks everytime if I'm using autologin.
my system asks everytime if I'm using autologin.
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.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: MX-23 Rpi Respin -- Beta testing
So I should leave the Tips as it is, I guess, at least for now. @chrispop99 Were you testing that on the Pi 5 or the Pi 4?
About to do a new installation ...
About to do a new installation ...
Production: 5.10, 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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin