Results 1 to 10 of 10

Thread: No Windows 8 option after boot-repair

  1. #1
    Join Date
    Dec 2005
    Location
    Columbus, OH
    Beans
    48
    Distro
    Ubuntu 10.10 Maverick Meerkat

    No Windows 8 option after boot-repair

    I recently installed Windows 8 onto a partition that had previously housed XP, and burned a 64-bit version of secure remix and ran boot-repair. I can now see and boot into my Ubuntu desktop, but the Windows 8 installation does not even appear on the grub menu.

    http://paste.unbuntu.com/1543563/

  2. #2
    Join Date
    Jan 2013
    Beans
    0

    Re: No Windows 8 option after boot-repair

    I've not had any experience with Windows 8, as I refuse to use it, but maybe try

    Code:
    sudo update-grub
    Just a thought.

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: No Windows 8 option after boot-repair

    You have it, but it is calling it recovery for some reason.

    But you may not see it on first grub menu page as you have too many kernels still installed. Time to house clean. You should see a tiny arrow on the right bottom of the grub menu box, that means more entries and you can just keep scrolling down. Windows is the last entry.

    Determine your current kernel, but I prefer to keep current & one older just in case:
    uname -a
    uname -r
    In synaptic or software center search for linux-image to choose to purge old ones
    Also command line in post #8
    http://ubuntuforums.org/showthread.php?t=1283521
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  4. #4
    Join Date
    Dec 2005
    Location
    Columbus, OH
    Beans
    48
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: No Windows 8 option after boot-repair

    Quote Originally Posted by oldfred View Post
    You have it, but it is calling it recovery for some reason.

    But you may not see it on first grub menu page as you have too many kernels still installed. Time to house clean. You should see a tiny arrow on the right bottom of the grub menu box, that means more entries and you can just keep scrolling down. Windows is the last entry.
    Thanks you You are correct: selecting the Recovery Mode Windows entry does load Windows 8 successfully. There was no tiny arrow on the screen, though. I did the kernel cleanup and now I don't seem to have a defualt choice on the menu. There's no countdown or auto-start ...

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: No Windows 8 option after boot-repair

    Did you delete your current kernel?

    If just deleting old kernels, it just should have updated and worked.

    try:
    sudo update-grub
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  6. #6
    Join Date
    Dec 2005
    Location
    Columbus, OH
    Beans
    48
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: No Windows 8 option after boot-repair

    Quote Originally Posted by oldfred View Post
    Did you delete your current kernel?

    If just deleting old kernels, it just should have updated and worked.

    try:
    sudo update-grub
    I had deleted all but the two most-recent kernels. Running update did not change anything. Still no default or auto-start, no additional kernels displayed, Windows still shown as 'Recovery Mode'. The startup menu only shows one Ubuntu kernel ...

  7. #7
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: No Windows 8 option after boot-repair

    Whatever os-prober is seeing makes it think it is recovery partition. You can manually change it with grub customizer or just copy boot stanza to 40_custom and edit it to any name you want.

    HOWTO: Grub Customizer Updated for grub 1.99
    http://ubuntuforums.org/showthread.php?t=1664134


    Copy the windows entries from this:
    sudo cp -a /boot/grub/grub.cfg /boot/grub/grub.cfg.backup
    gedit /boot/grub/grub.cfg
    Copy them to and edit only titles:
    gksudo gedit /etc/grub.d/40_custom
    Then do:
    sudo update-grub


    If new entry at bottom of menu then works ok you can turn off os-prober and not have the incorrect entry:
    Grub 2 Title Tweaks Thread -drs305
    http://ubuntuforums.org/showthread.php?t=1287602
    In /etc/default/grub I added this:
    gksudo gedit /etc/default/grub
    GRUB_DISABLE_OS_PROBER=true
    or turn off executeable bit
    sudo chmod a-x /etc/grub.d/30_os-prober
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  8. #8
    Join Date
    Dec 2005
    Location
    Columbus, OH
    Beans
    48
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: No Windows 8 option after boot-repair

    Still can't get this sorted out. When I run the Customizer it indicates that the Ubuntu distribution is active as default, but it does not load at startup. I also tried the manual edit but it indicated an error with the Windows entry ...

  9. #9
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: No Windows 8 option after boot-repair

    If you copy an entry to 40_custom it has to be the entire boot stanza, so not leave off the last } also. I did that and with the new version it does not work. Also be sure not to remove first few default lines in 40_custom.

    What does not load at start-up. You should get menu and then after 10 sec it will boot.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  10. #10
    Join Date
    Dec 2005
    Location
    Columbus, OH
    Beans
    48
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: No Windows 8 option after boot-repair

    Quote Originally Posted by oldfred View Post
    ... What does not load at start-up. You should get menu and then after 10 sec it will boot.
    The Ubuntu distribution. There is no 10-second countdown, no auto load. The only way to get it to boot to an OS is to hit [Enter] ...

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
  •