Skip to content

Commit 2d3e06c

Browse files
committed
Add KB link to article about /boot migration to hints
1 parent 210f246 commit 2d3e06c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repos/system_upgrade/el7toel8/actors/checkfirstpartitionoffset/libraries/check_first_partition_offset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ def check_first_partition_offset():
4444
'We recommend to perform a fresh installation of the RHEL 8 system '
4545
'instead of performing the in-place upgrade.\n'
4646
'Another possibility is to reformat the devices so that there is '
47-
'at least {0} kiB space before the first partition. '
47+
'at least {0} kiB space before the first partition. If reformatting the drive is not possible, '
48+
'consider migrating your /boot folder and grub2 configuration to another drive '
49+
'(refer to https://cloudlinux.zendesk.com/hc/en-us/articles/14549594244508)'
4850
'Note that this operation is not supported and does not have to be '
4951
'always possible.'
5052
)

0 commit comments

Comments
 (0)