Synaptic > Mark All Upgrades > GRUB error 11

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
FPtje

Synaptic > Mark All Upgrades > GRUB error 11

Post by FPtje »

Hi, I have installed linux mint Gloria 7 and I really liked it...

Until I broke it with synaptic...

Basically I opened synaptic, clicked the "Mark All Upgrades" button, Clicked apply, shut down all applications and reboot.

Whenever I try to boot linux mint now in GRUB(either linux mint gloria 7 or the recovery)
it instantly says:
Error 11: Unrecognized device string


When I select the linux mint Gloria and press E(edit) I see this:

Code: Select all

root d0530466-d6de-453a-8301-8dd2ee6d1f2b
kernel /boot/vmlinuz-2.6.28-13-generic root=UUID=d0530466-d6de-453a66-d6de-453a-8031-8dd2ee6d1f2b ro quiet splash
initrd /boot/initrd.img-2.6.28-13-generic
quiet
(please don't blame me for a mistake)

Note: One of the packages was linux-generic... Wasn't that the linux kernel?

Please help! I'm a linux noobie
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: Synaptic > Mark All Upgrades > GRUB error 11

Post by merlwiz79 »

Code: Select all

root=UU10=
Should be

Code: Select all

root=UUID=
Also Is this the universal edition or did you install the ubuntu grub package?
Image
FPtje

Re: Synaptic > Mark All Upgrades > GRUB error 11

Post by FPtje »

Thanks for responding

I think I have the "Main edition"

Downloaded and installed from here:
http://www.linuxmint.com/download.php
(download under Main Edition)

And installed next to my windows
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: Synaptic > Mark All Upgrades > GRUB error 11

Post by merlwiz79 »

I don't see how since the main edition doesn't use ubuntu grub.
It uses grub-gfxboot and root UUID doesn't work in grub-gfxboot.
root=UUID=PARTITION_UUID does but not set automatically.
So you would have to install grub and then removed your menu.lst file.
After that you would have to of run sudo update-grub.
This would be the only way it would have automatically used any UUID at all.

The Universal Edition uses plain grub from Ubuntu and is a live DVD.
Image
FPtje

Re: Synaptic > Mark All Upgrades > GRUB error 11

Post by FPtje »

merlwiz79 wrote:I don't see how since the main edition doesn't use ubuntu grub.
It uses grub-gfxboot and root UUID doesn't work in grub-gfxboot.
root=UUID=PARTITION_UUID does but not set automatically.
So you would have to install grub and then removed your menu.lst file.
After that you would have to of run sudo update-grub.
This would be the only way it would have automatically used any UUID at all.

The Universal Edition uses plain grub from Ubuntu and is a live DVD.
Ok how do I install grub and remove the menu.lst file?
I can't boot in linux since the bootloader is broken...

I can however put the CD in and it will boot that non-install version of mint

So how do I do this?
(I'm new to linux, Please explain step by step :( )
FPtje

Re: Synaptic > Mark All Upgrades > GRUB error 11

Post by FPtje »

PROBLEM SOLVED:

Code: Select all

root d0530466-d6de-453a-8301-8dd2ee6d1f2b
Should be:

Code: Select all

root (hd0,4)

if THAT gives an error 17: Cannot mount partition(or something like that)
try root (hd0,5)
root (hd0,1)
root (hd0,2)
etc... until you've found the right one!
Locked

Return to “Installation & Boot”