Fedora Linux Support Community & Resources Center
  #1  
Old 31st March 2009, 11:19 AM
markw10 Offline
Registered User
 
Join Date: May 2008
Posts: 12
Can I install both Fedora and CentOS on a Netbook?

I want to be able to use both Fedora and CentOS and have a MSI Wind Netbook that I can install a distro on. Since I want to be able to use both is it possible to make a dual boot system?
This netbook has a 160GB hard drive and I've heard of Grub. I am very new to Linux though but is there an easy way to set up some type of dual boot system that would prompt me at bootup and ask me if I want to boot into Fedora or into CentOS?
I would want both systems stored on a separate partition, 80GB each.
Reply With Quote
  #2  
Old 31st March 2009, 11:31 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
Make the 2 partitions, install one and then install the other. The second distro that you install, regardless of whether its Fedora or CentOS, should add the other distro to the boot loader. Should be just that simple. If it doesn't work out that way we can get you fixed up.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 4th April 2009, 11:22 PM
markw10 Offline
Registered User
 
Join Date: May 2008
Posts: 12
I installed Fedora 10 on my system and then put the CentOS DVD in to install. I got to the screen where it says:
Installation requires partitioning of your hard drive. By default, a partitioning layout is chosen which is reasonable for most users. You can either choose to use this or create your own. I have the following options:

Remove all partitions on selected drives and create default layout
Remove linux partitions on selected drives and create default layout
Use free space on selected drives and create default layout
Create custom layout

I assume the two first options would not work but when I tried the option, Use Free Space on selected drivers and create default layout it said:

Could not allocate requested partitions: Partitioning failed: Could not allocate partitions as primary partitions. Not enough space left to create partition for /boot.

I then selected Create Custom Layout:

It gave me an option at the bottom saying "Advanced Storage Configuration" which then had an option where I could modified the drive configuration and add a iSCSI target. I assume I don't use this.

If I selected Next I have the screen where I can select my hard drive but I don't know what to do next. In the window at the bottom it has:
LVM Volume Gropus
Vol Group00
LogVol00 ext3
LogVol01 swap

Hard Drives
/dev/sda
/dev/sda1 ext3
/dev/sda2 VolGroup 00 LVM PV
/dev/sdb
/dev/sdb1 vfat

When I installed Fedora I did the basic install which if I'm correct should have installed it using 3 partitions, swap, root, and a data partition. I'm just new to this but want to install it so that at bootup via Grub or another way I can choose to boot into Fedora or CentOS and I'm not sure what to do at this point.
Should I do some type of partitioning of the hard drive before installing both Fedora and CentOS or is it best to do as I did, install Fedora and then CentOS after?
I appreciate help with this. Thanks!
Reply With Quote
  #4  
Old 4th April 2009, 11:34 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,929
I usually make the empty partitions before I install anything. Doesn't make it right but that's what I do. I take a few minutes and plan out what OS's I'm installing and how much space I want to give each. Then I do the math and make the partitions. What does su -c '/sbin/fdisk -l' show now?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #5  
Old 5th April 2009, 12:17 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
See my CentOS wiki article on the Acer Aspire One. It gives details of how to do it. Definitely install Fedora first.

I'm not sure of the hardware on the MSI Wind--CentOS 5.3 doesn't have the same issues that I had in the wiki article, with the R8169, but I have no idea what the Wind is using.
If you have one with an N wireless card, you're probably out of luck at the moment--the N drivers won't build on that kernel.

Anyway, the wiki article goes through the whole easiest way to do it, IMNSHO.

http://wiki.centos.org/HowTos/Laptops/Acer/Aspire-One
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #6  
Old 5th April 2009, 12:19 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Oops, forgot to mention--known and documented bug in 5.3. If you're installing by booting from a USB drive, pull out the drive as soon as Anaconda starts (this is a CentOS problem, not Fedora--RH hasn't documented it yet, perhaps none of their developers boot from USB).

http://wiki.centos.org/Manuals/Relea...e42e0daf82282b

(The second from the bottom, I think, about booting from USB).
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
  #7  
Old 5th April 2009, 04:39 AM
markw10 Offline
Registered User
 
Join Date: May 2008
Posts: 12
I will take a look at the wiki and already printed it out. Thanks for the help. Is Grub installed in the MBR by default or is that something I have to select on install?
Reply With Quote
  #8  
Old 5th April 2009, 04:53 AM
Demz
Guest
 
Posts: n/a
Grub is installed by default when you install fedora unless you choose a different boot loader
Reply With Quote
  #9  
Old 5th April 2009, 05:20 AM
scottro's Avatar
scottro Offline
Retired Community Manager -- Banned from Texas by popular demand.
 
Join Date: Sep 2007
Location: NYC
Posts: 8,142
Grub goes into the MBR by default. My personal preference is to do that with the first installation, e.g. Fedora, then with CentOS, when it gets to grub, choose the advanced options, and choose to install in first partition of the system, e.g., sda3 or 4 or whatever your CentOS partition is.
(This also holds for Ubuntu or whatever--they should all give an option, which will be a bit unclear, as the install will just say advanced when you get to installing grub).

Then, you add each one to Fedora's grub with say,

title CentOS
rootnoverify (hd0,3)
chainloader +1

Oops, forgot one thing that I should add to that wiki article. If booting the CentOS install from a USB stick, pull the stick out as soon as Anaconda starts. Known bug, if you don't, it will screw up the grub entry, saying it's on sdb rather than sda.

http://wiki.centos.org/Manuals/Relea...e42e0daf82282b

(It's the second to last known issue).
__________________
--
http://home.roadrunner.com/~computertaijutsu

Do NOT PM forum members with requests for technical support. Ask your questions on the forum.


"I don't know why there is the constant push to break any semblance of compatibility" --anon
Reply With Quote
Reply

Tags
centos, fedora, install, netbook

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any successful install on netbook SDHC? (with /boot on primary SSD/HDD) vlad_safronoff Installation and Live Media 1 19th June 2009 09:49 AM
Netbook that runs newest Fedora well? Inception Hardware & Laptops 4 18th November 2008 05:43 PM
Fedora 9 - Which is better for my PC and Netbook - Live CD or DVD ISO longorefisher Using Fedora 0 27th October 2008 01:55 AM
Fedora Netbook Remix jasonbenedict Using Fedora 5 14th September 2008 01:06 PM


Current GMT-time: 13:00 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat