wimvanderbauwhede / limited-systems

Limited Systems
137 stars 36 forks source link

root partition does not work. #4

Closed leoniloris closed 5 years ago

leoniloris commented 5 years ago

For me, root=PARTUUID=ee25660b-02 did not work, but instead: root=/dev/sda2 did the trick.

wimvanderbauwhede commented 5 years ago

They should be equivalent, but maybe you got a more recent image with a different PARTUUID?

leoniloris commented 5 years ago

Either way, if both are supposed to work, the former is more intuitive.

wimvanderbauwhede commented 5 years ago

I agree. The PARTUUID syntax has the advantage of not relying on the name given to the partition, but it is less clear.