NTwoO,
man genkernel contains several chapters. There are:
ACTIONS
OPTIONS
RAMDISK OPTIONS
HOOKS
Netbooting
REPORTING
BUGS
AUTHORS
The full text explaining "RAMDISK OPTIONS" is:
Code: Select all
"RAMDISK OPTIONS
The following options can be passed as kernel parameters from the bootloader, which the ramdisk scripts would recognize."
The developers give here a hint for another configfile. This means, it must in /etc/default/grub an entry into it.
But honestly, it's a bit confusing.
Basically, the following should be noted:
1. There are boot parameters for the kernel
2. There are boot-parameters for the initramfs.
And both parameters are in /etc/default/grub in the
GRUB_CMDLINE_LINUX_DEFAULT=
or
GRUB_CMDLINE_LINUX=
to hand over.
So "root=/dev/xxx" is for the kernel
and "real_root=xxx=xxx" for the initramfs.
The common language only speaks of kernel parameters. This always means: CMDLINE in /etc/default/grub.
But note:
"real_resume =" must be set with the LABEL or UUID.
I have for example:
GRUB_CMDLINE_LINUX_DEFAULT="real_resume=UUID=80512d9a-88c9-48f9-85b4-60ac7eacb2"
Read on here:
https://forums.gentoo.org/viewtopic-p-6869968.html
https://forums.gentoo.org/viewtopic-t-1 ... art-0.html
https://wiki.gentoo.org/wiki/GRUB#Using_LABEL_or_UUID
Ma