[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:hardware:arm:sone_u-boot_hints [2013/12/22 10:31 (UTC)] – [Making it easy for u-boot to find uImage and uinitrd] louigi600howtos:hardware:arm:sone_u-boot_hints [2013/12/22 10:34 (UTC)] – [Making it easy for u-boot to find uImage and uinitrd] louigi600
Line 49: Line 49:
  
 Labeling the root filesystem was a workaround when I started getting issues on device namings changes as I began using the SATA drives for NAS storage. In practice what was happening was that uboot thought that root was on sda but once the kernel booted it would detect the SATA drives before that and name the usb memory stick to after the last SATA drive causing a kernel panic as initrd attempts to mount the root filesystem. Labeling the root filesystem was a workaround when I started getting issues on device namings changes as I began using the SATA drives for NAS storage. In practice what was happening was that uboot thought that root was on sda but once the kernel booted it would detect the SATA drives before that and name the usb memory stick to after the last SATA drive causing a kernel panic as initrd attempts to mount the root filesystem.
-I thus changed the u-boot environment to pass the root device as a label rather then a device path.+I thus changed the u-boot environment to pass the root device as a label rather then a device path. This allows me to boot my GoFlexNet correctly from any usb stick (even trough a usb hub) regardless of the presence of the SATA drives.
  
 ====== Sources ====== ====== Sources ======
 howtos:hardware:arm:sone_u-boot_hints ()