LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-24-2007, 10:00 PM   #1
HonorableFool21
LQ Newbie
 
Registered: May 2007
Distribution: Ubuntu 7.04 Fiesty
Posts: 3

Rep: Reputation: 0
Cannot Configure Grub


Hello My name is Devin and Im having several hopefully new to Ubuntu issues that are causing quite a bit of stress, the First of which is that I am unable to Access my Windows Partition via Grub. During the Boot Process it gives 3 options for Ubuntu, kernel that route into ubuntu and one Ubuntu Memtest... When I did install my Linux I used Acronis to pre partition my HD to give space for this OS I cannot remember but Im assuming I did it in NTFS which could explain why when I attempted to install from the Live DVD it did not recognize that Partition and instead Resized my windows partition to allow for Ubuntu.
The other Problem I am currently experiencing is most likely user error but when I configured GAIM so that I may get some online assistance, as directed by the website, I was not able to join any local chat rooms however there was a user already on my Buddies list (to which we verified) whom I had never met before.
If anyone out there would care to shed some light on my mess I would be grateful thank you LQ

- D
 
Old 06-25-2007, 08:09 AM   #2
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Most Distros have the ability to partition the hd for their installation. In most cases during installation they will have an option to choose the size of the partitions or do it automatically. Now for the "chat" I can't offer any help there. In the future if you decide to partition ahead of the install for linux, make the file system ext 2 or ext 3.

Last edited by Larry Webb; 06-25-2007 at 08:12 AM.
 
Old 06-25-2007, 01:03 PM   #3
HonorableFool21
LQ Newbie
 
Registered: May 2007
Distribution: Ubuntu 7.04 Fiesty
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for the Reply

Im glad someone is trying to assist me, Like I said earlier Im still very inexperienced with linux but when I tried to edit /boot/grub/menu.lst somehow it states Permission Denied.. sigh, please help

- D
 
Old 06-25-2007, 02:39 PM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by HonorableFool21
Im glad someone is trying to assist me, Like I said earlier Im still very inexperienced with linux but when I tried to edit /boot/grub/menu.lst somehow it states Permission Denied.. sigh, please help

- D
Your first message had a title mentioning GRUB, but the text was on other subjects....
The message above I can handle.....

Open a terminal, and type "sudo nano /boot/grub/menu.lst" Now you can modify the file. Nano takes a little getting used to, but is pretty easy to use. If you don't like nano, then substitute gedit or kedit (One of these will be on your system)

Sudo is a way of gaining root powers for one specific action. You can also enable the root account on Ubuntu using "sudo passwd root"
 
Old 06-25-2007, 04:00 PM   #5
HonorableFool21
LQ Newbie
 
Registered: May 2007
Distribution: Ubuntu 7.04 Fiesty
Posts: 3

Original Poster
Rep: Reputation: 0
Much Obliged

Thank you Pixenally I know it must seem like a simple procedure for you but you really did help point me in the right Direction, I still have plenty to comprehend but at least know I am progressing I love Linux and am extremely eager to learn, however I still rely on my windows (and OS X on my Mac) that I am anxious to be able to access, perhaps over anxious, I have located a few more resources for reference but Ill be checking this thread periodically if you have anything to add i.e. points, tips, fantastic links It would really speed up the process. I'm just grateful there is an understanding community out there to usher the newcomers along and cant wait to begin contributing to it.. Once again thank you Pix and Thanks LQ!


- D
 
Old 06-25-2007, 04:11 PM   #6
benrose111488
Member
 
Registered: Jun 2004
Location: Wantage, NJ
Distribution: Fedora 7
Posts: 177

Rep: Reputation: 30
hey... we were ALL noobies at some point!

Just another tip, I have Core 4 dual-booting with Windows Vista, and under the title Windows Vista, I issue the following commands:

rootnoverify (hd1,0)
chainloader +1

The rootnoverify line tells GRUB where to look for the next commands (if files are on the hard disk, it tells what hard disk and what partition). You could also do
"rootnoverify (hd<tab>", and when you press tab, it'll fill in or show you what possibilities there are on your system.

The chainloader simply tells grub to pass off to another bootloader, in this case, the Windows bootloader, which takes it from there.
 
Old 06-25-2007, 05:20 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by HonorableFool21
Thank you Pixenally I know it must seem like a simple procedure for you but you really did help point me in the right Direction, I still have plenty to comprehend but at least know I am progressing I love Linux and am extremely eager to learn, however I still rely on my windows (and OS X on my Mac) that I am anxious to be able to access, perhaps over anxious, I have located a few more resources for reference but Ill be checking this thread periodically if you have anything to add i.e. points, tips, fantastic links It would really speed up the process. I'm just grateful there is an understanding community out there to usher the newcomers along and cant wait to begin contributing to it.. Once again thank you Pix and Thanks LQ!


- D
You have the right attitude---therefore you will succeed.
I have found no question that could not be answered by someone here---once I learned how to ask and how to read the answers...
 
Old 06-25-2007, 05:40 PM   #8
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
If you are going to play in the /boot/grub/menu.ls it would be advisable to get a live distro cd or a recovery cd. These can make the repairs of mistakes simple. Take it from a (mess up) pro that had one heck of a time understanding grub and multibooting.
 
Old 06-25-2007, 05:43 PM   #9
benrose111488
Member
 
Registered: Jun 2004
Location: Wantage, NJ
Distribution: Fedora 7
Posts: 177

Rep: Reputation: 30
or make a printout of that file.

if worse comes to worse, you can always go to grub, press "c" for a command line, then type the commands your printed out by themselves, and it'll work. Just make sure after all the commands you add the "boot" command!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
how 2 configure grub ? crazyjedi Linux - Newbie 2 05-14-2006 04:09 PM
How to configure GRUB Mic Q SUSE / openSUSE 8 07-13-2005 07:21 AM
Grub configure? harzfled Linux - Newbie 6 03-03-2005 08:21 AM
grub configure achal Linux - Newbie 16 02-24-2005 11:09 PM
configure grub : NL-Stitch Linux - Newbie 4 08-01-2004 02:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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