Results 1 to 3 of 3

Thread: How to turn off Kali live first boot Menu's beep - menu.cfg '^G' sign

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Apr
    Posts
    5
    Hi EveryOne :-)

    There it was...

    The solution:
    remove the '^G' sign in the /usr/share/live/build/bootloaders/isolinux/menu.cfg file...

    then, lb build your favorite ISO ;-)



    PS:
    to see or remove this famous '^G' sign, use "nano" ...
    a "cat" won't show it ;-)
    Best whishes
    Last edited by Gerboa; 2015-05-13 at 15:41.

  2. #2
    Quote Originally Posted by Gerboa View Post
    Hi EveryOne :-)
    PS:
    to see or remove this famous '^G' sign, use "nano" ...
    a "cat" won't show it ;-)
    Best whishes

    Use cat -A

    Code:
    root@kali ~$ cat -A /usr/share/live/build/bootloaders/isolinux/menu.cfg
    menu hshift 0$
    menu width 82$
    $
    menu title Boot menu^G$
    include stdmenu.cfg$
    include live.cfg$
    include install.cfg$
    menu begin advanced$
    ^Imenu title Advanced options$
    ^Iinclude stdmenu.cfg$
    ^Ilabel mainmenu$
    ^I^Imenu label ^Back..$
    ^I^Imenu exit$
    ^Iinclude advanced.cfg$
    menu end$
    $
    menu clear$
    root@kali ~$ cat /usr/share/live/build/bootloaders/isolinux/menu.cfg
    menu hshift 0
    menu width 82
    
    menu title Boot menu
    include stdmenu.cfg
    include live.cfg
    include install.cfg
    menu begin advanced
    	menu title Advanced options
    	include stdmenu.cfg
    	label mainmenu
    		menu label ^Back..
    		menu exit
    	include advanced.cfg
    menu end
    
    menu clear
    root@kali ~$
    This is a Kali-Linux support forum - not general IT/infosec help.

    Useful Commands: OS, Networking, Hardware, Wi-Fi
    Troubleshooting: Kali-Linux Installation, Repository, Wi-Fi Cards (Official Docs)
    Hardware: Recommended 802.11 Wireless Cards

    Documentation: http://docs.kali.org/ (Offline PDF version)
    Bugs Reporting & Tool Requests: https://bugs.kali.org/
    Kali Tool List, Versions & Man Pages: https://tools.kali.org/

Similar Threads

  1. Kali Linux 2019 Boot Menu Beep
    By jamesbroke in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2020-02-24, 11:34
  2. kali linux 2017.1 boot menu beep
    By Eisenberk in forum General Archive
    Replies: 9
    Last Post: 2017-11-24, 01:08
  3. How to disable USB Legacy Menu Beep 2016.2
    By JDuskey in forum General Archive
    Replies: 2
    Last Post: 2016-09-29, 15:24
  4. How to turn off Kali Menu's first beep?
    By To.8bits in forum General Archive
    Replies: 3
    Last Post: 2015-05-14, 02:27

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •