RE: Wubi

2015-08-27 Thread hakuna matata
IMHO it doesn't make sense to remain Wubi on ISOs without maintaining. So I agree with bcbc, It is broken and needs to be fixed or removed. On 25 August 2015 at 08:32 Alan Pope alan.pope at canonical.com wrote: If someone wants to step up and take over maintenance, testing and release, we'd

Re: Wubi

2015-08-25 Thread Alan Pope
On 25 August 2015 at 07:33, bcbc bcbc openb...@gmail.com wrote: On that subject (on being in charge of Wubi), you do realise that there are in fact patches supplied to fix Wubi? This was what triggered my initial mail to this list in the first place. The combination of broken software, no

Re: Wubi

2015-08-25 Thread Alan Pope
Hi, On 21 August 2015 at 14:01, Dimitri John Ledkov x...@ubuntu.com wrote: On 21 August 2015 at 13:53, Alan Pope alan.p...@canonical.com wrote: On 21 August 2015 at 13:45, Michael Hall mhall...@ubuntu.com wrote: Modern Windows releases broke Wubi, so we stopped shipping and supporting it a

RE: Wubi

2015-08-25 Thread bcbc bcbc
There is also some logic in Ubiquity that will copy Wubi.exe to the Windows startup folder, when it finds 4 primary partitions already in use on an MBR formatted disk. It asks Install Ubuntu inside Windows? as the first option. e.g. http://askubuntu.com/q/536075/14916 When this happens, Wubi will

Re: Wubi

2015-08-25 Thread Dimitri John Ledkov
On 25 August 2015 at 09:27, Alan Pope alan.p...@canonical.com wrote: Hi, On 21 August 2015 at 14:01, Dimitri John Ledkov x...@ubuntu.com wrote: On 21 August 2015 at 13:53, Alan Pope alan.p...@canonical.com wrote: On 21 August 2015 at 13:45, Michael Hall mhall...@ubuntu.com wrote: Modern

Re: Wubi

2015-08-25 Thread Marco Trevisan
Il 21/08/2015 15:01, Dimitri John Ledkov ha scritto: On 21 August 2015 at 13:53, Alan Pope alan.p...@canonical.com wrote: On 21 August 2015 at 13:45, Michael Hall mhall...@ubuntu.com wrote: Modern Windows releases broke Wubi, so we stopped shipping and supporting it a while back. As far as I

Re: Wubi

2015-08-21 Thread Alan Pope
On 21 August 2015 at 13:45, Michael Hall mhall...@ubuntu.com wrote: Modern Windows releases broke Wubi, so we stopped shipping and supporting it a while back. As far as I know it's a dead-end now. We didn't stop shipping it. I just downloaded the 15.04 desktop iso.

Re: Wubi

2015-08-21 Thread Andrea Corbellini
On Fri, Aug 21, 2015 at 11:13 AM Alan Pope alan.p...@canonical.com wrote: Hey, Is wubi still a supported way of installing? If so, who maintains it? I was almost sure that Wubi was no longer supported since Raring. Precisely, since the end of this thread on ubuntu-devel:

Re: Wubi

2015-08-21 Thread Michael Hall
Modern Windows releases broke Wubi, so we stopped shipping and supporting it a while back. As far as I know it's a dead-end now. Michael Hall mhall...@ubuntu.com On 08/21/2015 05:13 AM, Alan Pope wrote: Hey, Is wubi still a supported way of installing? If so, who maintains it? Seems we

Re: Wubi

2015-08-21 Thread Dimitri John Ledkov
On 21 August 2015 at 13:53, Alan Pope alan.p...@canonical.com wrote: On 21 August 2015 at 13:45, Michael Hall mhall...@ubuntu.com wrote: Modern Windows releases broke Wubi, so we stopped shipping and supporting it a while back. As far as I know it's a dead-end now. We didn't stop shipping

Re: wubi missing module multiboot to boot with Xen

2011-03-12 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2011 02:05 AM, Abhishek Dixit wrote: As Phillip suggested set prefix=(loop0)/boot/grub I tried putting above line at many different places which included before I gave command insmod multiboot and I am getting the same file not found

Re: wubi missing module multiboot to boot with Xen

2011-03-12 Thread Abhishek Dixit
On Sat, Mar 12, 2011 at 11:35 PM, Phillip Susi ps...@cfl.rr.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2011 02:05 AM, Abhishek Dixit wrote: As Phillip suggested set prefix=(loop0)/boot/grub I tried putting above line at many different places which included before I

Re: wubi missing module multiboot to boot with Xen

2011-03-11 Thread Abhishek Dixit
Continuing in same thread where we are trying to debug a grub problem on a machine where Ubuntu was installed using Wubi in C driver of Windows 7 C:\ubuntu following are the grub entries we need to boot menuentry Xen Linux 2.6.32.27 { insmod ntfs set root='(hd0,2)' loopback loop0

Re: wubi missing module multiboot to boot with Xen

2011-03-10 Thread Phillip Susi
On 3/10/2011 12:41 AM, Abhishek Dixit wrote: I am not very clear with what you said in following entry where should I add the line as you suggested. Any time before the insmod that fails. -- Ubuntu-devel-discuss mailing list Ubuntu-devel-discuss@lists.ubuntu.com Modify settings or unsubscribe

Re: wubi missing module multiboot to boot with Xen

2011-03-09 Thread Phillip Susi
On 3/9/2011 12:29 AM, Abhishek Dixit wrote: ntfs (hd0,2). Therefore any attempt to read any files from (hd0,2) simply wont work, cause there's no file there.It's a somewhat Then you want to change the prefix to point to where the module can be found: set prefix=(loop0)/boot/grub --

Re: wubi missing module multiboot to boot with Xen

2011-03-09 Thread Abhishek Dixit
On Wed, Mar 9, 2011 at 8:40 PM, Phillip Susi ps...@cfl.rr.com wrote: On 3/9/2011 12:29 AM, Abhishek Dixit wrote: ntfs (hd0,2). Therefore any attempt to read any files from (hd0,2) simply wont work, cause there's no file there.It's a somewhat Then you want to change the prefix to point to