LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-11-2008, 02:51 AM   #1
VINSTAR
Member
 
Registered: Jan 2008
Location: kerala[INDIA]
Distribution: not yet confirmed
Posts: 38

Rep: Reputation: 15
help to install from iso


i hav the iso image of slackware 12 DVD
but i dont hav dvd writter

pls tell me the steps for installing directly from .iso
i dont have any bootdisks

but i hav slax live cd
can i install slackware with live cd
 
Old 02-11-2008, 03:55 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
For many distro's there will be a small (<50MB) ISO image whose only purpose it to boot up with and choose one of several installation options, such as from a network directory, or from an image. This small image may be in the DVD image, so you could mount it using a loop device and explore the disk for the exact instructions:
sudo mount -t iso9660 <dvdimagefile> /mnt -o ro,loop
If such an install.iso or boot.iso exists, burn that to a CD and boot with it.

Also, look at question #1 on their site:
http://www.slackware.com/faq/do_faq....installation#1

---

Dumb question. If you don't own a DVD drive, why did you download the DVD image?

Last edited by jschiwal; 02-11-2008 at 03:58 AM.
 
Old 02-11-2008, 11:30 AM   #3
JTR
LQ Newbie
 
Registered: Nov 2004
Location: Hannover / Germany
Distribution: Slackware
Posts: 20

Rep: Reputation: 0
Hi!
Do you have a Floppy-Drive? Then take a look here -> http://www.slackware.com/install/rootdisk.php
Maybe this will help you.
By the way > goolge is your friend
 
Old 02-11-2008, 11:55 AM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
How much spare room do you have on your hard drive? Is there enough room to make a 4.5 gig partition for the .iso (unpacked), as well as a partition to install Slackware into?

If so, make and format the 4.5 gig partition, mount the .iso as jschiwal instructed, then use these instructions (quoting myself from an earlier post on how to mount and install an iso from the hard drive, without floppy, cd/dvd, or flash drive).

Just change the references to distro name to Slackware, and references to hard drive and partition to whatever applies to the partition you make to hold the unpacked .iso.

Quote:
1. You could format hda4 for ext2 (don't need journaled fs; this is for temporary use to install the liveCD from the hard drive). Remember that hds4 must be unmounted when you run mkfs to format it.
2. Download the liveCD you want to try into DSL.
3. Make a temporary directory to mount the iso into: mkdir /mnt/iso.
4. Make a mount point for /dev/hda4: mkdir /mnt/hda4.
4. Mount the iso: mount -t iso9660 -o loop /path/to/image.iso /mnt/iso. Then mount hda4: mount /dev/hda4 /mnt/hda4.
6. Copy the mounted iso into hda4: cp -R /mnt/iso/* /mnt/hda4.
7. Unmount the iso: umount /mnt/iso.

Now some tricky work. Some livdCDs use isolinux to boot; oters use syslinux. At any rate, you want to set this up so that your current grub installation in DSL can boot the iso now copied to hda4. To do that, grub wants to find the kernel imange and initrd image in a boot folder, which may or may not exist in the liveCD you unpacked. If there is no boot folder, create one.

8. Find the kernel image and initrd and move/copy them into the boot folder you just created. In some distros the kernel image may be called vmlinuz; in others it may be called linux. One I could name has a linux and a vmlinuz file. By experimentation I learned that vmlinuz doesn't boot, but linux does (openSUSE 10.3 iso). So you may have to try more than one file in your grub config to get it to work.

At this point you are done with the iso you copied to hda4.

9. In DSL, cd to /boot/grub and edit menu.lst (or grub.conf if that's what's used) to add an entry for the iso you want to boot.
title iso-on-harddrive
kernel (hd0,3)/boot/linux root=/dev/hda4 <other boot parameters, if any>.
initrd (hd0,3)/boot/initrd.gz (or whatever it's called).

Save and exit.

10. Reboot. You should see grub menu entries for DSL and the iso you copied to hda4.
11. Select the iso and press enter. If you got the correct kernel image file and initrd in the iso's boot folder, it should boot.

Now you can run is as a liveCD from the hard drive, try it out, put it through it's paces. If you want to install to the DSL partition, run the installer script.

Once you have it working, you can delete the iso image you downloaded and the mount point /mnt/iso. Once you have installed the liveCD to the present DSL partition, you can reformat hda4 to get rid of the unpacked iso.

Nicest thing about it all is that you can create several small cd sized partitions (or dvd sized partitions) to run liveCD/DVDs from the hard drive without a working CD/DVD drive.

Bottom line: this is the technique I used for openSUSE 10.3 iso image. Have it to the point that I can boot it. But, it isn't a liveCD, so it wants to install and I've not done the rest of what I need to do vis a vis creating a partition for it to install into.

Saikee hangs out in these parts. He may be able to tell you how to use the chainloader option in the grub conf file to boot the iso without creating folders and moving/coping files.

You may also want to investigate using virtualization software as a means to boot isos on hard drive, such as qemu.
I've used the steps listed above to copy and boot OpenSuse 10.3 installation .iso (although I haven't installed it yet; still musing the partition re-distribution I want to do first).
 
Old 12-11-2015, 03:05 PM   #5
cesarbergara
Member
 
Registered: Feb 2012
Location: Buenos Aires, Argentina
Distribution: Debian, Suse, Mandrake,
Posts: 92

Rep: Reputation: Disabled
Hi. Some distros have a directory with MS-DOS tools to boot linux from MS-DOS or Windows. Take a look in the subdirectories of the DVD (from MS or Linux) and extract rawrite.exe (or some like this name) and the floppy iso.

Then (in MS)
rawrite floppy.iso a:
or (Linux):
dd if=floppy.iso of=/media/floppy

Reboot and select floppy in BIOS options.
 
Old 12-11-2015, 04:28 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
cesarbergara!!!!!!!!!!!!!!!!!!

WHAT THE BLEEP!!!!!

this is the second 8 year old NECRO POST!!!!!!!!

and most current operating systems do not even look for a floppy drive any more
seeing as YOU CAN NOT BUY ANY NEW DISKS
floppies are no longer even manufactured
 
Old 12-11-2015, 06:24 PM   #7
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Quote:
Originally Posted by VINSTAR View Post
...
but i hav slax live cd
can i install slackware with live cd
More than likely, yes. Put it in and let us know it's details.x.x...$c?
 
Old 12-11-2015, 06:27 PM   #8
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Furthermore look in the menus and systems settings plus help files there,,, too...

Last edited by jamison20000e; 12-11-2015 at 06:28 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
still trying to install iso analogg59 Linux - Software 1 07-25-2005 09:03 AM
Install from ISO RodimusProblem Linux - Distributions 5 01-07-2005 09:05 AM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM
Init waxed, install cd scratched... can I install from public ISO? KeithSpook Mandriva 7 02-20-2004 04:23 PM
Install from ISO gartogg Mandriva 3 08-26-2003 03:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration