From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoquan He Date: Wed, 9 Feb 2022 11:21:56 +0800 Subject: Is it possible to use a stream for initrd= In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kexec@lists.infradead.org On 02/08/22 at 04:36pm, Tobias Powalowski wrote: > Hi, > just a quick question, is it possible to use a stream for initrd= parameter? > I want to save RAM/Space and directly load the ramdisk into memory for reboot. > initrd=< ... does not work. Are you using kexec -l or kexec -p to reboot? Can you write down your operation steps?