LinuxQuestions.org
Visit Jeremy's Blog.
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 01-12-2007, 03:33 AM   #1
tcrew
Member
 
Registered: Jan 2007
Posts: 35

Rep: Reputation: 15
Some info on Grub...


I have XP and Vista installed on 2 seperate HD's, i want to now install Linux as well and i know that Grub is one of the multiboot utils to use.
What i want to know is do i have to Format my HD's and have them Blank or can i install grub as the system is now, then install Linux after that. I want to install Fedora 6, Suse and ManDriva for full system testing without loosing what i have installed already if it is possible.
I am thinking of partioning one of my drives and having 1 swap partition then 3 Linux partitions to hold the 3 linux os's.

Thanx for any help.
 
Old 01-12-2007, 03:41 AM   #2
nirmaltom
Member
 
Registered: Jun 2005
Location: India
Distribution: Redhat,Fedora,DSL,Ubuntu
Posts: 238

Rep: Reputation: 30
hi,
no need to have hard disk blank. sufficient free space or partition allocated to linux is enough.
if u dont have free space or partitions that can be used for linux,
use partition magic or parted to resize partitions.
regards,
Tom.

Last edited by nirmaltom; 01-12-2007 at 03:44 AM.
 
Old 01-12-2007, 03:45 AM   #3
mblames
Member
 
Registered: Apr 2006
Location: Place for all OpenSource
Distribution: OpenBSD 4.1, FC5
Posts: 50

Rep: Reputation: 15
Can u tell me more precisely the quota is self ?
/dev/hda ???GB
/dev/hdb ???GB
And you dont have to blank the HDs, just use windows partition software (like Partition Magic) so u can re-create the partition table. And manage the quotas for the OS.


Regards
 
Old 01-12-2007, 06:08 AM   #4
tcrew
Member
 
Registered: Jan 2007
Posts: 35

Original Poster
Rep: Reputation: 15
Well i can alocate 100 gig in total for the 3 linux os's including the swap.. I'm not too sure what a swap partition does..? is it like a page file on windows..?
So possibly 33 gig for eack linux and 1 gig for swap..?

Last edited by tcrew; 01-12-2007 at 06:11 AM.
 
Old 01-12-2007, 06:24 AM   #5
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
You can use Grub in the following way

(1) Install Grub as a stand alone sub-system in a floppy. You need a Live CD that support Grub to source the information. If you have a flopy drive the best way is to make a boot Grub floppy as no PC system cannot be booted by a Grub floppy and so it answers all your booting problems for good. With a floppy you don't need the MBR to boot any system.

(2) Use Grub from any of the Linux. All the distros (Suse, Fedora & Mandriva) wished by you employ Grub as their standard boot loader. You can amend any of the three Grub's menu.lst to multi boot all the systems. This requires Grub to take over the MBR of the first boot disk. In this method Grub must boot its host directly and all other system can be indirectly.

(3) Install Grub in a data only partition. This installation is similar to Item (1) with the attraction that you can boot all the systems indirectly using one set of commands.

Have a look at my signature before you decide. The above is listed in order of difficulties.

A swap partition is a scratch area for Linux as there is no need to do defrag with a Linux filing system.

Also the footprint of Suse, Mandriva and Fedora are all within 5Gb and a 10Gb partition for each is more than enough.

Last edited by saikee; 01-12-2007 at 06:26 AM.
 
Old 01-12-2007, 06:29 AM   #6
tcrew
Member
 
Registered: Jan 2007
Posts: 35

Original Poster
Rep: Reputation: 15
Thankyou for the replies... and i will read the stuff in your sig..

Thanx....
 
Old 01-12-2007, 08:26 AM   #7
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by saikee
A swap partition is a scratch area for Linux
That is a way to describe it.
It is more precisely a place where the kernel temporarily store memory blocks (and possibly whole files) when there is not enough RAM to hold them.
Quote:
as there is no need to do defrag with a Linux filing system.
This is neither really true, nor related to the previous statement about the swap.
Filesystems commonly used under Linux (and Unix) are less prone to fragmentation than FAT, as they try to allocate contiguous blocks to growing files in the first place. This is however defeated when the disk is nearly full, so it is wise to avoid using filesystems with less than about 10% of free space.

There are not that much specific tools to defragment a Unix filesystem but a simpler generic way is simply to backup and restore it.
 
Old 01-12-2007, 09:09 AM   #8
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
jlliagre,

Thanks for the more precise definition. I do admit using terms loosely for the sake of expediency.

Nice to have the master stepped in to take us to the next deeper level.

I learn about the 10% limit too as I never bother with defrag in Linux at all. I do know with a swap partition the files can be written back to the hard disk in a more orderly sequence (before unmounting) than that used in the MS systems. In that sense it is not much different from backup (modifying as nececessary) and restore activities.
 
Old 01-12-2007, 10:25 AM   #9
tcrew
Member
 
Registered: Jan 2007
Posts: 35

Original Poster
Rep: Reputation: 15
Well it is intersting Linux to say the least... As a total newbie to it only been messing this last week in VMware, but i do like what i see... Maybe someday Linux will totaly replace M$ Windows and have total support from 3rd party vendors..
 
  


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
info problem "info: dir: No such file or directory" EAD Linux - Software 0 03-22-2006 02:16 PM
Need info on GRUB and othe bootloaders Fozmo Linux - Software 1 03-20-2006 10:36 AM
request for GRUB with RAID devices only info aus9 Linux - Software 15 10-08-2005 11:38 PM
need a little info on setting up grub jonny bravo Linux - General 6 07-13-2005 10:53 PM
Can someone give me grub boot info? alphster Slackware 1 01-05-2005 11:38 AM

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

All times are GMT -5. The time now is 12:05 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