Results 1 to 4 of 4
OK, I apologize for having very little information on what happened. Here's what I know:
I was running linux mint 6 on an ASUS F8SV-B1 laptop. I was browsing the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-10-2009 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
[SOLVED] GRUB Error 11: Unrecognized Device String
OK, I apologize for having very little information on what happened. Here's what I know:
I was running linux mint 6 on an ASUS F8SV-B1 laptop. I was browsing the internet, etc. on my bed, set the computer down on the comforter and went upstairs.
I came back two hours later, the computer was off (heat overload I'm guessing
).
So I turned it back on, that's when the first strange thing happened:
Normally, in my GRUB boot menu, my linux mint entry is labeled as ubuntu, because I installed ubuntu there first, then mint, and the boot loader always kept that entry labeled as ubuntu. Now, it was labelled as Linux Mint 6. Wierd. Then when I tried to boot from that (or the option for recovery mode) I get an Error 11: Unrecognized device string. My windows xp entry still boots fine. What the heck happened do you think?Last edited by salparadise17; 01-10-2009 at 06:34 PM. Reason: solved.
- 01-10-2009 #2
Hi and Welcome !
It looks like Mint's has updated GRUB and during update installation, Mint has overwritten Ubuntu's GRUB.
Boot up from SuperGRUB CD, USB or Floppy and select 'Fix Linux Boot Loader (GRUB)' option.
Or
Boot up from Ubuntu CD and try to re-install GRUB.
Open Terminal and execute this
Notedown values and replace those with x and y in root command.Code:sudo grub find /boot/grub/stage1
Type quit and reboot. Ubuntu's GRUB menu will appear again.Code:root (hdx,y) setup (hd0)
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-10-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
I did all of that, I got (hd0,4) for the root, typed setup (hdo). The operation completed but nothing changed on the restart. Here's my menu.lst if that will help:
Code:title Linux Mint 6, kernel 2.6.27-7-generic root aca601de-e34f-4aff-b56b-955dda05c85a kernel /vmlinuz-2.6.27-7-generic root=UUID=58bd6ab0-021e-4531-8644-998ee31b1501 ro quiet splash initrd /initrd.img-2.6.27-7-generic quiet title Linux Mint 6, kernel 2.6.27-7-generic (recovery mode) root aca601de-e34f-4aff-b56b-955dda05c85a kernel /vmlinuz-2.6.27-7-generic root=UUID=58bd6ab0-021e-4531-8644-998ee31b1501 ro single initrd /initrd.img-2.6.27-7-generic title Linux Mint 6, kernel Last successful boot root aca601de-e34f-4aff-b56b-955dda05c85a kernel /last-good-boot/vmlinuz root=UUID=58bd6ab0-021e-4531-8644-998ee31b1501 ro quiet splash last-good-boot quiet title Linux Mint 6, memtest86+ root aca601de-e34f-4aff-b56b-955dda05c85a kernel /memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Windows NT/2000/XP (loader) root (hd0,0) savedefault makeactive chainloader +1
- 01-10-2009 #4Just Joined!
- Join Date
- Jan 2009
- Posts
- 3
Solved!
Thanks very much.




