Page 5 of 5 FirstFirst ... 345
Results 41 to 49 of 49

Thread: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

  1. #41
    Join Date
    Mar 2006
    Beans
    22

    Exclamation Re: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

    I am experiencing the same problem that hifi25nl mentioned above. I'm using hardy-alternate-i386.iso from kubuntu-kde 8.04-alpha6.

    Is it not possible yet to use lubi with Ubuntu 8.04? Does lubi actually need to be updated for each version of Ubuntu that is released? It would be nice if it could be done in a more general way. In any case, any advice would be appreciated.

    Cheers,
    Ryan

  2. #42
    Join Date
    Mar 2006
    Location
    Palo Alto, CA
    Beans
    1,226
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

    Quote Originally Posted by hackel View Post
    I am experiencing the same problem that hifi25nl mentioned above. I'm using hardy-alternate-i386.iso from kubuntu-kde 8.04-alpha6.

    Is it not possible yet to use lubi with Ubuntu 8.04? Does lubi actually need to be updated for each version of Ubuntu that is released? It would be nice if it could be done in a more general way. In any case, any advice would be appreciated.

    Cheers,
    Ryan
    Yes, it does have to be updated for every version of Ubuntu that is released, because the various hacks required for loopmounted booting have changed with every Ubuntu version (and I haven't yet updated it for versions newer than 7.04; I've been working primarily on UNetbootin in my spare time these days). If you need a more "general" way, use UNetbootin http://lubi.sourceforge.net/unetbootin.html which can load/install any distro without a CD (just provide it with your own disk image/kernel/initrd if it isn't among those in the drop-down list).

  3. #43
    Join Date
    May 2007
    Location
    London UK
    Beans
    107
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lubi: Wubi for Linux: Install fails

    I am trying to load Ubuntu on a CD-less Thinkpad 240.

    Debian Etch is running on boot partition hda1; swap is hda2. (As an aside - the 3 Debian boot floppies do a great job of net-installing Debian on this machine, if you have a pcmcia network card).

    I have set up spare ext3 partition hda3, 8.5GB in size, for Ubuntu. I have the Ubuntu 7.04 Alternate ISO on USB flashdrive sda1. I run lubi as root in Debian. It asks for target partition and I choose /dev/hda3, which fstab has mounted at /media/hda3. I choose default root/home/swap sizes. I point to sda1's mount point for the Ubuntu ISO, and Lubi says it is copying the ISO (apparetly to destination hda3). A progress bar shows, but doesn't fill. However, the USB flashdrive flashes away for a while, and seems to have copied over the ISO; folder wubi appears on hda, containing install, boot etc. Lubi invites me to reboot and select Ubuntu from grub. I do, but the installation halts with the error message:-

    ERROR:
    Unable to access Alternate ISO - probably the installation was interrupted.
    Please run the installer again.

    I have now tried this many times, and each time it fails with the same message. Any assistance will be much appreciated.
    Last edited by pmorton; March 24th, 2008 at 04:05 PM.

  4. #44
    Join Date
    Mar 2006
    Location
    Palo Alto, CA
    Beans
    1,226
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lubi: Wubi for Linux: Install fails

    Quote Originally Posted by pmorton View Post
    I am trying to load Ubuntu on a CD-less Thinkpad 240.

    Debian Etch is running on boot partition hda1; swap is hda2. (As an aside - the 3 Debian boot floppies do a great job of net-installing Debian on this machine, if you have a pcmcia network card).

    I have set up spare ext3 partition hda3, 8.5GB in size, for Ubuntu. I have the Ubuntu 7.04 Alternate ISO on USB flashdrive sda1. I run lubi as root in Debian. It asks for target partition and I choose /dev/hda3, which fstab has mounted at /media/hda3. I choose default root/home/swap sizes. I point to sda1's mount point for the Ubuntu ISO, and Lubi says it is copying the ISO (apparetly to destination hda3). A progress bar shows, but doesn't fill. However, the USB flashdrive flashes away for a while, and seems to have copied over the ISO; folder wubi appears on hda, containing install, boot etc. Lubi invites me to reboot and select Ubuntu from grub. I do, but the installation halts with the error message:-

    ERROR:
    Unable to access Alternate ISO - probably the installation was interrupted.
    Please run the installer again.

    I have now tried this many times, and each time it fails with the same message. Any assistance will be much appreciated.
    EDIT: Nevermind, didn't notice some details in your post. It's likely some bug in the 7.04 version of the loopmounted-booting scripts (Lupin), which is pretty much unmaintained these days, since most effort is going into the version to be incorporated into 8.04. Unless you have some dire need to use a loopmounted partition, which, given that you're already running Debian, you probably don't need (ext3, and even NTFS partition resizing is quite safe and reliable these days), you should probably use UNetbootin, as described below (see the portion on using the HD-Media kernel/initrd to re-use your existing alternate iso), instead.

    As for the progressbar, that's due to Lubi being implemented as a series of shellscripts with zenity as a makeshift GUI. UNetbootin doesn't have such issues; I'll most likely simply port the newer fronted code to C++/Qt4 and use it in conjunction with UNetbootin, thereby unifying the codebases required for the Windows, Linux, and future Mac OSX versions (with the exception of OS-specific bootloader-editing code), and essentially eliminating the need for the standalone Wubi/Lubi frontend codebases.

    (ignore the following, I've reread the post more carefully and you seem to already have answered the questions; it isn't any of these issues; this is here only for reference, in case it helps)

    What version of the iso are you using? Lubi currently only supports installing Ubuntu 7.04 and its derivatives (the loopmounted-booting code changed drastically over the releases, so it's rather difficult to add support for the newer versions; it'll most likely require a rewrite).

    UNetbootin http://unetbootin.sourceforge.net or http://lubi.sourceforge.net/unetbootin.html however, supports installing any Ubuntu version (6.06-8.04) (as well as a slew of other distributions), the only difference being that it does a proper partition install, not a loopmounted-boot one, so if all you're looking for is a way to install Ubuntu without a CD, that should do the job.

    Also, are you attempting to make a bootable USB flash drive for installing Ubuntu, rather than installing to a partition? That may also be the reason why you're encountering such errors; GRUB sometimes behaves awkwardly when installed on removable media. Try using UNetbootin; select the "USB Drive" install mode and it will install Syslinux to your USB drive; if you want to re-use your existing iso rather than use the netboot install approach, simply download the HD-Media kernel and initrd files from archive.ubuntu.com and select those on the "kernel" and "initrd" lines.
    Last edited by tuxcantfly; March 25th, 2008 at 01:44 AM.

  5. #45
    Join Date
    Nov 2006
    Location
    Monroe, MI
    Beans
    61
    Distro
    Ubuntu

    Re: Lubi: Wubi for Linux: Install fails

    If Lubi is so hard to crack for loopmounting then would Wubi not be the same as far as functionality? If so why not take the Wubi code and port it back to Linux to make an 8.0.4 compatible Lubi version?

  6. #46
    Join Date
    Jun 2008
    Beans
    481
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

    Hello I am using Ubuntu installed with wubi, Could I use lubi to boot other OS's inside my wubi installation?

  7. #47
    Join Date
    Feb 2006
    Beans
    35

    Re: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

    Does not seem to work for Ubuntu 9.04

    It is looking for /cdrom/install/vmlinuz
    however in Ubuntu 9.04 that file is located at /cdrom/casper/vmlinuz

  8. #48
    Join Date
    Nov 2005
    Location
    Hungary
    Beans
    27
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

    I think Lubi would be a wonderful addition to the official Ubuntu repositories — however, it currently does not support EXT4, which has been the filesystem by default since 9.04.

    This is a shame because it would make alpha/betatesting Ubuntu really easy. Actually I am baffled as to why the developers of Ubuntu haven't focused on this tool to make testing of Ubuntu development releases more convenient, without the hassle of partitioning.

    edit: Forgot my actual question: Are there any plans to add support for EXT4?
    Last edited by jegHegy; March 6th, 2010 at 03:49 PM.

  9. #49
    Join Date
    Feb 2011
    Beans
    80

    Re: Lubi: Wubi for Linux: Install *ubuntu on any Linux, no partitioning needed

    hey guys, i tried to use lubi but i messed up the size of the home and root, how can i delete it and try again?

Page 5 of 5 FirstFirst ... 345

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •