Score:0

How to skip initial screen of "Try or Install ubuntu server" in custom ISO of ubuntu22.04

gm flag

I'm customizing Ubuntu22.04 Installation CD, while Installing this I want to skip the below attached page (I want to display my customized page as the first page who ever is installing this). As this is the first time I'm attempting this I'm searching the online resources but couldn't get a clue. Can any one point me to right resource or give some clue?

Initial boot screen:

Initial boot screen

Andra avatar
tr flag
did you look for `/boot/grub/grub.cfg` ?
Naga avatar
gm flag
In this file I set the timeout as 0.
Naga avatar
gm flag
here is my contents of /etc/default/grub file GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX="" GRUB_HIDDEN_TIMEOUT_QUIET=true
Naga avatar
gm flag
if loadfont $font ; then set gfxmode=auto load_video insmod gfxterm set locale_dir=$prefix/locale set lang=en_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=30 else if [ x$feature_timeout_style = xy ] ; then set timeout_style=hidden set timeout=0 # Fallback hidden-timeout code in case the timeout_style feature is # unavailable. elif sleep --interruptible 0 ; then set timeout=0 fi fi
Score:0
gm flag
````
sed -i -e 's/timeout=30/timeout=1/g' "${REMASTER}/boot/grub/grub.cfg"
````

This line solved my issue. Thanks @Andra for your comment.

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.