This is guaranteed to be one of those questions with an extremely
simple answer, but...
I've got my boot disk running the way that I want it using initrd,
but I can't figure out how to get it to boot my main linux partition.
I've checked Documentation/initrd.txt as well as everything I could find
on the net, and while I know I need to stick the device number of the
root parition in /proc/sys/kernel/real-root-dev what I haven't been able
to find is any way to determine the device number I should insert.
Documentation/initrd.txt uses /dev/hda1 as it's example, in which
case real-root-dev should contain 0x301. Taking this concept I can get
/dev/hda1 and /dev/hdb working, but no dice with /devhdc1 - 0x2201
doesn't work (understandably). I discovered by booting my system
normally and checking the value in real-root-dev that 5633 seems to be
the device number for /dev/hdc1, but how the hell you get that I
dunno. I'd like to know how to calculate the necessar number so I'm
not stick with just the three devices I've got numbers for so far.
Thanks
-Tom