Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: [solved] GroovyArcade Linux - /dev/disk/by-label/GA not found  (Read 2849 times)

0 Members and 1 Guest are viewing this topic.

Francesco

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:April 18, 2020, 04:26:54 am
  • I want to build my own arcade controls!
[solved] GroovyArcade Linux - /dev/disk/by-label/GA not found
« on: December 25, 2016, 06:58:34 am »
Hello everyone,

 i have Groovy Arcade installed on a 80 GB IDE disk and it works.

Now i would like to try the same hd on another pc that is inside an already made cab, and i obtain this error when booting:

/dev/disk/by-label/GA not found

I have tried also on other pc without luck. I attach a shot.

Is there a way to solve the problem? When i move a disk with linux inside it almost always works fine even with different hardware.

I have tried modifying fstab using device names instead of labels but nothing changed.

Thank you in advance and happy christmas ;) .
« Last Edit: December 26, 2016, 03:43:56 pm by Francesco »

Francesco

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:April 18, 2020, 04:26:54 am
  • I want to build my own arcade controls!
Re: GroovyArcade Linux - /dev/disk/by-label/GA not found
« Reply #1 on: December 26, 2016, 03:43:33 pm »
Seems there is an error in initrd creation configuration: http://superuser.com/questions/769047/unable-to-find-root-device-on-a-fresh-archlinux-install

Quote
As it turns out, Linux could not detect any drives due to the block mkinitcpio hook (responsible for block devices) missing from the default image. This was due to it being placed after autodetect in /etc/mkinitcpio.conf. To fix this, the HOOKS=... line in that file needs to be changed so that block comes before autodetect

Before the fix:

HOOKS="base udev autodetect block modconf filesystems keyboard fsck"

After the fix:

HOOKS="base udev block autodetect modconf filesystems keyboard fsck"

Running mkinitcpio -p linux to regenerate the initramfsthen fixed the problem permanently.

Now it kinda works (to say the truth, it says that the nvidia card i've got in my other pc is not supported, but it's still a step forward: i think when i'll try it in the cab it will work ;) )

If someone is interested i can post/share the 2 initramfs.
« Last Edit: December 26, 2016, 04:04:36 pm by Francesco »

Beaps

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 108
  • Last login:July 09, 2020, 10:46:40 am
Re: [solved] GroovyArcade Linux - /dev/disk/by-label/GA not found
« Reply #2 on: April 17, 2020, 11:37:00 am »
I've got this error also, anyone know how to solve it. It says its solved but I dont get what I have to do.

Francesco

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19
  • Last login:April 18, 2020, 04:26:54 am
  • I want to build my own arcade controls!
Re: [solved] GroovyArcade Linux - /dev/disk/by-label/GA not found
« Reply #3 on: April 18, 2020, 04:27:21 am »
I solved doing what i quoted. Unfortunatly i don't remember that much.