Ubuntu Installation :: Adding Partitions To The Grub

Apr 21, 2010

I've using win7 and 9.10 for a few months now. Today I decided to install yet another OS, but during installation a new grub was written to the mbr. Result: I can no longer boot Ubuntu.This is what my menu.lst looks like

Quote:

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,4)/boot/gfxmenu
default 0

[code]....

I can see and mount my 9.10 partition just fine from the new OS, it's located on dev/sda6.And I'd still very much like to keep using Ubuntu. So, how do I go about editing this file to make it work?

View 5 Replies


ADVERTISEMENT

Fedora Installation :: Adding To Ubuntu's GRUB

May 27, 2009

I need to add Fedora to ubuntu's GRUB Here is my fdisk -l

[Code]....

View 14 Replies View Related

Ubuntu :: Adding A Mandriva Installation To Grub?

May 7, 2010

I'm trying to add mandriva to grub2 and have difficulties..

Mandriva has it own boot partition on sda1 (ext3) Ubuntu boots in /boot on ubuntu's / partition which is sdb6
Mandriva / partition is: sda5 (ext4)
UUID for Mandriva boot partition is: bf53ebd1-4698-4522-ae0d-f9465aa2f0a3 (sda1)
UUID for Mandriva / is: 658bcd3e-9c69-49c9-8da1-a7e0b9723547 (sda5)
UUID for Mandriva swap is: d3bc2559-4f86-4269-bf25-c99e726c8775 (sda7)

Ive made a file which I have put in /etc/grub.d/ so each time I run update-grub2 it also includes this script.

Code:

