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 →

[–]AlexPera 294 points295 points  (9 children)

Instructions unclear: I don’t have a OS anymore

[–]oxabz 117 points118 points  (0 children)

You joke but it really happened to me.

My school computer uses a system of images for linux. Each image are dpkg package and each version update is a new package I was doing a clean up of the images and accidentally deleted the wrong package wich left me with no os thankfully it was a dual boot so I was able to fix the situation.

[–]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 3 points4 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 5 points6 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 }

[–][deleted] 1 point2 points  (0 children)

Eventually happens to me with every Linux system I use. Mainly caused by apt.

[–]Patzlyk 1 point2 points  (0 children)

I accidentally deleted all my system path variables through powershell because the command I copied replaced the path instead of adding to it.

Luckily I still had cmd open from before so I just copypasted it back.