You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>Confiuring the kernel boot parameters</title>
88
41
<para>
89
-
A paragraph of text.
42
+
When Linux boots on bare metal, it maps out its internal tracking structure only for the exact
43
+
physical RAM sticks detected at that particular moment. To make the machine accept a new physical module later, you must configure the kernel to reserve logical memory tracking slots for hardware that doesn't exist yet.
90
44
</para>
91
45
<procedure>
92
-
<para>
93
-
A short introduction to the procedure.
94
-
</para>
95
46
<step>
96
47
<para>
97
-
A step.
48
+
Open the file <filename>/etc/default/grub</filename> for editing.
98
49
</para>
99
50
</step>
100
51
<step>
101
52
<para>
102
-
A second step.
53
+
Modify the line <literal>GRUB_CMDLINE_LINUX_DEFAULT</literal> as follows:
<para><literal>memhp_default_state=online</literal>: configures the kernel to automatically import the new physical address blocks and transition them to online inside <filename>/sys</filename> the moment the hardware latch closes.</para>
60
+
</listitem>
61
+
<listitem>
62
+
<para>
63
+
<literal>movablenode</literal>: tells the kernel to treat any hot-plugged physical memory nodes as exclusively containing movable data. This is a crucial configuration safeguard; it ensures the kernel never writes unmovable core system files to the new stick, allowing you to safely hot-unplug it later if needed.
0 commit comments