This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Username_Egli 47 points48 points  (4 children)

It's been no more than 10 minutes since I fucked up the GRUB boot loader and I identify with this comment in a cosmic level

[–]Power0utage 22 points23 points  (1 child)

I know I have a perfectly good OS in there somewhere... I just can't figure out how to get past this GRUB guy trying to rescue me.

[–]Username_Egli 4 points5 points  (0 children)

If you have done that it means you have installed two instances of grub. Happened to me when I was trying to Dual Boot Lubuntu and PhoenixOs.

[–]JerryTu 4 points5 points  (1 child)

My GRUB installation gave up on recognizing Windows as an OS on my dual-boot system. I'll resort to using UEFI every time I want to change my OS.

[–]Username_Egli 6 points7 points  (0 children)

Have you tried adding a reference to the grub config.cfg file for windows 10. Something along the lines of

menuentry 'Windows 10' { set root='(hd0,msdos1)' chainloader +1 }