Results 1 to 9 of 9

Thread: Change order of boot items on Ubuntu if installed with Wubi

  1. #1
    Join Date
    Jul 2009
    Location
    In the same galaxy as you
    Beans
    525
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Change order of boot items on Ubuntu if installed with Wubi

    How does one change the order of boot items? I installed with Wubi, by the way. I would like to make Ubuntu the default as opposed to Micro$oft Windows.
    Last edited by Dullstar; August 16th, 2009 at 02:14 AM. Reason: Likes Instant Email Notification of Replies!
    Spoiler: Highlight to read
    Congratulations, you have found the secret message! It contains absolutely nothing useful!

  2. #2
    Join Date
    Jul 2008
    Location
    United States
    Beans
    138
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Change order of boot items on Ubuntu if installed with Wubi

    these configuration settings can be found in /boot/grub/menu.lst
    read through this file carefully - you can customize a bunch of things including boot order, timeout, etc.

    Before modifying this file you should probably make a backup of it (definitely recommended if you are not quite sure what you are doing)
    Last edited by Archimedes0212; August 16th, 2009 at 02:51 AM. Reason: gave the wrong file
    The best way to predict the future is to invent it ~ Alan Kay

  3. #3
    Join Date
    Jul 2009
    Location
    In the same galaxy as you
    Beans
    525
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Change order of boot items on Ubuntu if installed with Wubi

    Now, er... what do I change?
    Spoiler: Highlight to read
    Congratulations, you have found the secret message! It contains absolutely nothing useful!

  4. #4
    Join Date
    Jul 2009
    Location
    In the same galaxy as you
    Beans
    525
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Change order of boot items on Ubuntu if installed with Wubi

    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Mar 24 06:15:32 PST 2009
    
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
        Load           "dbe"
        Load           "extmod"
        Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 33.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    xorg.conf
    Spoiler: Highlight to read
    Congratulations, you have found the secret message! It contains absolutely nothing useful!

  5. #5
    Join Date
    Jul 2008
    Location
    United States
    Beans
    138
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Change order of boot items on Ubuntu if installed with Wubi

    I am VERY VERY sorry - I gave you the wrong file:

    I should have said that these can be configured in /boot/grub/menu.lst

    my apologies
    The best way to predict the future is to invent it ~ Alan Kay

  6. #6
    Join Date
    Jul 2008
    Location
    United States
    Beans
    138
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Change order of boot items on Ubuntu if installed with Wubi

    as for what to change - if you scroll through the file, you will see groups of text that begin like:

    title 'blah blah blah'
    root
    etc. etc. etc.

    The order that these appear is the order they will appear in your boot list

    Careful - because other OSs, ie Microsoft, if put within a certain section of the menu.lst file, will be erased when the grub menu is updated.
    To find out where to put this - just read the commented lines in the file

    (I would be more descriptive, but I'm not in my linux partition right now, and therefore don't have my menu.lst to provide additional details from)
    The best way to predict the future is to invent it ~ Alan Kay

  7. #7
    Join Date
    Jul 2009
    Location
    In the same galaxy as you
    Beans
    525
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Change order of boot items on Ubuntu if installed with Wubi

    Everyone messes up sometimes! As long as it's not like my KDE experience was when I experimented with! Made one mistake with the network configuration and screwed it up. Nothing major, just an annoyance, though.
    Spoiler: Highlight to read
    Congratulations, you have found the secret message! It contains absolutely nothing useful!

  8. #8
    Join Date
    Jul 2009
    Location
    In the same galaxy as you
    Beans
    525
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Change order of boot items on Ubuntu if installed with Wubi

    Would it help if I post the contents of the file?
    Spoiler: Highlight to read
    Congratulations, you have found the secret message! It contains absolutely nothing useful!

  9. #9
    Join Date
    Jul 2008
    Location
    United States
    Beans
    138
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Change order of boot items on Ubuntu if installed with Wubi

    yeah, if you do that, I should be able to switch it around correctly
    The best way to predict the future is to invent it ~ Alan Kay

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
  •