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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-25-2006, 11:39 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2006
Posts: 3
Rep:
|
Can I dual boot if Linux is installed to a 2nd hard drive?
Hi there everyone. I'm very new to Linux and my biggest problem right now is getting it installed on to my desktop. I was able to install Suse on an old Toshiba laptop, but I really want to have an installation on my main computer with current hardware.
What I'm trying to do is install Linux to an IDE drive, whereas my Windows XP system (and MBR)drive is actually two SATA drive in a RAID array.
Every dual boot installation instruction I've found talks about putting Linux on the system drive in a seperate partition. Is it possible for me to maybe boot via a floppy disk or CD? Ideally, I'd like to install a few different distributions of Linux to my IDE drive and then have a bootloader (with Windows as default - or my wife will kill me...) let me choose between them all - even if they're on another drive entirely.
Thanks for any help, and please, forgive my ignorance. I'm apparently lacking the imagination to find the right search terms to find the answers to my questions. I appreciate any help you can give.
Thanks!
-travis
|
|
|
|
08-25-2006, 11:54 PM
|
#2
|
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware, Cross Linux from Scratch, Gentoo
Posts: 2,663
Rep: 
|
Yes, you can install Linux on a second or third or fourth HDD. When you get to the step of partitioning you drives during the install, just don't use the primary drive. Select to partition /dev/hdb (assuming this is the second drive) and install Linux there. Most Linux distros I've used will detect the presence of other OS, including Windows. If you use the bootloader your distro installs, the installation program should configure the machine to boot Windows. Some of the GUI driven installers, Fedora comes to mind, let you choose your default OS during the install. If yours doesn't, editing the configuration file is easy, but we're happy to help if you can't figure it out.
|
|
|
|
08-25-2006, 11:59 PM
|
#3
|
|
Member
Registered: Sep 2003
Location: USA
Distribution: Ubuntu Linux
Posts: 103
Rep:
|
Bootloading options can be tricky. It may be best to install a bootloader as GRUB onto a floppy disk (or CD, for reliability).
If you can install Linux onto that one partition you were talking about and leave all other partitions unformatted/unchanged then this should work well. Make sure to choose to write the bootloader to the floppy/CD and only the floppy/CD though.
You can copy the floppy image to CD if you can't write the CD image directly.
I'm sorry that I can't help much since your problem wasn't too specific to me.
|
|
|
|
08-26-2006, 12:20 AM
|
#4
|
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 11,220
|
Mmmm - that sounds like a "mickey-mouse" on-board RAID.
Which means Windows driver even though they might advertise it as "hardware RAID".
Should probably work as you're only updating the MBR, but I refuse to play with that type of RAID, so I can't really help.
In general, using separate disks is not only supported, it's the way I try to build always - much safer than exposing some other system due to a "finger check".
|
|
|
|
08-26-2006, 09:48 PM
|
#5
|
|
LQ Newbie
Registered: Aug 2006
Posts: 3
Original Poster
Rep:
|
Raid
Quote:
Mmmm - that sounds like a "mickey-mouse" on-board RAID.
Which means Windows driver even though they might advertise it as "hardware RAID".
|
I'm not sure exactly what you mean by "mickey-mouse" RAID. But I'm fairly certain it's hardware RAID. It's an Abit AV8 motherboard.
I'm going to try Suse and see if that works. Is there any reason to run multiple distros other than simple experimentation?
Thanks again for the help!
-travis
|
|
|
|
08-26-2006, 10:05 PM
|
#6
|
|
Senior Member
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~
Posts: 2,756
Rep: 
|
Quote:
|
Originally Posted by Traviswf
I'm not sure exactly what you mean by "mickey-mouse" RAID. But I'm fairly certain it's hardware RAID. It's an Abit AV8 motherboard.
|
There is a piece of code in BIOS what tells Windows to load software RAID. Do a Google for "fake RAID" ...
|
|
|
|
08-26-2006, 10:06 PM
|
#7
|
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 3,513
Rep:
|
Quote:
|
Originally Posted by Traviswf
I'm not sure exactly what you mean by "mickey-mouse" RAID. But I'm fairly certain it's hardware RAID. It's an Abit AV8 motherboard.
I'm going to try Suse and see if that works. Is there any reason to run multiple distros other than simple experimentation?
Thanks again for the help!
-travis
|
I have that board and it is the type of raid he is putting down you need to load drivers for it to work in software. When setting up whichever distro you choose make sure that you set the boot priority for the IDE driver to be number one in the BIOS that way when the bootloader gets installed it will be on the IDE drive not one of your SATAs and as to running multiple distros pretty much your idea although it can be helpful when trying to choose which one you finally want to run.
|
|
|
|
08-26-2006, 10:31 PM
|
#8
|
|
LQ Veteran
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 11,220
|
Sorry, I wasn't trying to put down software RAID per se.
I just object to that being marketed as "hardware RAID" and people being misled.
|
|
|
|
08-27-2006, 12:54 AM
|
#9
|
|
LQ Newbie
Registered: Aug 2006
Posts: 3
Original Poster
Rep:
|
Quote:
Sorry, I wasn't trying to put down software RAID per se.
I just object to that being marketed as "hardware RAID" and people being misled.
|
And with good reason, because apparently I was misled... The dastardly fiends!
So I should be able to put the boot loader on my IDE drive, and set that drive as my first boot drive in the bios - but within the boot loader I can set Windows XP as my default OS with the Linux distros accesible but installed on the IDE drive?
And one day, when SUSE is actually finished downloading I'll try this out! For some reason the torrent I'm using is leech infested...
|
|
|
|
08-27-2006, 01:46 AM
|
#10
|
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 3,513
Rep:
|
Quote:
|
Originally Posted by Traviswf
And with good reason, because apparently I was misled... The dastardly fiends!
So I should be able to put the boot loader on my IDE drive, and set that drive as my first boot drive in the bios - but within the boot loader I can set Windows XP as my default OS with the Linux distros accesible but installed on the IDE drive?
And one day, when SUSE is actually finished downloading I'll try this out! For some reason the torrent I'm using is leech infested...
|
Almost all on-board RAID is just software run there are no real controllers on the board itself. With the IDE drive showing up as the first device that is where the boot loader will be installed and Suse should probably give you the choice where it will be installed or at least it did a while ago when I last used it. For the torrent problem you should check on the Suse site for what is called a ftp/http install disks, you just download and make a couple of boot floppies then boot from them to do the install from the net it will save on the bandwith in the long run and time right now waiting for the download. One more thing sometimes windows will get confused when trying to boot after you have added a drive and changed the boot order for this you modify the grub configuration file and do drive mapping to lie to it telling windows that it is still the first drive(s) in the system. I'm not sure if this applies to the RAID though as I think you get some kind of RAID boot menu that comes up with the AV8 don't you or at least I think thats what it was showing up in my boot sequence until I disabled the RAID ROM in the BIOS as that was the only way to get my single SATA drive to show up in the BIOS to be able to install anything on.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:49 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|