LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 03-13-2009, 04:39 PM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
Urgent help, on changing Partition Number


I goofed.
First there was no /dev/sda1 on this drive, because space was previously from removed Windows, free space allocated back to Linux /dev/sda2 which is Linux /
Resized / partition to get 10gb free space back to install WindowsXP on.
and I made free space as a NTFS partition. I have WinXP installed, BUT!!
Windows is on /dev/sda2 and Linux / is on /dev/sda1, which causes problem
for Linux to boot off of /dev/sda2.

How do I change Partitions around for.

Windows /dev/sda1
Linux / /dev/sda2 ??

Can I use Fdisk or Gparted to change Partition numbers. ? And how would I do that ??

Last edited by mickeyboa; 03-13-2009 at 04:41 PM.
 
Old 03-13-2009, 07:41 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
There is not reason why Linux can't boot off sda2. What are you using to boot, Grub or windows bootloader? I assume after you re-installed xp you can boot to it? You know that it wrote over your master boot record entry for Linux (you neglected to mention which Linux distribution you are using) for whatever bootloader you were using. If you were using Grub previously, you now have the xp bootloader and you need to either modify it to boot Linux or re-install Grub.
 
Old 03-13-2009, 09:28 PM   #3
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
FC 10
Here is my Fdisk;


DEv BOOT START END Blocks ID SYSTEM

/dev/sda1 1 5099 40957686 83 Linux
/dev/sda2 * 5100 6374 10241432+ 7 HPFS/NTFS
/dev/sda3 6375 14815 67802332+ 83 Linux
/dev/sda4 14816 14946 1052257+ 5 Extended
/dev/sda5 14816 14946 1052227 82 LinuxSwap

The sda1 is really the / Linux boot partition.

When I resized the /dev/sda2 / partition to get 10gb of free space to
make a partition, /dev/sda1 for WindowsXP NTFS, Gparted changed the Partition number.

From what I can see is delete /dev/sda2 and change /dev/sda1 Linux / to /dev/sda2 to get back to Linux / as Boot.

I don't know a whole bunch about Linux, so please be very definitive on what I need to do to get these partitions straighten out.

FC10 is a new install and I don't want to loose /home and My sister has just got to have Windows

sda2 is /
sda3 is /home
 
Old 03-14-2009, 11:15 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
If I understand your situation correctly, you originally had xp, removed it, put Fedora on, re-installed xp??? If that's the situation, xp has overwritten your master boot record which is why you can't boot Fedora. I am assuming that is the problem??

If that is the problem, you need to either modify your xp boot files or re-install Grub to the mbr from Fedora. You could use the install disk for Fedora or any Linux OS. If you don't know how to do this, post back.

If that's not the problem, could you be more specific about exactly what it is, what you can boot and not.
 
Old 03-14-2009, 11:58 AM   #5
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
Your assumptions are all correct.

If I had NTFS on sda2 and the linux boot / on sda1 and I changed Grub setup to boot off sda1 instead of, "Originally" sda2, and I did a grub-install /dev/sda ,
Would the Windows Partition be seen and booted from in the Linux boot Menu ??

And just exactly what and how do I edit in Grub to boot off sda1 instead of sda2 ??

I would like to put the Linux / boot back at sda2, and WindowsXP at sda1 but I don't know how to do that

sda1 / linux boot
sda2 NTFS WindowsXP
sda3 /home
sda4 Extended
sda5 Linux Swap

Last edited by mickeyboa; 03-14-2009 at 12:01 PM.
 
Old 03-14-2009, 12:55 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I don't have time to dig into this at the moment, but the "booting" link below in my sig might help.
 
Old 03-14-2009, 05:43 PM   #7
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Quote:
First there was no /dev/sda1 on this drive, because space was previously from removed Windows,
I expect there was. That's where windows was before you installed Fedora and deleted windows. When you delete a partition, my understanding is that the other partitions get re-numbered.

You installed Fedora. If you had run fdisk -l at this point, you would have seen sda1 as a Linux partition. You then re-installed xp by shrinking the Fedora / (root) partition which is why xp is sda2 not sda3 (/home).

In an earlier post you had this:
Quote:
sda2 is /
No, it's not. Look at the fdisk -l output you posted. sda1 and sda3 are your Linux partitions and sda2 is xp.

Quote:
The sda1 is really the / Linux boot partition.
In the above statement, is sda1 a separate /boot partition or is it just the root partition with sda3 as a separate /home partition? Makes a difference.

Quote:
Would the Windows Partition be seen and booted from in the Linux boot Menu ??
It would but you need to manually enter, I think. Haven't used Fedora lately and am not sure if it manually detects windows installs.

Quote:
I would like to put the Linux / boot back at sda2, and WindowsXP at sda1 but I don't know how to do that
Why? Doesn't matter which partition either are on as long as xp is on a primary. If you want xp to be default, OS that can be easily changed. Following instructions assume sda1 is your "ROOT" partition.

Put the Fedora CD in the drive, log in as root, type 'grub' when you get the root prompt. Your prompt should change to 'grub>' (without quotes). Here you enter:

root (hd0,0) (hit enter key)
setup (hd0) (hit enter key)
quit (hit enter key)

The first command shows Grub on which partition to find bootloader files. The second command puts stage1 file of Grub in the master boot record pointing to sda1. Third command exits Grub.

You should then be able to boot Fedora. If so, Fedora has a file in /boot/grub directory called menu.lst, maybe grub.conf. You may need to put an entry there for xp like:

rootnoverify (hd0,1)
chainloader +1

Let usn know how things go. If your sda1 is actually a boot partition and not root, instructions will be different.

I'm assuming you are only able to boot xp now??

Last edited by yancek; 03-14-2009 at 05:45 PM.
 
Old 03-14-2009, 05:48 PM   #8
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
or simply get super grub disk and fix it automatically
 
Old 03-14-2009, 09:39 PM   #9
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
Thanks for your help
 
  


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
URGENT !! Need to find outthe Serail number shads2k5 Linux - Server 1 10-10-2008 07:17 AM
changing number of desktops zowey Mandriva 2 01-11-2007 09:34 AM
changing Major Number binumohanr AIX 1 07-28-2006 07:59 AM
changing IP number for new webserver AZDAVE Linux - Networking 1 12-10-2003 04:13 PM
changing the number of colors Robert0380 Linux - General 7 05-22-2003 07:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 02:33 AM.

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