maybe mount sda1 to /boot instead of /boot/efi
This commit is contained in:
parent
8bc7b57417
commit
f68f03ac80
@ -5,5 +5,5 @@ clearpart --drives=sda --all
|
|||||||
# The '--size' option takes MB, not MiB
|
# The '--size' option takes MB, not MiB
|
||||||
# 1074 MB = 1 GiB
|
# 1074 MB = 1 GiB
|
||||||
# 2148 MB = 2 GiB
|
# 2148 MB = 2 GiB
|
||||||
part /boot/efi --asprimary --ondisk=sda --size=1074 --label=boot --fstype=efi
|
part /boot --asprimary --ondisk=sda --size=1074 --label=boot --fstype=efi
|
||||||
part / --asprimary --ondisk=sda --size=2148 --label=root --fstype=ext4
|
part / --asprimary --ondisk=sda --size=2148 --label=root --fstype=ext4
|
||||||
|
Loading…
Reference in New Issue
Block a user