Replies: 2 comments 3 replies
-
It is not. Here is output showing my own
Even if you don't have a recovery partition, the current and N-1 kernel/initrd versions take up more than twice 100M. Even just the most current initrd takes up more than 100M.
There should be no problem having separate /boot and /boot/efi partitions (although separating /boot out from / seems a little pointless, but I assume you have your reasoning.) The EFI system partition needs to be large enough to fit the kernel and initrd, though. |
Beta Was this translation helpful? Give feedback.
-
The Live USB is my recovery partition. No other is needed. My /boot/efi in openSUSE is 5MB, which is pretty much standard for an actual efi boot partition. The kernel and initrd reside within /boot and not within /boot/efi . ./$RECYCLE.BIN: ./EFI: ./EFI/boot: ./EFI/opensuse: ./System Volume Information: |
Beta Was this translation helpful? Give feedback.
-
My typical Linux partition setup for openSUSE (and other Linux systems) is as follows:
100MB mounted as /boot/efi format Fat32
500MB mounted as /boot format ext4
30 GB mounted as / format ext4 (encrypted)
2GB mounted as swap (encrypted)
balance of drive mounted as /home format ext4 (encrypted)
I can format the petitions, but the installer does not allow the mount points. I set the 100MB partition as /boot/efi and am given output that it is not large enough. 100MB is more than large enough for /boot/efi but apparently the installer requires that /boot and /boot/efi be on the same partition. Is there a workaround to force the installer to accept separate partitions for /boot and /boot/efi?
Beta Was this translation helpful? Give feedback.
All reactions