[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-07 Thread robau
Agostino, is this needed before the cat (loop0)? insmod ntfs set root=(hd0,1) loopback loop0 /ubuntu/disks/root.disk -- After 9.10 grub update can not boot into Wubi install https://bugs.launchpad.net/bugs/477104 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-07 Thread robau
Ok, I did just try to cat the (Ioop0)/boot/grub/grub.cfg.. It is to long to fit on the screen, so I tried pausing it. It does not contain any interesting entries, (maybe because I tried the other solution above and broke something?). Anyway, the problem I now have is that the command 'load_env'

[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-07 Thread robau
ok so I found out how to restart by hand: insmod ntfs set root=(hd0,1) loopback loop0 /ubuntu/disks/root.disk set root=(loop0) linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro initrd /boot/initrd.img-2.6.31-14-generic Now I probably have to add this

[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-07 Thread HeNz
I successfully booted to ubuntu using Zhmurov steps: sh:grub linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro sh:grub initrd /boot/initrd.img-2.6.31-14-generic sh:grub boot only changed root=/dev/sda2 to to root=/dev/sda1 Because Ubuntu Wubi installed on C:\

[Bug 477104] Re: After 9.10 grub update can not boot into Wubi install

2009-11-06 Thread Zhmurov
I've got the same problem today. Seems like grub2 don't like something in its configuration file. I did something like that to boot the system: sh:grub linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda2 loop=/ubuntu/disks/root.disk ro sh:grub initrd /boot/initrd.img-2.6.31-14-generic sh:grub

<    1   2   3