** Tags added: iso-testing
--
Incorrect groot makes wubi installations unbootable
https://bugs.launchpad.net/bugs/283520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://li
This bug was fixed in the package grub-installer - 1.32ubuntu9
---
grub-installer (1.32ubuntu9) intrepid; urgency=low
* grub4dos can't handle UUIDs, so tweak previous change to continue using
groot=()/ubuntu/disks in that case (LP: #283520).
-- Colin Watson <[EMAIL PROTECTED]>
Well once groot is set in menu.lst, that will not be changed by update-
grub, so updates will be ok.
--
Incorrect groot makes wubi installations unbootable
https://bugs.launchpad.net/bugs/283520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
Colin, I doubt that grub4dos supports UUIDs (haven't tested that), and
even if it does, things will be a bit tricky, since
A) in case of updates we need to ship a new grub4dos (wubildr & co,
which, by the way, might not be under /host)
B) wubi actually uses a first embedded menu.lst that uses heu
This bug was fixed in the package grub-installer - 1.32ubuntu8
---
grub-installer (1.32ubuntu8) intrepid; urgency=low
* Cope with new UUID-style groot when handling
grub-installer/bootdev_directory (LP: #283520).
-- Colin Watson <[EMAIL PROTECTED]> Wed, 15 Oct 2008 09:20:51
Oh, err, the fix I committed ended up with root=UUID/ubuntu/disks where
UUID is whatever was there before. Will that work? It didn't occur to me
until now that you'd specifically written () - please reopen if we need
to change this again.
--
Incorrect groot makes wubi installations unbootable
htt
I'd rather be able to handle both UUID and non-UUID styles.
--
Incorrect groot makes wubi installations unbootable
https://bugs.launchpad.net/bugs/283520
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu
** Description changed:
Binary package hint: grub-installer
Loop-installations expect a root argument such as:
root ()/ubuntu/disks
There following code used to replace the existing groot to produce the
above string
if db_get grub-installer/bootdev_directory && [ "$RET" ];
** Description changed:
Binary package hint: grub-installer
- Seems like the old code was removed in recent revisions, in particular
- there used to be the following snippet which is required by wubi
+ Loop-installations expect a root argument such as:
+
+ root ()/ubuntu/disks
+
+ There fol