Sponsored Content
Full Discussion: Fedora3 After XP
Operating Systems Linux Fedora3 After XP Post 66953 by tmarikle on Friday 18th of March 2005 12:10:31 PM
Old 03-18-2005
Quote:
I have 2 hard disks. On Quantum I got XP running smoothly (and sometimes slowly too Smilie ). Now I want to install Fedora3 on the 2nd hard disk (Fujistu). I need detail instructions as I'm new to Linux.
The drives themselves don't matter.

Quote:
1) How do I hook up the data cables connecting the IDE slots (there're 2) on motherboard and the hard disks ?
Just use the cable that is connected to the drive where your Windoze XP is installed. There should be a second connector that isn't being used.

Quote:
2) Which disk needs to be Master and which is Slave ?
Your Windoze XP disk is already the master, leave it this way. The Linux drive can be the slave. Read the instructions that came with your drive to determine where the jumper should be positioned on the drive. The jumper is a little black square with two holes in it already resting on some pins physically on the drive. It should already be set to slave but it may not be.

Quote:
3) Do I need to create a /boot partition in the linux disk ? If so, what should be its size ?
You can if you wish. 10 GB should be enough, someone else can probably give you some better guidelines for partition sizes.

Quote:
4) What should be the size of /swap partition ?
Typically 2x your physical RAM size. If RAM=512MB then swap can be 1GB.

Quote:
5) Where should I install GRUB bootloader into, MBR or the /, or /boot partition ?
There are two components to GRUB. One will reside in the MBR and the other will be in /boot. The MBR component is the bootstrap code and invokes GRUB so that it can either boot the Linux O/S or XP. If XP, it will invoke NTLOADER that XP installed.

Quote:
6) AFter installation, how do I boot into the OS's ???
GRUB is a boot manager and that is its job. Fedora will, by default, want to boot first and will have timer ticking down to automatically do so. You can change these settings after everything is working properly. Back up the grub.conf file before mucking with it. You can recover it with the emergency boot CD and put back the working one if you mess things up (this is coming from someone who messed his own up more than once on a tripple boot configuration).

The Fedora installer is very nice and takes care of most things for you.

Good luck

Thomas
 

We Also Found This Discussion For You

1. Linux

Screen on Fedora3

I'm using Fedora3 and Screen when i do that, Scree dont load my Bash profile so my MC, centericq and swedish keyboard is mesed up.. how can i use screen and my bash_profile? or is there another way to fix it? (0 Replies)
Discussion started by: snort
0 Replies
CTRLALTDEL(8)						       System Administration						     CTRLALTDEL(8)

NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination SYNOPSIS
ctrlaltdel hard|soft DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset, which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8) program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation for the version that you are currently using. ctrlaltdel is usually used in the /etc/rc.local file. FILES
/etc/rc.local SEE ALSO
simpleinit(8), init(8) AUTHOR
Peter Orbaek (poe@daimi.aau.dk) AVAILABILITY
The ctrlaltdel command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux October 1993 CTRLALTDEL(8)
All times are GMT -4. The time now is 02:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy