[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2011-04-08 Thread Colin Watson
*** This bug is a duplicate of bug 742967 ***
https://bugs.launchpad.net/bugs/742967

I think this was almost certainly down to the problem I fixed in bug
742967 for Natty (and will backport to Lucid and Maverick shortly),
possibly along with contributions from bug 610898 and bug 695290.  I'll
mark this as a duplicate.

** This bug has been marked a duplicate of bug 742967
   Wubi grub prompt on install
 * You can subscribe to bug 742967 by following this link: 
https://bugs.launchpad.net/wubi/+bug/742967/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2011-01-28 Thread bcbc
@elliot, locking grub-pc and grub-common works to prevent boot problems caused 
by updating those packages. e.g. on a fresh install of Wubi. If you've already 
updated grub-pc or upgraded to 10.10, then the /boot/grub directory contains 
all the grub modules - and that results in the buggy grub.cfg file. Locking 
grub-* won't be enough in this case, you also have to clean up /boot/grub 
(restore it to what it is on a fresh wubi install).
sudo mv /boot/grub /boot/grubold
sudo mkdir /boot/grub
sudo cp /boot/grubold/grubenv /boot/grub/grubenv
sudo update-grub

The details are describe in the Wubi megathread on ubuntuforums.org:
http://ubuntuforums.org/showthread.php?t=1639198

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2011-01-28 Thread Elliott kensdale
bcbc and others have advised using synaptics to lock  grup-pc  and  
grub-common. I did this - they are still locked (checked after I got back in) 
but the loadfont problem happened again after my update this morning.
Luckily I have Live Cd and the instructions to comment out the lines but why, 
if they are locked, does the updater change them?
I have also locked a lupin something.
Not a LInux expert at all but using it instead of Windows XP with wubi - this 
is annoying and I cannot expect the rest of the family or friends to use Linux 
if this is going to happen every time.

Anyone got any answers?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2011-01-19 Thread Brian Murray
** Changed in: lupin (Ubuntu)
Milestone: maverick-updates => ubuntu-11.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-12-20 Thread a.strotmann
This is getting worse before it's (hopefully) getting better. Today, the
same problem happened again, but not during an upgrade from Lucid to
Maverick, but during a regular update of Lucid to the latest Lucid
kernel.

I noticed that there was an update to grub-pc the other day (current
version of grub-pc installed on my system, a Wubi install of 10.04.1
with 32bit PAE kernel: 1.98-1ubuntu9). Today, I upgraded to the latest
kernel for my system (2.6.32.27.29), and it stopped booting with the
same problem as Maverick before.

The work-around above worked to get it running again after loop-mounting
the partition into a virtual Ubuntu on the Windows side. No need to run
update-grub, though, apparently.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-12-06 Thread bcbc
The reason these extra files get placed in /boot/grub is that grub-
install is called to update the wubildr file, and grub-install calls
grub-install.real (for wubi) and that copies the files (in the following
code grubdir is /boot/grub and pkglibdir is /usr/lib/grub//):

for file in ${pkglibdir}/*.mod ${pkglibdir}/*.lst; do
cp -f $file ${grubdir} || exit 1
done
if [ "${target_cpu}-${platform}" = "i386-pc" ] || [ "${target_cpu}-${platform}" 
= "sparc64-ieee1275" ] ; then
for file in ${pkglibdir}/*.img ${pkglibdir}/efiemu??.o; do
if test -f $file; then
cp -f $file ${grubdir} || exit 1
fi
done
fi

=
I suppose an easy temp fix would be to change lupin's grub-install to clean up 
/boot/grub on the way out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-12-04 Thread amichair
My experience, for what it's worth:

A netbook wubi installation of Kubuntu 10.10 (upgraded from 10.04)
worked ok, and then broke one day recently (probably after an update).
After selecting kubuntu from the Windows XP boot menu, it would
momentarily flash the following 3 errors:

error: file not found
error: file not found
error: no suitable mode found

and right after that the screen went blank and system stuck - only a
cold boot, with holding the power button down for 5 seconds or so, would
get it out of this state.

Copying the "wubildr" file from C:\ubuntu\winboot to C:\ as suggested
above (overwriting an existing wubildr in the root directory) fixed the
problem.

I don't know if this is a bug in wubi or grub or ubuntu packaging, but a
system update that prevents the system from booting is a critical bug,
and should be fixed within a couple of days tops from first being
reported... not lingering on for weeks or months leaving many users with
unusable systems and wasting hours of their time trying to find manual
workarounds. Sorry for the rant, but I've suffered another critical bug
recently (preventing the mouse from working on a desktop), which has
gone unresolved for a couple of months too even though hundreds of
reports came in, and probably thousands of affected users have been
unable to use their systems. Whomever has a say in it, please try to re-
assess ubuntu's priorities...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/653134

Title:
  Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-30 Thread bcbc
OK I have the permanent fix for 10.10 Probably works on 10.04.1 too.

First back up /boot/grub
sudo cp -r /boot/grub /boot/grubbackup

Then delete all the stuff in /boot/grub that isn't supposed to be there 
(everything added after fresh wubi install)
 cd /boot/grub
sudo rm *.mod
sudo rm *.img
sudo rm *.lst
sudo rm *.o
sudo rm *.pf2
sudo rm -rf locale

This leaves 2 files:
b...@ubuntu:/boot/grub$ ls
grub.cfg  grubenv

Update the grub.cfg automatically:
sudo update-grub

FIXED!

Not done yet - prevent grub updates from breaking it again:
Go to Synatpic, select packages grub-pc and grub-common, click on Package, Lock 
Version

For the developers, these are the differences between /boot/grub/ and 
/usr/lib/grub/i386-pc/ which probably indicate the problem areas --- the locale 
directory for one.
b...@ubuntu:/boot/grub$ diff -r /usr/lib/grub/i386-pc/ /boot/grubbeforetest/
Only in /usr/lib/grub/i386-pc/: build_env.mk
Only in /usr/lib/grub/i386-pc/: config.h
Only in /usr/lib/grub/i386-pc/: g2hdr.bin
Only in /usr/lib/grub/i386-pc/: g2ldr.mbr
Only in /boot/grubbeforetest/: grub.cfg
Only in /boot/grubbeforetest/: grubenv
Only in /usr/lib/grub/i386-pc/: grub_script.tab.h
Only in /boot/grubbeforetest/: locale
Only in /boot/grubbeforetest/: unicode.pf2

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread bcbc
This is the full diff of a new wubi 10.10 install before and after
reinstalling grub-pc

** Attachment added: "full_wubi_diffs_after_grub_reinstall"
   
https://bugs.launchpad.net/wubi/+bug/653134/+attachment/1749421/+files/full_wubi_diffs_after_grub_reinstall

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread bcbc
Updated to the latest Maverick kernel => grub prompt on reboot.

So... conclusion. Updating grub-pc on a wubi install breaks wubi. I will
now do a reinstall and diff the entire installation to see what else
changes.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread bcbc
Actually there were no differences in /etc/grub.d 
There were a lot of differences in /boot/grub (all the .mod files aren't there 
on a default wubi install, but are added when reinstalling grub-pc).

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread bcbc

** Attachment added: "Grub.cfg that comes with new 10.10 install"
   
https://bugs.launchpad.net/wubi/+bug/653134/+attachment/1749379/+files/grub.cfg

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread bcbc

** Attachment added: "After reinstalling grub-pc"
   
https://bugs.launchpad.net/wubi/+bug/653134/+attachment/1749378/+files/grub.cfg

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread bcbc
I installed a fresh 10.10 Maverick using Wubi. Then I went into synaptic and 
reinstalled grub-pc. This is the diff file from grub.cfg before reinstalling 
and after.
35,36d34
<   insmod vbe
<   insmod vga
39,59d36
< insmod part_msdos
< insmod ntfs
< set root='(hd0,msdos2)'
< search --no-floppy --fs-uuid --set 80e4e195e4e18daa
< loopback loop0 /ubuntu/disks/root.disk
< set root=(loop0)
< if loadfont /usr/share/grub/unicode.pf2 ; then
<   set gfxmode=640x480
<   load_video
<   insmod gfxterm
< fi
< terminal_output gfxterm
< insmod part_msdos
< insmod ntfs
< set root='(hd0,msdos2)'
< search --no-floppy --fs-uuid --set 80e4e195e4e18daa
< loopback loop0 /ubuntu/disks/root.disk
< set root=(loop0)
< set locale_dir=($root)/boot/grub/locale
< set lang=en
< insmod gettext
140,155d116
< }

So... this is probably the root cause of the issue. I've been seeing
reports on ubuntuforums.org that commenting out the loopback lines (the
two in the diff shown above) gets wubi booting. But surely the cause is
that all these lines are different between the base install, and
reinstalling grub-pc i.e. one of the scripts in /etc/grub.d is being
changed from the default install.

This is likely also the problem then with the 10.04.1 installs that are
breaking.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-29 Thread Erno Kuusela
Wubi broke on Lucid (but there was a workaround discovered to make it
boot agian) and now again Maverick with no end user workable way to
restore the system to a usable state.

It's still featured in a prominent place on the Ubuntu install web site ("try 
from windows") where it will be the first
contact with Ubuntu/Linux for many people considering migration from Windows. 
Why?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-10 Thread bcbc
One month since release...

Riddle: what do you call an operating system that won't boot?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-06 Thread Paul Wowk
A current work around that works on my system is after it makes it to
the grub command prompt... type:

insmod ntfs
set root=(hd0,2)
loopback loop0 /ubuntu/disks/root.disk
set root=(loop0)
linux /boot/vmlinuz-2.6.35-22-generic root=/dev/sda2 
loop=/ubuntu/disks/root.disk ro
initrd /boot/initrd.img-2.6.35-22-generic
boot

Change the root=(hd0,2) and root=/dev/sda2 to the correct hard drives
and it should boot.

- Paul

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-06 Thread a.strotmann
Bug #664106 reports the latter bug, which appears to have the same
underlying cause.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-06 Thread a.strotmann
I can confirm that upgrading from a fresh wubi install of 10.04.1 to
10.10 currently fails to boot after successful completion, both for
32bit and 64bit installs. Only in the 32bit case do I get a grub prompt
- in the 64bit case, the machine just reboots after selecting ubuntu
from the list of operating systems.

I can also confirm that this behaviour is fairly recent, and that a
previous upgrade from 10.04.1 to 10.10 worked in a 64bit wubi
environment. In that case, an automatic security update of 10.10 made it
impossible to boot.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-02 Thread bcbc
@hpp3, did you install a fresh wubi 10.10 or upgrade to 10.10 from
10.04?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-02 Thread hpp3
Just a confirmation...
Dell 1540 laptop with Ubuntu 10.10 installed via wubi.
Updated packages with the update manager.
On reboot, it dropped to a Grub prompt.
After applying many fix attempts, copying wubildr from C:\ubuntu\winboot to C:\ 
worked the first time.
Is this a bug in Grub, Wubi or Lupin?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-11-01 Thread bcbc
@Colin, 
I can't break a fresh wubi 10.10 install using the above method (grub-install 
/dev/sdaY and update-grub). So it appears only upgrades are affected - perhaps 
missing/corrupt module?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-28 Thread bcbc
@Colin,
Confirmed this fix... I changed grub-mkimage back to original, ran 
"grub-install /dev/sdaY". Reboot, still worked but now I am seeing the "No 
suitable mode found" messages flash by. Then I run "sudo update-grub" and 
reboot grub prompt.

So, updating wubildr followed by a regeneration of grub will do it.

Then I reapplied the fix, ran "grub-install /dev/sdaY" again - and it
works fine again.


So the modules in my /usr/share/lupin-support/grub-mkimage looks like this 
now... 
# Watch the modules order!
modules=" \
loadenv biosdisk part_msdos part_gpt fat ntfs ext2 ntfscomp iso9660 
loopback \
search linux boot minicmd cat cpuid chain halt help ls reboot \
echo test configfile normal sleep memdisk tar"

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-28 Thread bcbc
@Colin,
So I've been running maverick with the 'fix' (copying the wubildr out of 
winboot) and made a few changes (not the least of which is moving to Natty). I 
noticed the "invalid mode" command flashing by since then, but still worked. 
But then I removed the old maverick kernel, regenerating grub.cfg in the 
process, and this morning the computer failed to boot again, dropping at the 
grub prompt.

So long story. Basically I've seen other users on the forums whose maverick has 
been working and then suddenly: grub prompt. Which points to lupin destroying 
wubildr, even on 10.10 installs. So I change grub-mkimage in lupin to revert 
back to the last version (just removed those 3 additional modules), ran 
'grub-install /dev/sdaY' and...
it works again.

So, my point is - it's been 3 weeks since release. There have been many
affected users on the forums. Is it possible to just revert the lupin
change and prevent this problem from reoccurring?

Thanks

PS clearly my tests are not comprehensive, if you need some additional
testing to confirm this on, say, a fresh 10.10 install, let me know. I
just think the change is fairly minor and, it's pretty clear the new
lupin is breaking wubildr, so... it makes sense to me ;)

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-23 Thread bcbc
@colin,

I've noticed cases where grub is being installed to windows partitions
again. Not sure if related to the current wubi probs but thought I'd
mention it. It's a little different than the old one that used to refer
to partition #256. e.g. http://ubuntuforums.org/showthread.php?t=1603958

Extracts from bootinfoscript (fyi /dev/sda is a USB stick): 
=> Grub 2 is installed in the MBR of /dev/sdb and looks on the same drive in 
partition #5 for /boot/grub.
...

sdb5:
_

File system:   ntfs
Boot sector type:  Grub 2
Boot sector info:  Grub 2 is installed in the boot sector of sdb5 and 
   looks at sector 296660197 of the same hard drive for 
   core.img, but core.img can not be found at this 
   location. According to the info in the boot sector, 
   sdb5 starts at sector 63.
Operating System:  
Boot files/dirs:   /ubuntu/winboot/wubildr.mbr /ubuntu/winboot/wubildr 
   /ubuntu/disks/root.disk /ubuntu/disks/swap.disk 
   /boot/grub/core.img

sdb5/Wubi:
_

File system:   ext4
Boot sector type:  Grub 2
Boot sector info:  Grub 2 is installed in the boot sector of sdb5/Wubi 
   and looks at sector 21424016 of the same hard drive 
   for core.img, but core.img can not be found at this 
   location.
Operating System:  Ubuntu 10.10
Boot files/dirs:   /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-21 Thread leightonn
Copied wubildr from c:\ubuntu\winboot to c:\  and grub now loads.  Now
getting "error: You need to load the kernel first"

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-18 Thread Sébastien GRIPON
Same for me, I just copy my old wubildr* files and it worked like a
charm.

Would it be possible to have a special grub package for wubi install
(wubi-grub) that do not always break wubi installation?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-15 Thread Kate Stewart
** Changed in: lupin (Ubuntu Maverick)
Milestone: ubuntu-10.10 => maverick-updates

** Changed in: lupin (Ubuntu)
Milestone: ubuntu-10.10 => maverick-updates

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-13 Thread bcbc
well blow me down, I just copied my old \ubuntu\winboot\wubildr and it
worked. haha. I'd love to hear an explanation.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-13 Thread bcbc
Any update on this?

Some users reported copying the wubildr from the c:\ubuntu\winboot\ directory 
over c:\wubildr fixed the problem for them - which doesn't make much sense to 
me - but I've seen 3 comments stating that this worked. My own broken wubi 
install is still the same (error: no suitable mode).
Others are applying the workaround to loop mount the root.disk and edit the 
grub.cfg. But obviously this is a pain and will have to be repeated after each 
kernel update.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-09 Thread Jean-Baptiste Lallement
** Summary changed:

- Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed 
on non-Window partitions
+ Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

** Changed in: lupin (Ubuntu Maverick)
   Status: Fix Released => Triaged

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on non-Window partitions

2010-10-09 Thread Robbie Williamson
** Changed in: ubuntu-release-notes
   Status: In Progress => Fix Released

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on 
non-Window partitions
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on non-Window partitions

2010-10-09 Thread bcbc
@Colin, OK thanks for the info. FYI on the one broken upgrade to 10.10 I
updated the wubildr and regenerated grub.cfg but it then gave me a
different error: invalid mode.

I still think it's worthwhile to put in some sort of workaround to
preventing problems for wubi installs to a different partition until a
real fix can be delivered e.g. overwriting the MBR. Even if it can't fix
the wubildr update issue.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on 
non-Window partitions
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on non-Window partitions

2010-10-09 Thread Kate Stewart
** Changed in: ubuntu-release-notes
   Status: New => In Progress

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on 
non-Window partitions
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-09 Thread Robbie Williamson
** Changed in: lupin (Ubuntu Maverick)
   Status: Triaged => Fix Released

** Summary changed:

- Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
+ Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed 
on non-Window partitions

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10 with wubi installed on 
non-Window partitions
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-09 Thread Colin Watson
(And BTW, on my simple wubi test upgrades, wubildr gets updated.)

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-09 Thread Colin Watson
Yes, you have to update wubildr.  The fact that it wasn't updated is why
wubi upgrades have often been broken!

Updating /host/ubuntu/winboot/wubildr would be useless since that's not
what actually gets used.  It's a temporary file which is only left
around by mistake.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-09 Thread Robbie Williamson
** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-08 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-07 Thread bcbc
@Colin,
I don't really understand enough about what you are trying to accomplish... is 
it that you have to update the wubildr? I ask because I've never seen wubildr 
updated by a grub-pc update on any wubi install I've had, despite the fact that 
grub-install has the ability to do this.

If the problem is that you need to find /host/wubildr to identify a wubi 
install, why don't you instead use /host/ubuntu/winboot/wubildr because this is 
always present on any wubi install - i.e. change 
/usr/share/lupin-support/grub-mkimage
Note if you do need to update wubildr it could always update the /winboot copy 
if there is no /host/wubildr and then just prompt a user to boot into windows 
and copy \ubuntu\winboot\wubildr to c:\wubildr. It's a bit cheesy, but it's 
better than leaving a wubi install broken. The only alternative would be to 
iterate through all partitions and mount and update any /wubildr it finds - but 
this might be considered too invasive.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-07 Thread Jean-Baptiste Lallement
I conform that in my case the problem is the line "loopback loop0 
/ubuntu/disks/root.disk"
I have another system where the system does not reboot before the grub menu and 
I can edit the entries.
After an upgrade if I boot 'Ubuntu' the there's a soft reset, but if I edit the 
menu entry and remove that line, then it boots normally.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-06 Thread Jeff Lane
Recreated this today with 10.10 using essentially the same steps Jean-
Baptiste used with one exception (I used do-release-upgrade -d instead
of Update Manager).

After upgrading, I get the same issue, though on my system (a compaq
presario w. Athlon II) I just get a hard lock, not a reset.  but I get
exactly the same messages and fail point.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-06 Thread Colin Watson
@bcbc: we'll have to release-note that you simply can't upgrade if wubi
is installed to a partition other than Windows.  There's no fix for that
right now and it's not even clear to me how it could be fixed.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread Jean-Baptiste Lallement
I've narrowed down things a bit. In the "bad" configuration file, if I comment 
the 2 lines:
loopback loop0 /ubuntu/disks/root.disk

The grub menu loads correctly when I select "Ubuntu" at the NTloader
menu, then I can load Ubuntu from this menu.

I also need to change lang=fr to lang=en because the system locks up
when ubuntu starts to load.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread Jean-Baptiste Lallement
I'm reopening the report because after a new upgrade I still have the
problem.

** Changed in: lupin (Ubuntu Maverick)
   Status: Fix Released => Triaged

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread bcbc
I just ran updates, picked up the lupin fix, but system still won't
boot.

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread bcbc
@Colin, what about the 10.04.1 users having the same problem? Is the fix
to run "grub-install /dev/sdaY" to update the wubildr? If that is the
case, how do you fix it if the wubi is installed to a partition other
than windows. At the moment I am giving them the workaround but no fix.

Please advise
Thanks

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread bcbc
@requestedRerun, see the https://wiki.ubuntu.com/WubiGuide on how to
loop mount a wubi root.disk. (Section 15. How can I access my Wubi
install and repair my install if it won't boot?)

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package lupin - 0.32

---
lupin (0.32) maverick; urgency=low

  * Add the font, gfxterm, and gettext modules to the wubildr image, to
support our default configuration file (LP: #653134).
 -- Colin WatsonMon, 04 Oct 2010 16:40:23 +0100

** Changed in: lupin (Ubuntu Maverick)
   Status: Triaged => Fix Released

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-05 Thread delance
You reinstall Grub from Live CD.
https://help.ubuntu.com/community/Grub2#Reinstalling%20from%20LiveCD

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-04 Thread requestedRerun
Jean-Baptiste Lallement, how does someone change the grub.cfg when you
can't boot into ubuntu?

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-04 Thread Colin Watson
revno: 197
fixes bug(s): https://launchpad.net/bugs/653134
committer: Colin Watson 
branch nick: trunk
timestamp: Mon 2010-10-04 16:47:17 +0100
message:
  Add the font, gfxterm, and gettext modules to the wubildr image, to
  support our default configuration file (LP: #653134).

(This part is for initial installation of 10.10; a lupin change will
account for upgrades.)

** Changed in: wubi
   Status: New => Fix Released

** Changed in: wubi
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-04 Thread Launchpad Bug Tracker
** Branch linked: lp:wubi

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-04 Thread Launchpad Bug Tracker
** Branch linked: lp:lupin

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653134] Re: Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10

2010-10-04 Thread Colin Watson
** Also affects: lupin (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lupin (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: lupin (Ubuntu Maverick)
   Status: New => Triaged

** Changed in: lupin (Ubuntu Maverick)
   Importance: Undecided => High

** Changed in: lupin (Ubuntu Maverick)
 Assignee: (unassigned) => Colin Watson (cjwatson)

** Changed in: lupin (Ubuntu Maverick)
Milestone: None => ubuntu-10.10

-- 
Can't boot Ubuntu after an upgrade from 10.04.1 to 10.10
https://bugs.launchpad.net/bugs/653134
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs