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

Notices


Reply
  Search this Thread
Old 09-10-2013, 11:28 AM   #16
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,365

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591

open up a terminal with the installer cd and then:
Code:
mount /dev/sda5 /mnt
mount --bind /dev /mnt/dev
mount ‐‐bind /proc /mnt/proc
mount ‐‐bind /sys /mnt/sys
Code:
chroot /mnt
Code:
grub-install /dev/sda
 
Old 09-10-2013, 11:35 AM   #17
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by colorpurple21859 View Post
open up a terminal with the installer cd and then:
Code:
mount /dev/sda5 /mnt
mount --bind /dev /mnt/dev
mount ‐‐bind /proc /mnt/proc
mount ‐‐bind /sys /mnt/sys
Code:
chroot /mnt
Code:
grub-install /dev/sda
I'll have to try that once I'm home again tonight.
I just don't understand why; through multiple attempts, Grub never configures
properly during install and doesn't become bootable after 'repair'
 
Old 09-10-2013, 06:45 PM   #18
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Tried it, still no dice. Reboots to Grub Rescue prompt again
 
Old 09-10-2013, 07:13 PM   #19
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,365

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Maybe chrooting back into the ubuntu and try to install the lilo boot loader in grubs place. The only other thing I can think of is there isn't enough room on the hard drive before the Xp partition starts for grub2 to fit.

Last edited by colorpurple21859; 09-13-2013 at 07:54 AM.
 
Old 09-16-2013, 07:47 PM   #20
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by colorpurple21859 View Post
Maybe chrooting back into the ubuntu and try to install the lilo boot loader in grubs place. The only other thing I can think of is there isn't enough room on the hard drive before the Xp partition starts for grub2 to fit.
How would I make room?
 
Old 09-17-2013, 06:45 AM   #21
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,365

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Take a live cd with gparted and shift the first partition over a small amount. It would be safer to install lilo.
 
Old 09-17-2013, 06:51 AM   #22
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by colorpurple21859 View Post
Take a live cd with gparted and shift the first partition over a small amount. It would be safer to install lilo.
How much is 'a small amount'? Should I be able to easily find a guide to installing lilo? Also wondering why previous installations worked with installer loading grub... ponder, ponder
 
Old 09-17-2013, 09:22 AM   #23
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,365

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Quote:
Also wondering why previous installations worked with installer loading grub... ponder, ponder
I don't know? I'm not even sure if installing lilo will fix the problem. I had a similar problem at various occasions and these are two fixes that I come up with. Should be able to install lilo with package apt- get. You may be able to install from the installation cd.
Quote:
How much is 'a small amount'?
If I remember correctly it was about 1Mb - 2Mb.
 
Old 09-17-2013, 09:25 AM   #24
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by colorpurple21859 View Post
I don't know? I'm not even sure if installing lilo will fix the problem. I had a similar problem at various occasions and these are two fixes that I come up with. Should be able to install lilo with package apt- get. You may be able to install from the installation cd.
If I remember correctly it was about 1Mb - 2Mb.
Would my existing XP (NTFS) partition even be bootable afterward?
I'm familiar with the fixmbr options from Windows Recovery
 
Old 09-17-2013, 10:00 AM   #25
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,365

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
Quote:
Would my existing XP (NTFS) partition even be bootable afterward?
With lilo Yes(the safer option). Moving/shrinking the xp partition it should, however I have found out that what works for me sometimes causes major headaches for others. (lol)
 
Old 09-17-2013, 10:13 AM   #26
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by colorpurple21859 View Post
With lilo Yes(the safer option). Moving/shrinking the xp partition it should, however I have found out that what works for me sometimes causes major headaches for others. (lol)
Ok, I'll try loading Lilo later tonight. Do you know of any documentation you'd recommend on the subject?
 
Old 09-18-2013, 09:26 AM   #27
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
I looked up an old friend (who just so happens to be a Linux Admin with his employer) and he suggested that merely installing Lilo in place of Grub wouldn't solve my problems.. that; since I was being greeted by a grub rescue; at the conclusion of install.. I'd be best to start over.
So I used Gparted to delete all of my partitions and reinstalled XP.. then let the installer for Kubuntu 13.04 handle repartitioning and.. VOILA! Now everything works as it should. Thanks for the input folks
 
Old 09-18-2013, 10:12 AM   #28
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,365

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
At least you got it going, sometimes a reinstall will end up being the faster fix lol.
 
  


Reply

Tags
dual boot, raring, windowsxp



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
Kubuntu 10.10 Dual Boot W/ Win 7 Pro: No Option To Boot Kubuntu FrostBot Ubuntu 2 01-26-2011 08:17 PM
trying to install kubuntu dual boot. gingerkid123 Linux - Newbie 14 04-19-2010 05:28 PM
Installing Kubuntu in Dual Boot Instantly Linux - Newbie 1 06-30-2007 06:04 AM
dual boot SuSE and Kubuntu leupi SUSE / openSUSE 3 04-09-2006 01:22 AM
Need help with partion for dual boot (xp/kubuntu) AltUlster Linux - Newbie 5 01-04-2006 01:28 PM

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

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