Timeline for change order of SATA and RAID controller when booting linux kernel
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Oct 30, 2020 at 14:44 | history | bounty ended | Martin Vegter | ||
| S Oct 30, 2020 at 14:44 | history | notice removed | Martin Vegter | ||
| Oct 28, 2020 at 5:38 | vote | accept | Martin Vegter | ||
| Oct 27, 2020 at 2:09 | answer | added | John Lee McMahon | timeline score: 2 | |
| Oct 26, 2020 at 20:19 | comment | added | rfmodulator | stackoverflow.com/a/11645715/1048799 | |
| Oct 26, 2020 at 19:58 | comment | added | frostschutz |
Order is first come first served. You can unbind and bind through the sysfs interface (in initramfs, when drives are not yet in use), but you really need to stop relying on drive names. There's too many cases where they can go out of order, so just don't rely on it.
|
|
| Oct 26, 2020 at 19:24 | answer | added | blaimi | timeline score: 1 | |
| S Oct 26, 2020 at 5:32 | history | bounty started | Martin Vegter | ||
| S Oct 26, 2020 at 5:32 | history | notice added | Martin Vegter | Authoritative reference needed | |
| Oct 26, 2020 at 5:31 | comment | added | Martin Vegter |
@ErikF - thanks, but referencing partitions by UUID will not solve my problem. I need the SATA disk to be first (/dev/sda).
|
|
| Oct 24, 2020 at 7:10 | review | Suggested edits | |||
| Oct 24, 2020 at 14:59 | |||||
| Oct 24, 2020 at 5:39 | comment | added | ErikF |
Can you use an initrd? If so, referencing the partitions using UUID or LABEL might be an easier choice. PARTUUID may work if not, according to this thread.
|
|
| Oct 24, 2020 at 2:51 | history | asked | Martin Vegter | CC BY-SA 4.0 |