Score:1

Issue with customizing kernel cmdline option in Ubuntu 20.04.3

cn flag

Im trying to add rootdelay=60 option in grub cmdline options by editing file /etc/default/grub as

GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=300" and also ran update-grub update-initramfs -u however i do not observe any delay after reboot and the root filesystem mounts right away

i can see that the rootdelay=300 is present in cat /proc/cmdline ,is there any thing missing here ?

Score:1
in flag

rootdelay only waits until the rootfs device is available.

The kernel documentation is not very concise:

https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html

however, there is an answer on the Unix stackexchange that provides additional explanation:

https://unix.stackexchange.com/questions/67199/whats-the-point-of-rootwait-rootdelay

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.