*** 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
@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
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
** 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
--
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 g
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}/*
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 f
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
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 upgrad
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.laun
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/65313
** 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
** 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
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 --f
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
c
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.
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
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.
--
u
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 oper
@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
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 Lupi
@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 re
@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
@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 gr
@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
Extr
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,
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/6531
** 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 notificati
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, whic
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 suitabl
** 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 upg
** 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
Bug
@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 partiti
** 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
** 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 upg
(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
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
** 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.
--
ubun
** 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
@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 pr
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
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
@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/bu
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 th
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 becau
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
@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
@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 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: l
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
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 Ubun
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 i
** 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:
** 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
** 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 =>
55 matches
Mail list logo