Answer the question
In order to leave comments, you need to log in
Grub does not see Windows7, what else can I do?
Good day!
Faced the problem of displaying Windows7 in grub.
Windows7 is installed on SSD120GB, ubuntu on HDD1000, a few weeks ago I installed ubuntu (live cd launched without installing), and everything was displayed in my menu:
Ubuntu, memtest86+, windows7, etc.
I reinstalled Ubuntu (install Ubuntu) and the OS selection menu did not come out at all, I changed the configuration file and the choice began to appear, but in the Grub2 window only Ubuntu and additional settings.
What I did:
- sudo update-grub
- did not help, nothing changed
- Through blkid /dev/sda1 found out the UUID and added the following to the file /etc/grub.d/40_custom
menuentry "Windows 7" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set B4A6AEB7A6AE7A0E
chainloader +1
}
- did not help. sudo update-grub
Answer the question
In order to leave comments, you need to log in
The problem was solved by reinstalling Ubuntu in Legacy mode, now grub2 shows OSes in two different HDD and SSD disks.
Kos is interested in the solution of my question
https://forum.ubuntu.ru/index.php?topic=313431.msg...
Thank you all for your help!
They write this:
sudo os-prober
sudo update-grub
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair
You probably need to install the bootloader on the windows drive and not on the ubuntu drive
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question