Results 1 to 5 of 5

Thread: Screwed up boot menu

  1. #1
    Join Date
    May 2007
    Location
    USA
    Beans
    37
    Distro
    Ubuntu 7.04 Feisty Fawn

    Screwed up boot menu

    I screwed up the boot menu trying to neaten it up. Now when I boot to Ubuntu there is no GUI. Can someone please write a walk through for me? I need to know exactly what to type. I need to edit the boot menu so Windows XP boots defalt. I duel boot with Ubuntu on the second hard drive(D). XP is on the C drive.

    I am setting up my old computer for my grandma to use and she only knows how to use XP. She is really computer challanged so I am not even going to introduce her to linux. She doesnt even know what an OS is. I myself am rusty with linux because I am been using my XPS M1330 non stop.

  2. #2
    Join Date
    Apr 2006
    Location
    Illinois, USA
    Beans
    1,283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Screwed up boot menu

    So you have two issues? The boot menu and the no GUI?
    Were you editing the /boot/grub/menu.lst? If so, could you post that? XP should be first to make it the default.
    If I'm not being clear enough or giving you enough information, just ask

    "But woe to him who is alone when he falls, for he has no one to help him up."

    Smooth scrolling for GTK!

  3. #3
    Join Date
    May 2007
    Location
    USA
    Beans
    37
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Screwed up boot menu

    Yep thats what I was editing. Yes there is 2 issues. I can't post it because I don't know how to get to it without the GUI. The one in XP is diffrent.

  4. #4
    Join Date
    Apr 2006
    Location
    Illinois, USA
    Beans
    1,283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Screwed up boot menu

    Once you log in, you can use the nano program to edit files.
    Code:
    sudo nano /boot/grub/menu.lst
    The important part is the section at the bottom with the entries for different kernels.
    I'm not sure the no GUI is connected with the menu.lst.
    If I'm not being clear enough or giving you enough information, just ask

    "But woe to him who is alone when he falls, for he has no one to help him up."

    Smooth scrolling for GTK!

  5. #5
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Screwed up boot menu

    Quote Originally Posted by Sam Lars View Post
    Once you log in, you can use the nano program to edit files.
    Code:
    sudo nano /boot/grub/menu.lst
    The important part is the section at the bottom with the entries for different kernels.
    I'm not sure the no GUI is connected with the menu.lst.
    If you can do what Sam suggests, you might also try File, Open, and then go to /boot/grub and see if you have any backed-up menu lists (e.g. menu.lst~ or menu.list.bak or something that you or a program may have saved earlier). If you do find an older file, you might rename the current menu.lst to something else, open the backup, rename it menu.lst and see if it will boot.

    Or you can post the results of:
    Code:
    cat /boot/grub/menu.lst
    and someone here can help you.

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
  •