echo "Adding Mandriva 2010.1" >&2
cat << EOF
menuentry "Mandrivas 2010.1, linux 2.6.33.3" {

[code]....

It gives error kernel panic, and something with initrd beeing shut down before completion

View 5 Replies View Related

Ubuntu Installation :: Where Does Grub Exist On Partitions

Jan 20, 2010

I installed ubuntu on my internal hard disk I experienced a problem with Grub and I just formatted all the Ubuntu Partitions and convert their format to NTFS to restore my windows (I have a backup) but now despite of I format all the Ubuntu's partitions but in the boot time, the grub exist and the grub apear I want to know where does grub exist? I installed ubuntu on the dual booter situation and it was ubuntu 9.10

View 1 Replies View Related

Ubuntu Installation :: Moving GRUB Across Partitions?

Jun 27, 2010

I have two "Ubuntu" installations, for the record. My HDD is laid out like so:

PRIMARY - First Ubuntu
PRIMARY - Second Ubuntu [XBMC Live]
4GB Free
14GB LOGICAL
-4GB Free
-10GB Swap

Now, GRUB is currently on XBMC Live. I have terminal and root access if needed, and a "Live CD" ready to use. What I want to know is how I can move GRUB, preferably on its own partition but it can go back the the first partition.

View 5 Replies View Related

Fedora Installation :: Adding Windows XP To GRUB?

Jul 22, 2010

I have installed Windows 7 64-bit, Fedora 13 64-bit and Windows XP 32-bit. I had to install the 32-bit XP for some driver issues I have with obscure devices I own. Windows 7 and Fedora both boot with no issues but Windows XP is not the in the GRUB loader as it was installed after Fedora. I have tried adding a few entries to the menu.lst file but my attempts failed. The output of fdisk -l is here

Code:

255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes

[code]...

View 7 Replies View Related

Ubuntu Installation :: Adding Jolicloud Partition To GRUB - Option Gone

Mar 27, 2010

I have finally decided to restore grub on my netbook after installing windows 7, and I can boot into UNR just fine but the Jolicloud option is now gone. How do I add it back to the GRUB menu.lst?

View 2 Replies View Related

Ubuntu Installation :: GRUB Adding Tons Of Boot Options?

Mar 29, 2010

This is no huge problem, but it is rather annoying to me. I am using the 10.4 beta, and whenever I get a large update (like a updated kernel) GRUB adds another boot option to the menu (I'm dual booting Vista and Ubuntu.) So my GRUB menu looks something like this when I turn my computer on:

GNU GRUB version 1.98-1ubuntu2
Ubuntu, with Linux 2.6.32-18-generic
Ubuntu, with Linux 2.6.32-18-generic (recovery mode)

[code]....

View 6 Replies View Related

Ubuntu :: Adding Irqpoll To /etc/default/grub File - Installation 99%?

Mar 14, 2011

I have been helped by repo in this post [URL]..Here's a quick resume: I made changes in the grub menu for just one boot I selected the first option Ubuntu with Linux 2.6.35-27-generic edited the Linux /vmlinux ro quiet splash by adding irqpoll to the end. I rebooted and the system booted correctly into the GUI.

I then tried to edit the /etc/default/grub file by booting into the recovery mode, opening a terminal, using command sudo vi /etc/default/grub and adding irqpoll to the end of the GRUB_CMDLINE_LINUX DEFAULT="quiet splash". Followed by update-grub to update the /boot/grub/grub.cfg file

Unfortunately when I try to reboot I find that the system will not boot and hangs as before on the purple screen after a logon. I know that I have edited the /etc/default/grub file correctly because I have confirmed this by reviewing the file. So my question is why does the "one boot method" work but the edit file method not work ? I must be doing something wrong.

View 1 Replies View Related

Installation :: Adding Hard Drive To Grub Menu?

Jul 16, 2009

How do I add another Windows XP SATA Hard Drive to this Grub menu, on a USB Stick?:

timeout 30
default 0
#

[code]...

View 2 Replies View Related

Ubuntu Installation :: Adding Windows 7 To Grub Menu (Installed On VirtaulBox)

Apr 3, 2010

I recently installed Windows 7 on Virtual Box (running within Ubuntu Karmic 9.10), and it runs great. However I want to also add Windows 7 to the Grub Menu, so I can choose at the start between the Ever-Glorious Ubuntu and the Depressingly-Drab Windows 7.

View 1 Replies View Related

Fedora Installation :: Adding A Ɖ' To End Of Grub Line + Beta --> Production?

Nov 5, 2009

- Off a vanilla F11 livecd install, I stuck a 3 at the end of my grub line to boot into runlevel 3. I have been doing this for as long as I can remember (since Fedora 3). However now it seems to break and gives me a GRUB error. I press e to edit, and delete the 3. BUt it still throws and error?!?!?!?! Has this facility (ie sticking a number at the end of the grub line) been changed and why is my grub line now broken even though I've gone back and deleted the 3?

- If I install Fedora 12 beta now, will yum take me all the way into production when it goes live (assuming no killer bugs encountered), I'm guessing thats a yes?

View 4 Replies View Related

Ubuntu Installation :: Partitions Dual Booting And Got Grub Boot Errors?

Mar 29, 2010

i'm trying to install 98se to a 110gb partition so i can dual boot with ubuntu 10 for 98 and 100 for ubuntu after the resize. when i tried making multiple partitions manually for ubutnu putting it on separate partitions i got grub boot errors. the problem i am having every time i try to install 98 it forces me to scandisk it then i have to hit space bar to fix every error i thinks it finds wich is impossible to press it 2 million times. now if I format in a non 98 format and tell it to format in lba it keeps asking for a boot disc, i burned one off but, still kept asking for it. if i do it in non lba, it only saw 2 gigs in 98 and when i went to install ubuntu it was a giant hard drive no partitions. i did try making 3 fat 32s 1 for 98 and then swap and linux partition but, the i got grub errors 17 and 18.

the problem is that bios a cap of 130gb for each drive or in this case partition. it's 320gb WD blue Scorpio. the short i want to dual boot 98se and ubuntu 9.04 with 2 fat32 partitions for storage 110 +100 + 80 = 320 also some visuals.

View 9 Replies View Related

Debian :: Recovering Grub After Windows Installation - Encrypted Partitions And LVM

Nov 4, 2010

I'm running Debian Squeeze AMD64 with full disk encryption and LVM. After reinstalling Windows 7 I lost GRUB from the MBR. I managed to install GRUB after following this guide and using an Ubuntu 10.04 graphical installation disc, but I only get to a GRUB CLI when booting, so I can't actually choose an OS there.

I tried following this guide but I'm stuck after "# Mount the partitions to /mnt/root" and don't know what to do.

Does anyone know how I can fix GRUB so I get to choose between Debian and Windows 7 there?

View 6 Replies View Related

Fedora Installation :: Reconfigure Grub When Adding Disk To Machine Where Both Disks Have Own MBRs?

Mar 17, 2010

How do I reconfigure grub when adding a disk to a machine where both disks have their own MBRs? I have two volumes:Disk 1 - actually mirrored RAID-1 drives managed by ICH9R on the motherboard Disk 2 - a single drive managed by ICH9R on the motherboard, but without RAID. Disk 1 is the "old" disk containing WinXP on the first partition. The MBR of Disk 1 was created by Windows. Disk 2 was built on the machine while Disk1 was unplugged. Disk2 has Win7 on /dev/sda1 and Fedora 12 on /dev/sda7. Obviously, Disk 2 has grub installed on its own MBR.

When I plug-in both Disk 1 and Disk 2 at the same time, I would like to reconfigure grub so that it gives me the option to switch between WinXP on Disk 1, Fedora on Disk 2 and Win7 on Disk 2. (I may also want to install Ubuntu on another partition of Disk 1, but that's a separate issue.) The problem is that when I plug in Disk 1, Disk 1 becomes /dev/dm-0 and Disk 2 becomes /dev/sdc (instead of /dev/sda as when I installed it). (I don't think I can switch this order because I'm worried that Windows will become confused.) So, how do I keep all partitions the same and get them all to work from grub? On which MBR will I need to install grub? How do I configure it to see all 3-4 of my operating systems? Do I fix grub from the Fedora LiveCD?

View 1 Replies View Related

Fedora :: Get The Graphical Screen Back By Adding Vga=795 To /boot/grub/grub.conf

Nov 21, 2009

since i have installed the nvidia drivers i have lost the graphical boot and just had a bar at the bottom of the screen instead. i tried to get the graphical screen back by adding vga=795 to my /boot/grub/grub.conf but when i rebooted not only did i not get the graphical boot or the toolbar at bottom.

i got list of all the drivers and services it is starting with ok next to it. i have also since doing this lost the bit when restarting or shutting down getting the words restarting or shutting down and just get blank screen with flashing cursor. i removed the vga=795 and i still get the list of drivers/services loading.

how do i get the quiet option back. i have checked /boot/grub/grub.conf and it has the quiet in it.i have also tried running update-grub but get message command not found. i have attached the grub.conf file

View 3 Replies View Related

Software :: Adding Partitions To An Existing Image File?

Jun 15, 2009

I have 2 image files, image 1 which is 16MB, has multiple partitions, where the boot partition has a 2.4 kernel in it, and image 2, which is 32MB, has a single partition with a 2.6 kernel.

I wish to add those extra partitions from image 1, into image 2, either by adding them within the 32MB(which means cutting back on the size of the existing partition), or adding them to the end of the image(which means extending the image beyond 32MB).

The boot partition for both images is ext2, while the rest of the partitions in image 1 is just raw data.

I'm working with these images in Mandriva Linux 2009.

How can I achieve what I want to do? I think it should be with fdisk and/or mkfs but I'm not sure how? I've tried using gparted to regenerate the partitions from a new image file with the following steps:
dd if=/dev/zero of=image.img bs=32M count=1
gparted image.img

Then I created a 30M boot partition. However, I'm not able to create the rest of the partitions as they are smaller than 1MB, which seems to be the min supported. I need precise control of the start/ending sectors of each partition.

View 1 Replies View Related

Ubuntu :: Stop Update-grub2 Automatically Adding Entries For Specific Partitions?

Aug 20, 2010

I like to load other distro's via their own grub.

So at the min I add an entry to code...

however when update-grub2 is run it also adds its own entries (for arch linux).

Is there a way to stop the update-grub2 script automatically adding a entry on a specific partition ?

View 3 Replies View Related

Fedora Hardware :: RAID 0 With 4 Hard Disk - Adding New Partitions?

Jul 27, 2010

We have a server with RAID 0 with 4 hard disks on it each 250 GB. Linux kernel must find one hard disk named: /dev/sda with 1TB capacity. right? And also we have 2 partitions on sda: sda1 and sda2. We want to add another partition but we don't have enough space.

Now the problem:
If we add another hard disk and run
Code:
fdisk -l
Will the /dev/sda space incremented automatically so we can add new partitions or we must do something?

View 2 Replies View Related

Ubuntu Installation :: Installer Won't Recognize Partitions - Error Message Saying Partitions Over Sized

Mar 22, 2011

I used Ubuntu before, without problems but since the 10.04 version it won't recognize my partitions. I formated my laptop and partitioned it, installed Windows 7 64bit, which I need for my work, and wanted now to install Ubuntu 10.04/10. I then used GParted to check my Harddisk and it is having troubles to recognize my partitions, too while Windows finds them. GParted is giving me an error message saying my partitions are oversized. I am still in the beginning of my Linux experiences and so I don't know what to do. I have two 250GB harddisks (how Windows recognizes them),

[Code]....

View 9 Replies View Related

Ubuntu Installation :: CD Doesn't Detect Partitions But No Apparent Overlapping Partitions?

Mar 3, 2010

Xubuntu 9.04 installation CD not detecting any of the current partitions. This all started when I reinstalled windows XP a few days ago.After, the computer wouldn't boot into GRUB and would boot directly into windows.Other threads have dealt with a similar issue, that of overlapping partitions causing libparted/parted/gparted to detect the whole drive as unallocated space. The problem in these threads seemed to be a corrupted partition table, in which the partitions overlapped with each other. So of course I checked the output of fdisk -l for overlapping partitions, but I don't see any obvious overlapping partitions. I've noticed that the partition that used to be linux swap isn't showing up in the partition table at all. I might just be missing something simple here and would like another set of eyes to help me figure this one out. Does the problem have anything to do with the partition table being out of order (ie. not in order of what regions they cover on the drive)? From the liveCD I've run

Code:

sudo fdisk -lu
sudo sfdisk -d
sudo parted /dev/sda print

and have received the following output:

Code:

ubuntu@ubuntu:/mnt$ sudo fdisk -lu
omitting empty partition (5)
Disk /dev/sda: 60.0 GB, 60011642880 bytes

[code]....

View 3 Replies View Related

Ubuntu Installation :: Order Of Partitions For Root / Home And Swap With Respect To Windows Partitions?

Feb 9, 2011

I am installing Ubuntu on the same hard drive as Windows 7. The partitions of Windows 7 have already occupied the left part of the hard drive. From left to right, the Windows partitions are one partition for Windows booting, one for Windows OS and software installation, and one for data which is planned to mount on Ubuntu. I was wondering how to arrange the order of partitions of root, home and swap, i.e. which is on the left just besides one Windows partition, which is in the middle and which is on the far right?

View 1 Replies View Related

Ubuntu :: 10.04 - Adding Grub Partition On Different HD

Jun 13, 2010

I've got two drives, one with Ubuntu 10.4 and one with Win 7. My BIOS boots to the Ubuntu drive, which has Grub2 installed. Apparently though, since I have Win7 on the other drive, Grub doesn't find it and won't generate a boot menu entry for it. I'm attempting to just add one to the menu by editing /etc/grub.d/40_custom, but those attempts aren't quite working. That adds an entry to the menu, but apparently I've got a parameter wrong somewhere.

View 5 Replies View Related

Ubuntu :: Adding Windows To Grub?

May 11, 2011

I have been running 11.04 for what i'd say is about a month now. In the very beginning, i shredded through a few installs, because i couldn't get windows and 10.04 to play nice. With the new update, and some renewed motivation (Portal 2), i'd like to try to get both up and running again.

First, the details. I installed both OS's in a jumbled order, realized that i basically effed everything, and wiped both drives clean. I then installed windows, then Ubuntu 10.04. I think my main point of error was the way i set up the boot sectors on my final Ubuntu install, but i can't remember how i did it. all i know is that linux is sda, and windows is sdb. what is strange, however, is when i do an Fdisk of my mounted drives, i see 3 partitions under sda1, labeled sda1, sda2, and sda5

On to the previously tried methods: I've tried a simple mount of the windows drive, followed by a "sudo update-grub." all this gets me is a list consisting of 11.01, 11.01 backup, 10.04, 10.04 backup, and memtest86+. not even a hint of windows.

I've tried "sudo grub-install" on both sda and sdb, but still no dice.

That's about all i've tried. I've searched for the past week with limited results, and i'd really like to avoid reinstalling ubuntu if at all possible. Any other information, like an fdisk results list or anything like that can be provided if need be.

View 5 Replies View Related

Ubuntu :: Adding Drive To Grub

Jul 3, 2011

I'm using ubuntu 10.10 and I would like to add a drive to grub. I have windows xp installed on the other drive, but in order to get to it right now I need to change drive priority in the bios. So how do I go about adding this new windows drive to grub?

View 3 Replies View Related

Ubuntu :: Adding SD To Grub 2 Menu?

Jul 4, 2011

I need to boot off an SD card (installed Fedora on it with unetbootin), but my BIOS doesn't recognize it at bootup. I'm thinking Grub might be my only way of doing this. Google shows me ways to do this with Grub 1, but not Grub 2. Anyone know how to add an option for an SD card to the Grub 2 menu?

View 1 Replies View Related

OpenSUSE Install :: Adding Ubuntu Section To Grub On 11.4

Mar 22, 2011

Trying to add a section in grub to boot a Ubuntu 10.10 from a partition, and can enter all the info OK, but it won't save it. It has an issue with the kernel and ram files not being where configured, but I tell it to save them anyway. When I go back in the section hasn't been saved...??

Have tried in YAST (cli) and Yast2 - same result.

View 9 Replies View Related

Slackware :: Adding 13 To Grub Boot Loader Of Ubuntu 9.10

Jan 28, 2010

I'm using slackware 13 and now i want to add slackware 13 to grub .How do i have to do it ? Slackware is great to learn because i've a lot of linux using slackware than using any other distro. But some programs are dependant on other which i was not able to install, they call it dependencies. Even though compiling from source is great but runnning the program is a problem as the program terminates may be because of some dependency not installed.The same goes with sbopkg and others ..As of now i'm thinking of installing Ubuntu along with Slackware13 as this system is used by everybody in the family. How to add slackware to Ubuntu's grub.......

View 3 Replies View Related

OpenSUSE Install :: Adding Os's To The Grub?

Nov 29, 2009

I have just done a fresh install of OpenSuse 11.2 over 11.1 (and I love it). Grub has the options of booting into Opensuse and windows but has missed Mint.It normally wouldn't bother me, but I use Mint for a few things I can't get working in Suse.
I was just wanting to manually add Mint to the Grub menue.I would like it to be added to the Suse grub as I prefer the look of it to the Mint grub.

View 9 Replies View Related

Ubuntu :: Install Grub After Changing Partitions?

May 17, 2010

How can I install grub after changing partitions with a partition live cd (gparted), since the old grub is no longer working. Usual reinstall won't work here, it'll just reinstall with all the wrong pointers to partitions.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved