Wednesday, June 30, 2010

Install Linux Without Burning An ISO To CD/DVD - Use The ISO Downloaded To Your Hard Drive

Install Linux Without Burning An ISO To CD/DVD - Use The ISO Downloaded To Your Hard Drive

I have written this complete article on my blog also: http://mightydreams.blogspot.com/2007/09/i-am-describing-here-method-to-install.html. I am describing here a method to install Linux without using a DVD ROM or CD Drive; I have checked it myself. There are many ways to do so you can install Linux by 1) booting from the network; 2) having an ISO image on your hard disk; 3) booting from USB; 4) installing a linux system from scratch by building your own.

I am assuming that Linux is not installed on your system and neither grub or lilo is there. This method is using an OpenSuse 10.2 Image but is same for Fedora or Debian or any other distro. There is one check point in case you used Nero to copy CD or DVD image then it might have been possible that you copied the image and it is file with dot nrg extension in that case you need to get the ISO from NRG.

I have installed by all the above methods but I am describing here the simplest one since there are many new comers who would not be able to understand other methods. Before doing all this make sure:

  1. that you have enabled the option of viewing file extensions in View Options of folder view.
  2. If you use Fedora or any other distribution do not use the NTFS partition to store the image although OpenSuse 10.2 can work from NTFS partition I have done it using NTFS partition only but will not suggest you to do the same.
  3. Most important do not install Linux on the same partition on which you have the ISO from which you are installing everything since it will format that hard disk that holds the image you are using.

There is an image named openSUSE-10.2-GM-DVD-i386.iso which you would have downloaded rename it to suse.iso (not necessary to do so but will make your life simple).

Similarly for any other linux distro you might have an image of fedora or debian etc. rename it to some simple filename. The image is 3.6 GB then download the grub for dos from: http://sourceforge.net/projects/grub4dos

Before someone reads the following lines I want to inform you while you install winzip or winrar by default they are associated with ISO filetype so you may see your downloaded ISO as an icon that says it can be extracted via Winrar; just go and disable this in options tab from Winrar menu; if you want to burn the ISO directly to CS just go to Nero and select burn image to disk and select the ISO; you do not need to make it a bootable CD or DVD.

Extract the downloaded grub4dos using winzip or winrar, you will get a folder name grub - copy it to C drive then create a folder name boot in C drive of your windows partition (C drive is not necessary but makes life simple ). Now copy grldr from grub to C:

Add the line

C:grldr="Start Linux"

to your boot.ini (even if I have mentioned the README there says it all). Now different distributions of Linux have different kernel names like:

Fedora: vmlinuz and initrd.img

Suse: linux and initrd

Mandriva: vmlinuz and all.rdz

Ubuntu: vmlinuz and initrd.gz

Gentoo: gentoo and gentoo.igz

Knoppix: vmlinuz and initrd.img

Slackware: bzImage and initrd.img

Debian: vmlinuz and initrd.gz

Use winrar to navigate the ISO image. You will go inside the folder named boot or whereever the kernel is in your CD or DVD ISO (I took OpenSuse 10.2; inside the installation media there was a boot folder; inside it was a loader - path is openSUSE-10.2-GM-DVD-i386.isobooti386loader - that had kernel image named linux and the initrd named initrd; both are needed). Copy the kernel images vmlinuz and initrd.gz which you see with winrar in your ISO archive from your ISO to the folder boot on the C drive. Both files vmlinuz and initrd are required for any linux system to boot.

You can use winrar or 7 zip or something similar to view files and extract only two files rather than extracting whole ISO. Then you don't need to do anything - just restart the computer and you will get a screen that says:

Microsoft Windows XP

Start Linux

Choose the option Start Linux then go to grub. You will find an entry that says command prompt. Use command prompt because even after making changes as said in README sometimes it did not work. Press enter to select the command prompt option; you will get a grub shell showing something like this:

grub >

Now type on grub prompt (grub>). Note you do not need to type grub > - it is already there on your screen; if not you made some mistake. In my case it was suse so:

grub >kernel (hd0,0)/boot/linux

grub >initrd (hd0,0)/boot/initrd

grub >boot

If you are using some other distribution then above commands will change like this:

grub >kernel (hd0,0)/boot/vmlinuz (depending upon your kernel name)

grub >initrd (hd0,0)/boot/initrd.gz (depending upon your initrd name)

grub >boot

Press enter then. Now the kernel will load and will ask you to choose the medium to boot from; choose the medium hard disk. It might give some error - just ignore it. If it asks to hit back button, do it. Then choose the medium etc and then choose the hard disk partition to boot from. Then it will ask for the file name - enter suse.iso in the partition where you have it, then press enter. If you did everything right, installation will start. If you messed up then probably you might get an error like boot.catalog not found or some other error like this. Installation starts - it might display some error messages; just ignore them and press enter or hit the back button. Then choose your language and keyboard, then choose the installation medium - it gives three options:

CD Network Hard disk

Choose the hard disk and then from the hard disk choose the correct partition where you copied the 3.6 GB suse.iso. Do not format the same partition on which the image is. By looking at the above procedure do not get confused by the network installation procedure which is quite different from the normal ones.

You can read the complete method of network booting and PXE intallation on my blog.

http://mightydreams.blogspot.com/2007/08/i-am-writing-this-small-tutorial-for.html


Copyright (c) 2010 Tapas
Permission is granted to copy, distribute and/or modify the content of
this page under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is available at http://www.gnu.org/licenses/fdl.html

Posted via email from ://allthings-bare

No comments:

Post a Comment