Re: Please add generic support for root=UUID= at kernel parametercommand line (LABEL, BYID maybe also)

From: Eric Valette
Date: Fri Aug 27 2010 - 07:59:29 EST


On 08/26/2010 09:53 PM, Phil Turmel wrote:


Now I'm really puzzled grub2 as a "search by fs uuid" command that linux is unable to deliver for the root device!

The key word here is "unable". The maintainers aren't *unable* to do this. They are *unwilling* to do this. I don't recall the precise discussion, but basically it boils down to the fact that early userspace (aka initramfs) can do this efficiently, and it needs to be supported in initramfs for other reasons, so it is pointless to duplicate this code in the kernel. I'm sure block folk will chime in if this isn't a fair representation (my apologies in advance if so).

Try dracut. Seriously. It's lean and mean just for this use-case, and you'll be protecting yourself against future changes in the block layer. And you can put root=LABEL=foo on your kernel command line to match your fstab.


This is a rather bizarre argument as because of this situation
1) the code is duplicated between the initramfs and the real disk
2) the initramfs has to be rebuild each time a new kernel is done
3) The tmpdevfs is also a dupplicate somehow

Never mind.

-- eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/