Skip to main content
added 139 characters in body
Source Link
daejk
  • 161
  • 1
  • 1
  • 6

Without initramfs/initrd support, the following kernel command line won't work:

linux   /bzImage root=UUID=666c2eee-193d-42db-a490-4c444342bd4e ro

How can I identify my root partition via UUID without the need for an initramfs/initrd?

I can't use a device name like /dev/sda1 either, because the partition resides on a USB-Stick and needs to work on different machines.

Without initramfs/initrd support, the following kernel command line won't work:

linux   /bzImage root=UUID=666c2eee-193d-42db-a490-4c444342bd4e ro

How can I identify my root partition via UUID without the need for an initramfs/initrd?

Without initramfs/initrd support, the following kernel command line won't work:

linux   /bzImage root=UUID=666c2eee-193d-42db-a490-4c444342bd4e ro

How can I identify my root partition via UUID without the need for an initramfs/initrd?

I can't use a device name like /dev/sda1 either, because the partition resides on a USB-Stick and needs to work on different machines.

Source Link
daejk
  • 161
  • 1
  • 1
  • 6

How to identify root partition via UUID without initramfs/initrd

Without initramfs/initrd support, the following kernel command line won't work:

linux   /bzImage root=UUID=666c2eee-193d-42db-a490-4c444342bd4e ro

How can I identify my root partition via UUID without the need for an initramfs/initrd?