Find the answer to your Linux question:
Results 1 to 5 of 5
I want to change the display resolution in text mode.. I change this in grub.cfg when I know my kernel has the correct config, it does. Grub.cfg seems not to ...
  1. #1
    Just Joined!
    Join Date
    Oct 2005
    Posts
    2

    This n00b wants to Edit Grub.cfg

    I want to change the display resolution in text mode.. I change this in grub.cfg when I know my kernel has the correct config, it does.

    Grub.cfg seems not to exist on my system

    Do I have to write it from scratch or something ?

  2. #2
    Banned
    Join Date
    Jul 2004
    Posts
    947
    i would suggest using a live cd, and checking if you have a grub.conf
    it should be
    /boot/grub/grub.conf

    if you do not have one, while on the live cd
    get sum1 on here to give you a copy of theres
    and the relevent files such as stage1 stage 2 etc
    if you dont have them

  3. #3
    Just Joined!
    Join Date
    Oct 2005
    Posts
    2
    Thanks mate, I had a look and the only Live cd's I have are Knoppix ones, they dont seem to use grub. So if someone could send me one i'd be very grateful, I have one HD atm, First partition is my old XP system, then Debian.

  4. #4
    Just Joined!
    Join Date
    Aug 2005
    Posts
    15
    Do you not have the menu.lst file? It's the same thing.

  5. #5
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    Do
    Code:
    ls /boot/grub
    That will list the contents of /boot/grub.

    Then with a text editor such as nano, do
    Code:
    nano /boot/grub/menu.lst
    or
    Code:
    nano /boot/grub/grub.conf
    And change what you want.
    To save your work, hit Ctrl + x, and follow the prompts.
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

Posting Permissions

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