LinuxQuestions.org
Review your favorite Linux distribution.
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 06-28-2012, 11:37 AM   #16
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354

O.K., I just looked at some GRUB 2 references, and it seems like GRUB needs a 512Kb (or maybe just 512 bytes?) of free space after the MBR. So you'll need to move your partitions a bit, which is fairly easy to do. The easiest way is to boot from a Live CD that supports gparted (e.g., System Rescue, but almost any LiveCD distribution should have it available.)

Once you have gparted running, select your hard drive and resize the first partition to start a sector farther from the place where it currently starts. (That will make the first partition one sector smaller, which should not be a significant reduction in that partition's space.) Then go back and try the grub-install again.
 
Old 06-30-2012, 07:25 AM   #17
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Original Poster
Rep: Reputation: 15
Thank you. I will download the rescue CD and foloow what you have suggested and let you know. For the time being I am working in F17 by booting into it through Super Grub Disc.
 
Old 07-02-2012, 07:11 AM   #18
dnskdas
Member
 
Registered: Nov 2008
Posts: 56

Original Poster
Rep: Reputation: 15
I created 100 MB unallocated space before partition 1 with GParted and then tried to install Grub2 on /dev/sda, but the same warning, I have mentioned before, came again and it stopped installing. Then finally I tried to install it forcibly with
Code:
grub2-install --force --recheck /dev/sda
and this time although the same first two lines of warning came, but finally it said that it had finished installing grub2 without any error being reported. Now I am getting grub menu at the start and can enter f17 as well as windows 7 and so my immediate problem has been solved. Only thing I still could not understand what was the actual problem and whether thing has been stable or not ?
Thanks to you all for your support and help.
- SKD
 
Old 07-13-2012, 03:44 AM   #19
tigger908
LQ Newbie
 
Registered: Jul 2012
Location: Wales
Distribution: Fedora
Posts: 4

Rep: Reputation: Disabled
I had the same problem after a fresh install of Fedora 17 over an existing CentOS distribution. It seems the first stage of the boot loader failed to install (MBR). I already had a boot partition (512MB) at the start of the drive so my issues may not be the same as SKD. However using the --force and --recheck seem to allow the grub2-install command to proceed and succeed. This may work irrispective of the partition layout? Might be worth a try for anyone following this with similar issues.

T.
 
Old 08-27-2012, 05:09 AM   #20
rahulbarai
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Rep: Reputation: Disabled
Hello Everybody, I completely novice to Linux and also new to this forum. I tried to install Fedora 17 from DVD,in dual booting mode with Windows XP SP3. Firstly I created 22 GB Primary partition for installing Windows XP. Then I created two 15 GB partitions respectively,leaving 23 GB free space for installing Fedora 17.I had Installed the Windows XP first. Then I installed Fedora 17 with DVD in that free space following the instructions during the installation process,choosing GNOME. Installation was successful but at the very end it got stuck and error message was displayed
Quote:
There was an error installing the bootloader. The system may not be bootable
After that I tried everything as instructed in this thread above and all the same error message were showing that " dnkskdas " have mentioned in this thread step by step respectively. I tried running
Quote:
grub2-mkconfig -o /boot/grub2/grub.cfg
in recovery console as chroot following error message was given
Quote:
/usr/sbin/grub2-bios-setup: warning: this LDM has no Embedding partition; embedding won't be possible
/usr/sbin/grub2-bios-setup: warning: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
/usr/sbin/grub2-bios-setup: error: will not proceed with blocklists.
,even I tried the following
Quote:
grub2-install --force --recheck /dev/sda
but this also went in vain,following error message was given
Quote:
grub cannot be installed in dev/sda,""force --recheck /dev/sda" command not recognized, contact bug-grub2@gnu.org
. Still my system is booting to Windows XP only and GRUB is nor showing. I tried to boot Fedora via Supper Grub disc ,but only Windows Xp is showing during that process. Please tell me what went wrong and how to fix the problem.
My Configuration is :
lenovo 3000 J series with
intel chipset Motherboard,
intel pentium 4 processor,
80 Gb Hard Disk,
1.25 Gb Ram,
512 MB NVIDIA Gforce 7600 graphics card.

Thanking you in advance.

Last edited by rahulbarai; 08-27-2012 at 05:37 AM. Reason: Some typing mistakes.
 
Old 08-28-2012, 03:00 AM   #21
tigger908
LQ Newbie
 
Registered: Jul 2012
Location: Wales
Distribution: Fedora
Posts: 4

Rep: Reputation: Disabled
I'm guessing this may have something to do with the way you've partitioned your disk. Can you provide more informaiton on your partions?

T.
 
Old 08-28-2012, 05:01 AM   #22
rahulbarai
LQ Newbie
 
Registered: Aug 2012
Posts: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by tigger908 View Post
I'm guessing this may have something to do with the way you've partitioned your disk. Can you provide more informaiton on your partions?

T.
Disk Partition order as follows respectively :
1. 500 MB boot partition
2. 22.35 GB NTFS (system windows)
3. 15.72 GB basic NTFS
4. 15.67 GB Basic NTFS
5. 20.03 GB Linux.

I have created a 100 MB unallocated space just after the 2nd partition.

Last edited by rahulbarai; 08-28-2012 at 05:35 AM.
 
  


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
Dual-booting Fedora 15 and Windows 7 sudeepkulkarni Fedora 7 10-20-2011 09:34 AM
[SOLVED] problem in booting windows 7 after installing fedora 11 while try to make dual boot crayxmp Linux - Newbie 16 02-23-2010 01:10 AM
Dual Booting Fedora 7 with windows xp???? Antoin Linux - Newbie 15 11-05-2007 05:35 PM
Dual boot -fedora core 4 and windows xp- problem booting from windows xp cd r_desu Linux - Newbie 4 06-17-2007 04:33 PM
Dual booting Windows XP + Fedora 4 kcpaige89 Linux - Hardware 9 01-11-2006 11:47 PM

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

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