Results 1 to 2 of 2

Thread: Modify /boot/grub/grub.conf

  1. #1
    Join Date
    Nov 2010
    Beans
    9

    Modify /boot/grub/grub.conf

    Hi,
    I'm trying to set up console IPMI access on a server running Ubuntu 12.10 which is using GRUB2, but the instructions I have are for GRUB, and I can't see how to port the required changes. Basically I need to add two lines to GRUB's /boot/grub/grub.conf and delete one line, namely:

    # add:
    serial --unit=1 <more stuff>
    terminal --timout=10 <more stuff>
    # delete
    splashimage=(hd0,0)/grub/splash.xpm.gz

    However, that file doesn't even exist with GRUB2. Any ideas where this changes need to be made with GRUB2 please?

  2. #2
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Modify /boot/grub/grub.conf

    /boot/grub/grub.cfg is generated automatically each time update-grub gets invoked, e.g. when installing a new kernel. Do not edit it directly. Instead, either change defaults in /etc/default/grub or add your script to /etc/grub.d/

Tags for this Thread

Bookmarks

Posting Permissions

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