You want to add it to the default command line in /etc/default/grub, if
it's needed. Frankly, as long as you have ext4 support built in to your
kernel (not a module) then I don't think you need it. I've gotten
similar warnings on my machines and they've never had a problem loading
the root FS. Oh, and it's not initframes, it is INIT RAM FS (no spaces,
of course). For Initial Ram Filesystem. :)
On 12/12/2020 12:47 PM, the...@sys-concept.com wrote:
I took care of this error, it was about cfg80211 enable wireless
support (which I don't have) so I disable it in .config.
But when I generate initframes I'm getting a warning:
genkernel --install --kernel-config=/usr/src/linux/.config initramfs
* WARNING... WARNING... WARNING...
* Additional kernel parameters that *may* be required to boot properly:
*
* With support for several ext* filesystems available, it may be needed to
* add "rootfstype=ext3" or "rootfstype=ext4" to the list of boot parameters.
Which grub file I edit to add support for "rootfstype=ext4" ?
--
Dan Egli
From my Test Server