Page 2 of 4

Re: MintPPC

Posted: Wed Apr 23, 2025 8:27 am
by Hypex
@musa

So I tried this libglamoregl fix. I didn't expect removing a library to work. And thought it best to remove the whole package or disable it but simple renaming looks easier. In my case it didn't help much. In fact it almost reverted my system back to the state it was in. I loaded up the web browser and it took the system down again. Looks like any GUI applications I can use will be limited to the file browser. My old video card is too new for the PPC Radeon drivers! :-)

Re: MintPPC

Posted: Mon May 19, 2025 11:44 am
by xeno74
FYI:
mintppc wrote: Mon May 19, 2025 11:34 am The link to the new MintPPC32-2025-llive-root.img.gz is here:
https://drive.google.com/file/d/1GHfoVL ... sp=sharing
It is a single root partition. You guys know how to deal with this as you have your own bootloader.

Re: MintPPC

Posted: Tue May 20, 2025 12:55 pm
by musa
Hi
I made a mintppc usbdisk off the img file
Then I boot with a kernel .
Boot fine but run into a read only system
with error sysv service /etc/init.d/ preload lack a native systemd unit file
ended up in a promt .
Maybe change UUID= in fstap
I will be back

Re: MintPPC

Posted: Tue May 20, 2025 1:54 pm
by xeno74
Hi Musa,

You need to modify /etc/fstab because it looks for the UUIDs (3 partitions) from the /etc/fstab and therefore it doesn’t boot.

Code: Select all

/dev/vda / ext4 errors=remount-ro  0  1
startx as the user mintppc doesn’t work so I log in as root and start X11 with startx. After logout I was able to select another desktop.

Users:

root -> password mintppc
mintppc -> password mintppc

Cheers,
Christian

Re: MintPPC

Posted: Wed May 21, 2025 9:39 am
by xeno74
Sorry, I have forgotten to switch from serial0 output to virtio-gpu-pci on QEMU yesterday. Of course the lxdm display manager works if I use virtio-gpu-pci. It starts automatically and I can choose Mint-LXDE, LXDE, Openbox, Default, Default Xsession and Xfce Session and login with mintppc.

Re: MintPPC

Posted: Fri May 23, 2025 5:56 am
by xeno74
Great news because of the issue with the new Mesa. :-)
mintppc wrote: Thu May 22, 2025 4:48 pm I wrote a post on my blog how to downgrade the mesa packages in Debian sid powerpc / MintPPC32.
https://www.u58733p55594.web0093.zxcs-k ... rade-mesa/

Re: MintPPC

Posted: Fri May 23, 2025 10:26 am
by musa
Hi
When mintppc boots, I end up at debian login: for 1 sec. and then a flashing cursor for 2 sec and then back again.
Any suggestions on how to stop this so I can log in?
Have a nice day

Re: MintPPC

Posted: Fri May 23, 2025 10:29 am
by xeno74
musa wrote: Fri May 23, 2025 10:26 am Hi
When mintppc boots, I end up at debian login: for 1 sec. and then a flashing cursor for 2 sec and then back again.
Maybe you have to switch to TTY7. (CTRL + ALT + F7)
QEMU: CTRL + WIN + F7

Re: MintPPC

Posted: Fri May 23, 2025 11:40 am
by musa
Hi
No I cant do that. It is the same. Maybe if I could stop x from trying to start. If it is x there trying to start

Re: MintPPC

Posted: Sat May 24, 2025 6:36 am
by xeno74
musa wrote: Fri May 23, 2025 11:40 am Hi
No I cant do that. It is the same. Maybe if I could stop x from trying to start. If it is x there trying to start
Can you log in via console?