Comment 241 for bug 477169

Revision history for this message
Jim Liebert (jimlbrt) wrote : Re: [Bug 477169] Re: Wubi/Karmic boot: kernel panic - not synching: VFS

This looks like an imaginative adaptation of the code underlying the
GRUB Menu. I surely will save it.

You allude to a grave problem, however, the time it took to find the
solution. Distributive responsibility for writing patches is the
egalitarian approach, but we (Gomer) end-users have no basis for
authenticating proposals, except long exposure to those who propose.
Are they not free to come or go, those who propose?

I think Ubuntu needs a central committee. I think with a central
committee there would not have been need of this fix in the first place.

James Liebert
Akron, Ohio, US

On 01/19/2010 01:01 AM, sureau wrote:
> *** This bug is a duplicate of bug 477104 ***
> https://bugs.launchpad.net/bugs/477104
>
> I am a newbie and really did not wish to mess with wubi/winblows so I
> have done this (found after days of searching so to whoever wrote it,
> many thanks) and it worked for me:
>
> sh:grub>insmod ntfs
> sh:grub>set root=(hd0,1)
> sh:grub>loopback loop0 /ubuntu/disks/root.disk
> sh:grub>set root=(loop0)
> sh:grub>linux /boot/vmlinuz-2.6.31-17-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro
> sh:grub>initrd /boot/initrd.img-2.6.31-17-generic
> sh:grub>boot
>