Install Linux from .iso without CD/DVD/USB

Goh Lip g.lip at gmx.com
Sat Apr 24 15:31:25 UTC 2010


On Sat, 24 Apr 2010 09:52:18 -0400
Keith Clark <keithclark at k-wbookworm.com> wrote:

> Is it possible to install a version of Linux on a computer running
> Ubuntu without a CD/DVD/USB Drive?  All I have is the .iso image.


Yes, using grub2, boot with example below......

menuentry "Livecd  " {
	loopback loop (hd0,10)/pop/ubuntu-10.04-desktop-amd64.iso
	linux (loop)/casper/vmlinuz boot=casper
iso-scan/filename=/pop/ubuntu-10.04-desktop-amd64.iso noprompt noeject
quiet splash initrd (loop)/casper/initrd.lz 
}

In above example, iso file: ubuntu-10.04-desktop-amd64.iso is at
partition (hd0,10), folder 'pop'. (no 'home' in example, if at home,
then (hd0,10)/home/you/xxxxx).

It will boot like a livecd from cdrom and continue to install as usual.

Good luck - Goh Lip

-- 






More information about the ubuntu-users mailing list