Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am quite new to linux and keen on learning how to use linux, currently i am learning from the cbt nuggets videos, i have a old pc at home which has Red Hat installed on it, my question is how do i dual boot suse and red hat together ? i have red hat installed on a physical 40GB ide hard drive and i want to install suse on another 200gb hard drive which i have lying around. i am gonna have to install suse from an iso image i have, i dont have a dvd rom drive in the pc, so how would i go about installing it from an iso and also being able to dual boot between suse and red hat ?
Strictly speaking, you can't install directly from an ISO image; you have to either burn to media (CD/DVD/USB Stick) and boot from that or mount once you've booted from other media. As for question #2, that's pretty simple. Just modify /boot/grub/menu.lst on your redhat to boot the suse from drive 2 (/dev/sda3??).
Have never try to install suse from iso, so don't know what is reguired to get it to work, however this is general synopsis of how to do install from iso. Depending on the iso the basic way is too create a directory in the top directy, extract out the kernel and initrd files from the iso and copy to directory, setup grub to boot kernel and initrd. Problems usually encounter are 1.all iso won,t work some after booting still look for dvd/cd drive to install from. 2.Iso has to be in top directory, or totally extracted out, or premounted before installation. 3.special parameters have to be enter on kernel line of grub to get installation from iso to work.
If you can get the openSUSE 11.2 DVD onto your HDD, I believe you should be able to use unetbootin to have the image file boot as if it were on a drive.
Actually, you can install openSuSE from an ISO image. You need to give the location of the iso which could be in a directory or a samba share. The trick is booting the installer.
If it is located in your home directory of your fedora installation, that would be fine.
Mount the iso and look at the install pdf in the /docu/ directory. Look at 1.2.1 for instructions on booting with hard drive.
Quote:
Hard Disk openSUSE installation can also be booted from the hard disk.
To do this, copy the kernel (linux) and the installation system
(initrd) from the directory /boot/architecture/ on the instal-
lation media to the hard disk and add an appropriate entry to
the existing boot loader of a previous openSUSE installation.
So you could copy these two files from the image and add an entry in /etc/grub/menu.lst or bootup, and enter the grub shell. Then enter a "kernel ..." and "initrd .." line. Then enter the command boot. You can use tab completion to enter the files you copied to /boot/.
After booting you can select the ISO file as the installation source.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.