Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Installer] [powerpc] ISO not booting without manual intervention (disk/by-label) #23

Open
mozgwar opened this issue May 10, 2021 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mozgwar
Copy link

mozgwar commented May 10, 2021

Hi,
on my two ibook G4 the cd is booting
but the ramdisk can't find and mount the cd itself
and I get stuck at the ramdisk command line

@kth5
Copy link
Owner

kth5 commented May 10, 2021

This is a known issue which we haven't had time to figure out yet. The problem is the kernel not exposing a device in /dev/disk/by-label in time.

This is the simple work around once you dropped into the emergency shell:

$ mount /dev/cdrom /var/run/archiso/bootmnt
$ ^+D
$ ^+D

Yes, that's logging out/exiting twice. After mounting /dev/cdrom the label will appear and the process fix itself.

Hopefully will be able to spend time on this soon but otherwise, patches are welcome.

@kth5 kth5 changed the title iso not working on iBook G4 [Installer] [powerpc] ISO not booting without manual intervention (disk/by-label) May 10, 2021
@kth5 kth5 added bug Something isn't working help wanted Extra attention is needed labels May 10, 2021
@mozgwar
Copy link
Author

mozgwar commented May 10, 2021

udevadm trigger seems to work too

@kth5
Copy link
Owner

kth5 commented May 10, 2021

udevadm trigger seems to work too

Interesting observation! I think this is a pretty good lead into how the problem can be solved. Thanks!

@kth5
Copy link
Owner

kth5 commented Dec 6, 2022

I recently aquired a Dual Core G5 2.0ghz and it had no issues finding the boot volume. I'm trying to find the differences between 32bit platforms and here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants