Results 1 to 10 of 10

Thread: Add GRUB to windows system

  1. #1
    Join Date
    Apr 2007
    Location
    England, United Kingdom
    Beans
    805
    Distro
    Ubuntu 8.04 Hardy Heron

    Add GRUB to windows system

    Hey,

    I have a problem with one of my windows machine which I cant convert to ubuntu just yet and i was wondering is there anyway I can install grub on it and only grub so I can handle the select menu how I am use to and how i want too.

    Is this possible?

    Saj
    Ubuntu User Since 6.06 - "Here To Help"
    Ubuntu Beta Tester Since 6.10 - "We have the problems so you don't have too."
    --------------------------------------------------
    Linux Registered User: 452642 Ubuntu Registered User: 17365

  2. #2
    Join Date
    May 2007
    Location
    NY's first capital
    Beans
    2,868
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Add GRUB to windows system

    You can install grub via the live cd. You should give more info. Do you have other Operating systems on you pc? Did you have a problem with a previous dual boot?

    http://ubuntuforums.org/showthread.php?t=224351
    Nothing is ever easy, but if it is difficult you must be doing it wrong.

  3. #3
    Join Date
    Oct 2005
    Location
    De Kwakel - Holland
    Beans
    3,657

    Re: Add GRUB to windows system

    Quote Originally Posted by saj0577 View Post
    Hey,

    I have a problem with one of my windows machine which I cant convert to ubuntu just yet and i was wondering is there anyway I can install grub on it and only grub so I can handle the select menu how I am use to and how i want too.

    Is this possible?

    Saj
    This is only possible if you install GNU/Linux besides it.. dual boot.
    With a stand alone Windows install this will not work since Grub needs to store it's settings in your GNU/Linux boot-partition.

  4. #4
    Join Date
    Apr 2007
    Location
    England, United Kingdom
    Beans
    805
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Add GRUB to windows system

    Okay so i need to edit the windows boot loader uff windows...

    Saj
    Ubuntu User Since 6.06 - "Here To Help"
    Ubuntu Beta Tester Since 6.10 - "We have the problems so you don't have too."
    --------------------------------------------------
    Linux Registered User: 452642 Ubuntu Registered User: 17365

  5. #5
    Join Date
    Oct 2005
    Location
    De Kwakel - Holland
    Beans
    3,657

    Re: Add GRUB to windows system

    Quote Originally Posted by saj0577 View Post
    Okay so i need to edit the windows boot loader uff windows...

    Saj
    Why is that?
    Anyway, somewhere in the control center of Windows you can configure the bootloader.. forgot the steps actually, long time ago

  6. #6
    Join Date
    Apr 2007
    Location
    England, United Kingdom
    Beans
    805
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Add GRUB to windows system

    The computer only has on OS and it gives u an option of the OS or the OS (both options identical).

    And i want to automate it.

    Saj
    Ubuntu User Since 6.06 - "Here To Help"
    Ubuntu Beta Tester Since 6.10 - "We have the problems so you don't have too."
    --------------------------------------------------
    Linux Registered User: 452642 Ubuntu Registered User: 17365

  7. #7
    Join Date
    Aug 2007
    Location
    /dev/null
    Beans
    444
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Add GRUB to windows system

    Quote Originally Posted by saj0577 View Post
    The computer only has on OS and it gives u an option of the OS or the OS (both options identical).

    And i want to automate it.

    Saj
    If it's XP (or 2000, for that matter), just edit the c:\boot.ini file, either removing the extraneous entry or lowering the timeout (which is ignored if there's only one OS entry):

    Code:
    [boot loader]
    timeout=30
    default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
    Vista's a whole other ballgame, though. I don't know how to edit its' bootloader.

  8. #8
    Join Date
    Apr 2007
    Location
    England, United Kingdom
    Beans
    805
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Add GRUB to windows system

    Yeha its xp.

    Thanks il mark as solved when i have tried and succesfully done it.

    Saj
    Ubuntu User Since 6.06 - "Here To Help"
    Ubuntu Beta Tester Since 6.10 - "We have the problems so you don't have too."
    --------------------------------------------------
    Linux Registered User: 452642 Ubuntu Registered User: 17365

  9. #9
    Join Date
    Aug 2007
    Location
    /dev/null
    Beans
    444
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Add GRUB to windows system

    I should've mentioned that the boot.ini is hidden and protected, so you'll need to unhide & unprotect it before you can edit and save it.

    There's also a GUI for it built-in to XP, but I can't remember how to get into it off-hand.

  10. #10
    Join Date
    Apr 2007
    Location
    England, United Kingdom
    Beans
    805
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Add GRUB to windows system

    Ubuntu User Since 6.06 - "Here To Help"
    Ubuntu Beta Tester Since 6.10 - "We have the problems so you don't have too."
    --------------------------------------------------
    Linux Registered User: 452642 Ubuntu Registered User: 17365

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
  •