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

Open
opened 2021-05-10 18:27:21 +00:00 by mozgwar · 4 comments
mozgwar commented 2021-05-10 18:27:21 +00:00 (Migrated from github.com)

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

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 commented 2021-05-10 20:07:44 +00:00 (Migrated from github.com)

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.

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.
mozgwar commented 2021-05-10 20:35:10 +00:00 (Migrated from github.com)

udevadm trigger seems to work too

udevadm trigger seems to work too
kth5 commented 2021-05-10 20:40:37 +00:00 (Migrated from github.com)

udevadm trigger seems to work too

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

> 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 commented 2022-12-06 12:45:57 +00:00 (Migrated from github.com)

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.

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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ArchPOWER/packages#23
No description provided.