[ubuntu] Grub – Add windows
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Windows 10 (loader)"{
insmod part_gpt
search --no-floppy --set=root --fs-uuid 109C-D028
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
I tried to reboot but came up looking at a black screen, and no HD action. Clearly the wrong choice.
I also tried:
sudo update-grub
sudo grub-install /dev/sdb1
That did not work out either. What options do I have?
About author
You might also like
[ubuntu] script help
running 20.04 i have this script to output local weather #!/bin/bash curl http://wttr.in however when i run i want to have terminal on maximum size how do i do note
Cannot boot Windows 10 after installing Ubuntu 20.04 as dual-boot
Hello everyone, I’m very new to Linux, Ubuntu and dual-booting, so please forgive me any dumb mistakes or anything similar. My problem is probably one of the very well known
[ubuntu] Issue with external Hardrive
Hi all, I have my external usb 4Tb and is not mounting If I do a “fdisk -l” i will only see “partition gpt in /dev/sda” Then I did “fsck
0 Comments
No Comments Yet!
You can be first to comment this post!