[Bug 356584] Re: Upgrading from grub to grub 2 in ubuntu 9.04 raise this error: Error 11: Unrecognized device string
Luis Ochoa
ziul1979 at gmail.com
Mon Apr 6 22:23:15 UTC 2009
This was because when you update from legacy grub to grub2, there is a
transition time where machine starts with legacy grub, but you can start
grub 2 chainload, to test everything goes fine, but in my case everything
goes wrong and ubuntu doesn't start with Error 11: Unrecognized device
string, to fix it as I wrote before I just change my list.conf for this
transition time and after I change:
uuid cfe6c165-8b52-48d4-9533-0323e2ef67c6
to
root (hd0,1)
Everything goes fines, start ubuntu again throught grub 2 and then I run
upgrade-from-grub-legacy command from my root terminal to finish upgraded
from grub legacy to grub2 and menu.lst is never used again.
## ## End Default Options ##
title Chainload into GRUB 2
root (hd0,1)
kernel /boot/grub/core.img
title
��������������������������������������������������������������������
root
title When you have verified GRUB 2 works, you can use this command
to
root
title complete the upgrade: upgrade-from-grub-legacy
root
title
��������������������������������������������������������������������
root
title Debian GNU/Linux, kernel 2.6.28-11-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.28-11-generic
root=UUID=cfe6c165-8b52-48d4-9533-0323e2ef67c6 ro quiet splash
initrd /boot/initrd.img-2.6.28-11-generic
title Debian GNU/Linux, kernel 2.6.28-11-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.28-11-generic
root=UUID=cfe6c165-8b52-48d4-9533-0323e2ef67c6 ro single
initrd /boot/initrd.img-2.6.28-11-generic
title Debian GNU/Linux, kernel memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
### 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 Vista (loader)
rootnoverify (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title Windows Vista (loader)
rootnoverify (hd0,2)
savedefault
makeactive
chainloader +1
Regards, Luis.
On Tue, Apr 7, 2009 at 4:37 PM, Chris Halse Rogers
<chalserogers at gmail.com>wrote:
> I'm surprised by the behaviour you describe because grub2 doesn't
> actually use /boot/grub/menu.lst at all. Can you describe in more
> detail *exactly* what you did, the output it generated, and when the
> error occurred?
>
> Could you please also attach the following files:
> /boot/grub/menu.lst
> /boot/grub/grub.cfg
> /etc/grub.d/*
>
> ** Changed in: grub2 (Ubuntu)
> Status: New => Incomplete
>
> ** Changed in: grub2 (Ubuntu)
> Assignee: (unassigned) => Chris Halse Rogers (raof)
>
> --
> Upgrading from grub to grub 2 in ubuntu 9.04 raise this error: Error 11:
> Unrecognized device string
> https://bugs.launchpad.net/bugs/356584
> You received this bug notification because you are a direct subscriber
> of the bug.
>
--
Upgrading from grub to grub 2 in ubuntu 9.04 raise this error: Error 11: Unrecognized device string
https://bugs.launchpad.net/bugs/356584
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list