If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
2 things come to mind right off the bat:
1) check out Qqmike's HowTo: GRUB Methods
2) there is a graphical manager in the repos called startupmanager that might help you some
Asus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
The Grub boot menu (menu.lst) is located in /boot/grub
It must be edited by root. You can navigate to the file in Konqueror, right-click the file and select Actions | Edit as Root.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
The Grub boot menu (menu.lst) is located in /boot/grub
It must be edited by root. You can navigate to the file in Konqueror, right-click the file and select Actions | Edit as Root.
Thanks. I've found it, but I guess my problem will not be solved editing this menu....
My system had initially a 50 GB partition with XP. Later I've installed Kubuntu 7.10 in the non-partitioned space on disk (90GB, my main system now).
Today I've installed Ubuntu 7.10 to do some testing and let the installer resize Kubuntu partition to install itself.
Now I want remove Ubuntu. So I could remove the partition it created and remove its entries from Grub menu.
The problem is that in /boot/grub/menu.lst there is only three entries for linux (generic,recovery and memtest) and one for Windows, but I see six entries for Linux (three for Kubuntu and three for Ubuntu) when I boot the system.
The bottom line is: menu.lst is not showing the same that I see at boot.
Sould I to edit the /boot/grub/menu.lst of the other Ubuntu system (the one that I want to remove) ?
Let's 'see' what your system 'looks' like. Open a console and type:
Code:
sudo fdisk -l
copy and paste the output. Then type:
Code:
cat /etc/fstab
copy and paste the output.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
When you installed Kubuntu and Ubuntu, how did you partition you HDD? Did you do it manually or did you let the installer do it for you? There may be multiple GRUB sessions on your hard drive, one in your Kubuntu partition and one in your Ubuntu partition. That may be where your problem lies; if that's the case, I would suggest removing Ubuntu, booting back into Kubuntu, and running the command
Code:
sudo update-grub
That will update your /boot/grub/menu.lst file.
Asus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
Your fstab shows that you are currently running (booted) off of /dev/sda2 and that the swap partition for this OS is on /dev/sda5. So, your other *ubuntu installation is on /dev/sda4 and it's swap partition is on /dev/sda6.
What version are you running at the moment (booted into) - Ubuntu or Kubuntu?
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
When you installed Kubuntu and Ubuntu, how did you partition you HDD? Did you do it manually or did you let the installer do it for you? There may be multiple GRUB sessions on your hard drive, one in your Kubuntu partition and one in your Ubuntu partition. That may be where your problem lies; if that's the case, I would suggest removing Ubuntu, booting back into Kubuntu, and running the command
Code:
sudo update-grub
That will update your /boot/grub/menu.lst file.
When installed Kubuntu I let the installer to use all the free (unpartitioned) space on my disk (50 GB was already in use by WinXP NTFS partition).
When installed Ubuntu I let the installer to resize my Kubuntu partition automatically to have space for its installation, so I guess you are right.
I'll try following your directions.
I'm new to Linux, so perhaps I'm doing a silly question, but, could be better if a 'master' menu were stored in an special partition to allow multiple systems be managed from an 'isolated' place?
Kubuntu installed first. Ubuntu installed second. Okay. You have three OS's on your HD.
Removing the Ubuntu installation isn't a problem; easy as a matter of fact. Doing it with GParted will be the easiest way to do so, if you have it. If you don't, and you can burn a LiveCD (K3b works great, and is installed), you can download the .iso file here. The file isn't large - 51Mb - so it doesn't take long to download and burn to CD.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
Do what Snowhog suggested, and if you want, we can help you set up a separate /boot partition you can use for all your OS's - without having to reinstall
Asus G1S-X3:
Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )
Kubuntu installed first. Ubuntu installed second. Okay. You have three OS's on your HD.
Yes.
Originally posted by Snowhog
Removing the Ubuntu installation isn't a problem; easy as a matter of fact. Doing it with GParted will be the easiest way to do so, if you have it. If you don't, and you can burn a LiveCD (K3b works great, and is installed), you can download the .iso file here. The file isn't large - 51Mb - so it doesn't take long to download and burn to CD.
I have GParted installed, but I'll download the live CD anyway, since I like experimentation and I'm sure that I'll need it in the near future
Do what Snowhog suggested, and if you want, we can help you set up a separate /boot partition you can use for all your OS's - without having to reinstall
Great, but not right now, I'm trying to do little Linux steps, one by one
Comment