Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Booting with ISO file without CD

  1. #1
    Join Date
    Oct 2008
    Location
    PUNE, INDIA
    Beans
    40
    Distro
    Ubuntu

    Lightbulb Booting with ISO file without CD

    Greetings,

    I am absolutely not sure if this is correct channel to discuss ideas, please bear with me.

    Problem: As a linux fan, I tend to tryout all linux Distro and its Releases, so, I burn a CD/DVD for each (Release) X (Distro) and install it, for next Release or another Distro, I burn another CD/DVD, so till now, I have nearly 100(s) of disks lying in my CD bank.

    Constraints: Internet connection at my place is very slow, so cannot use network booting, I don't have a networked environment, so cannot setup the local network booting environment too.. (I download the ISOs from netcafe and get it to my home in pendrive)

    Like me there could be *many* users who are unnecessarly consuming plastic disks for single installation, and hampering mother nature!!

    Solution: One will download an boot-able ISO and place it on his machine, then, he will boot machine with *generic* booting CD which create a *virtual* CD ROM and mounts the specified ISO and start booting process once more, installation follows...

    I am absolutely not sure about feasibility, I need your views.

    Regards,
    Pushkaraj
    Last edited by pushkarajthorat; February 16th, 2010 at 03:52 PM.
    -पुष्कराज थोरात

  2. #2
    Join Date
    Oct 2005
    Location
    De Kwakel - Holland
    Beans
    3,657

    Re: Booting with ISO file without CD

    I fixed it with VirtualBox.
    You can also use a rewritable disk.

  3. #3
    Join Date
    Jan 2010
    Location
    06335
    Beans
    16
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Booting with ISO file without CD

    Once you have the ISO on your home machine, you could choose to use unetbootin from (http://unetbootin.sourceforge.net/) to turn your pen drive into a live disk, and install it that way. That's how I did my full install, and it's working great so far. The main reason I don't use a CD is because my drive doesn't work at all (in windows or Ubuntu).

  4. #4
    Join Date
    Oct 2008
    Location
    PUNE, INDIA
    Beans
    40
    Distro
    Ubuntu

    Re: Booting with ISO file without CD

    Quote Originally Posted by kellemes View Post
    I fixed it with VirtualBox.
    I didn't get the problem you are pointing here.. could you please elaborate?
    -पुष्कराज थोरात

  5. #5
    Join Date
    Oct 2008
    Location
    PUNE, INDIA
    Beans
    40
    Distro
    Ubuntu

    Re: Booting with ISO file without CD

    Hi Bill,
    Thanks for pointing to UNetBootin, I'll try out this, I am feeling that this will solve my problem.
    -पुष्कराज थोरात

  6. #6
    Join Date
    Mar 2009
    Beans
    554
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Booting with ISO file without CD

    Quote Originally Posted by pushkarajthorat View Post
    I didn't get the problem you are pointing here.. could you please elaborate?
    Virtualbox is a program that allows you to run a vitual computer within a running a computer, it can boot the iso and you can run it inside that

    though this does not actually allow you to boot the physical computer from an iso

    also, i'd recommend you download ubuntu isos from the offical server or one of its many offical mirrors

    download link - http://www.ubuntu.com/GetUbuntu/download
    vitual box site - http://www.virtualbox.org/

    vitual box is installable from the software center if you are running 9.10, or from add/remove programs in 9.04

    there is also a windows version on the vitualbox site
    Last edited by Dayofswords; February 17th, 2010 at 08:05 AM.
    Someday we'll hit the human carrying capacity. And the band will just play on. -Me

    I'm trying PHP, so my code can probably be labelled "bad and insecure"

  7. #7
    Join Date
    Oct 2006
    Beans
    107
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Booting with ISO file without CD

    GRUB 2 now has support for booting from ISO files on the hard drive. The live OS has to support this feature though - most recent distributions, including Ubuntu 9.10, supports this feature.

    Something like this in /etc/grub.d/40_custom will work:
    Code:
    menuentry "Ubuntu 9.10 32-bit" {
        loopback loop /boot/livecds/ubuntu-9.10-desktop-i386.iso
        set root=(loop)
        linux /casper/vmlinuz iso-scan/filename=/boot/livecds/ubuntu-9.10-desktop-i386.iso file=/cdrom/preseed/ubuntu.seed boot=casper
        initrd /casper/initrd.lz quiet splash --
    }
    The ISO file 'ubuntu-9.10-desktop-i386.iso' is put in '/boot/livecds/'.

  8. #8
    Join Date
    Oct 2008
    Location
    PUNE, INDIA
    Beans
    40
    Distro
    Ubuntu

    Re: Booting with ISO file without CD

    IronClaw,
    Thanks for your reply, this is interesting; I will try out this today evening, I already have GRUB 2 on my machine. Just matter of executing this.

    For curiosity, is booting from an ISO using GRUB will be capable of installing OS(ubuntu in particular)?

    Regards, Pushkaraj
    -पुष्कराज थोरात

  9. #9
    Join Date
    Oct 2006
    Beans
    107
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Booting with ISO file without CD

    Quote Originally Posted by pushkarajthorat View Post
    IronClaw,
    Thanks for your reply, this is interesting; I will try out this today evening, I already have GRUB 2 on my machine. Just matter of executing this.

    For curiosity, is booting from an ISO using GRUB will be capable of installing OS(ubuntu in particular)?

    Regards, Pushkaraj
    Yes, the functionality of an OS booting from an ISO should be the same as that booting from a CD. So you should be able to install if you boot from the ISO.

    The only potential problem I can think of is that you won't be able to resize the partition where the ISO is.

    Remember to run "sudo update-grub" after appending the menuentry to '/etc/grub.d/40_custom' so that '/boot/grub/grub.cfg' is updated to include the new menuentry.

  10. #10
    Join Date
    Oct 2008
    Location
    PUNE, INDIA
    Beans
    40
    Distro
    Ubuntu

    Re: Booting with ISO file without CD

    Bill D,
    I tried unetbootin, and it worked great.


    All,
    I've not be tried the GRUB 2 thing, but if anyone has, or will in future, please update this thread.

    Thanks for everyone for the response.

    Regards,
    Pushkaraj
    -पुष्कराज थोरात

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •