Announcement

Collapse
No announcement yet.

Grub does not show Win7 [Somewhat solved]

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Grub does not show Win7 [Somewhat solved]

    I hardly ever use Win7 but yesterday I noticed it's no longer offered as a boot option on this fully up to date HP TouchSmart.
    Last time I used it is some weeks ago so the option probably disappeared during the last kernel upgrade.

    Running os-prober does show Windows 7 as installed but update-grub does not add it to the options or even recognise it.

    Any suggestions where to look?


    #2
    Re: Grub does not show Win7

    I think something broke there. :P

    I would first reinstall the grub-pc package, then boot a Live CD, mount the Kubuntu OS partition, and reinstall grub to the MBR of the applicable hard drive, using the "root-directory=/mnt/kubuntu" option to put everything needed in /boot/grub.

    Comment


      #3
      Re: Grub does not show Win7

      If you really need to get to windows you could try SuperGrubDisk
      And you can manually edit an entry to grub for windows too
      kubuntu 20.10

      Comment


        #4
        Re: Grub does not show Win7

        I've gone the way of an entry in /etc/grub.d/40_custom and it works. 8)
        Still a weird error...
        Code:
        menuentry "Windows 7 (loader) (on /dev/sda1)" {
        insmod ntfs
        set root=(hd0,1)
        chainloader +1
        }

        Comment

        Users Viewing This Topic

        Collapse

        There are 0 users viewing this topic.

        Working...
        X