Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Grub Noob

  1. #1
    *** INACTIVE ***
    Join Date
    Jun 2007
    Posts
    332
    Threads
    56
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Grub Noob

    okay my Pentium III has dual boot XP and Ubutnu 7.10


    The way its setup is that it shows the Grub menu for 10 seconds and if no key is pressed Ubuntu loads, XP is at the bottom. What if I would want XP to boot instead now? (I need it for drivers and stuff, Lexmark x3350). I use this machine over VNC for burning (laptops burner is messed up) and printing. I cannot print.

    If I could print I would remove Windows....

  2. #2
    Kubuntu as Second Language
    Join Date
    Dec 2006
    Posts
    4,142
    Threads
    73
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Re: Grub Noob

    Try this:

    How To GRUB Methods - Toolkit
    http://kubuntuforums.net/forums/inde...opic=3081671.0
    See ONLY (for now) the part you need, which is Reply #1:
    --- HOW To: Change the Default Operating System (Also: Changing the timeout, boot menu, and other tips) Reply #1
    You never quite know what a Penguin
    is thinking. If he asks you for a cup of green tea,
    ask him what kind he prefers. If he says "green,"
    you know he's watching you.

  3. #3
    *** INACTIVE ***
    Join Date
    Jun 2007
    Posts
    332
    Threads
    56
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Re: Grub Noob

    That seems complicated....

    So do I change my main OS to windows? Will this:

    make windows on the top, make it boot automatically, or both? I just want the second one.

  4. #4
    Novice Member
    Join Date
    Mar 2008
    Posts
    27
    Threads
    4
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Re: Grub Noob

    To set other OS (windows) to default

    "sudo gedit /boot/grub/menu.lst

    Then find section

    ##default num
    #set the Default entry to entry number NUM. Numbering starts from Zero
    #the entry zero is the default if the command is no used
    #WARNING: If you are using dmraid do not change this entry to "saved" or
    #your array will desync and will not let you boot your system.
    default 0

    NOTE: the last line is the important one, typically windows will be 4 so you would change the 0 to a 4 in the last line.

    This grouping is ussually about 3 - 4 paragraphs down from the top of the file.

    Have a good evening.

  5. #5
    Kubuntu as Second Language
    Join Date
    Oct 2005
    Posts
    3,795
    Threads
    275
    Local Date
    Jun 19th 2013
    Local Time
    07:52 AM

    Re: Grub Noob

    Sorry to be a pain but:

    To set other OS (windows) to default

    "sudo gedit /boot/grub/menu.lst
    Please don't do that.

    gedit is for gnome (of course if you are running gnome you'r okay)

    furthermore don't use "sudo" for kde apps and gui apps.
    Use: kdesudo

    so in KDE do alt+F and type:
    Code:
    kdesudo kate
    ->password.

    The edit your file as suggested.

    AMD Sempron(tm) Processor 3300+
    2 GB Ram
    Radeon 9250 pro
    Natty Final

    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 12.04

  6. #6
    Kubuntu as Second Language
    Join Date
    Dec 2006
    Posts
    4,142
    Threads
    73
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Re: Grub Noob

    If you post your boot menu (/boot/grub/menu.lst), we could tell you what to change.

    In Kubuntu
    Open Konqueror
    type in the location window:
    /
    and press Enter
    click boot
    click grub
    click menu.lst
    copy all of it
    paste it here

    Then someone can tell you the best options.

    Or, using kdesu
    kdesu kate /boot/grub/menu.lst
    will open it for you (as root).
    You never quite know what a Penguin
    is thinking. If he asks you for a cup of green tea,
    ask him what kind he prefers. If he says "green,"
    you know he's watching you.

  7. #7
    Veteran Member
    Join Date
    Nov 2006
    Posts
    589
    Threads
    39
    Local Date
    Jun 19th 2013
    Local Time
    05:52 PM

    Re: Grub Noob

    Quote Originally Posted by rodh
    NOTE: the last line is the important one, typically windows will be 4 so you would change the 0 to a 4 in the last line.
    Just figured I'd mention that you start counting from 0.

  8. #8
    *** INACTIVE ***
    Join Date
    Jun 2007
    Posts
    332
    Threads
    56
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Re: Grub Noob

    I think I am using Ubuntu on there with Gnome, I have yet to install KDE.

    SO what happens is, even when I boot Windows, I deal with Linux? So it boots up linux to start grub then loads windows from there, so the changes are made in Linux?

  9. #9
    Kubuntu as Second Language
    Join Date
    Oct 2005
    Posts
    3,795
    Threads
    275
    Local Date
    Jun 19th 2013
    Local Time
    07:52 AM

    Re: Grub Noob

    In a word and put simply: no.
    Grub is just a boot loader. and resides in the MBR (master Boot Record) of the first partition on the first disk (or wherever you put it). It does not "start"=boot linux unless you tell it to.

    It just sits there waiting for you to tell it what to do.

    What it does do is read the menu.lst file so it knows what to do.
    AMD Sempron(tm) Processor 3300+
    2 GB Ram
    Radeon 9250 pro
    Natty Final

    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 12.04

  10. #10
    *** INACTIVE ***
    Join Date
    Jun 2007
    Posts
    332
    Threads
    56
    Local Date
    Jun 19th 2013
    Local Time
    12:52 AM

    Re: Grub Noob

    but the menu.lst file is on the linux partition and drive...

Page 1 of 3 123 LastLast

Posting Permissions

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