Skip to main content
3 events
when toggle format what by license comment
Feb 23, 2015 at 12:59 history edited peterph CC BY-SA 3.0
added 86 characters in body
Feb 20, 2015 at 18:34 comment added Tom Hunt The initramfs should choose which root filesystem to mount on the basis of kernel options like root=. Thus, it's perfectly possible to have one initramfs work for two different OSs (with different kernels and root partitions); you'd simply have to be careful that the components in the initramfs were compatible with both, or else components for both were contained and correctly selected. It's probably easier to make two initramfs and tell the Grub entries to load the correct one, though.
Feb 16, 2015 at 21:18 history answered peterph CC BY-SA 3.0