how to start microvm with LUKS encrypted file system(rootfs.ext4) using firecracker #4327
Replies: 3 comments 1 reply
|
Hi @jahnavilatha589, Thanks for the interest in Firecracker :) We haven't tried booting a microVM with an encrypted rootfs, so I am not sure if it would work. Firecracker microVMs do not use a boot-loader to boot. I am not sure whether You should definitely be able to use an un-encrypted root filesystem with additional encrypted drives which you unecrypt at boottime. |
|
Hello, @bchalios do you have any recommendations on how to start microvms with encrypted file system ? Thanks |
|
I am in the same boat. Any resolution on this? |
Uh oh!
There was an error while loading. Please reload this page.
I have created an encrypted filesystem(rootfs.ext4) using LUKS. Trying to start microvm by using LUKS encrypted file system with firecracker.
Is it possible to start microvm with encrypted file system..? Can anyone suggest on this.
All reactions