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
installgrub(1M) 														   installgrub(1M)

NAME
installgrub - install GRUB in a disk partition or a floppy SYNOPSIS
/sbin/installgrub [-fm] stage1 stage2 raw-device The installgrub command is an -only program. GRUB stands for GRand Unified Bootloader. installgrub installs GRUB stage 1 and stage 2 files on the boot area of a disk partition. If you specify the -m option, installgrub installs the stage 1 file on the master boot sector of the disk. The installgrub command accepts the following options: -f Suppresses interaction when overwriting the master boot sector. -m Installs GRUB stage1 on the master boot sector interactively. The installgrub command accepts the following operands: stage1 The name of the GRUB stage 1 file. stage2 The name of the GRUB stage 2 file. raw-device The name of the device onto which GRUB code is to be installed. It must be a character device that is readable and writable. For disk devices, specify the slice where the GRUB menu file is located. (For Solaris it is the root slice.) For a floppy disk, it is /dev/rdiskette. Example 1: Installing GRUB on a Hard Disk Slice The following command installs GRUB on a system where the root slice is c0d0s0: example# /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0d0s0 Example 2: Installing GRUB on a Floppy The following command installs GRUB on a formatted floppy: example# mount -F pcfs /dev/diskette /mnt # mkdir -p /mnt/boot/grub # cp /boot/grub/* /mnt/boot/grub # umount /mnt # cd /boot/grub # /sbin/installgrub stage1 stage2 /dev/rdiskette /boot/grub Directory where GRUB files reside. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ boot(1M), fdisk(1M), fmthard(1M), kernel(1M), attributes(5) Installing GRUB on the master boot sector (-m option) overrides any boot manager currently installed on the machine. The system will always boot the GRUB in the Solaris partition regardless of which fdisk partition is active. 24 May 2005 installgrub(1M)
All times are GMT -4. The time now is 05:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy