Ubuntu :: Booting From NForce FakeRAID - Hand Correct Grub.cfg After Update-grub?

Mar 5, 2011

I was unaware of the difficulties of installing and booting Ubuntu from the "onboard raid" that the NVIDIA nForce chipsets provide. However, I've managed to get it working reliably with one single caveat:

When update-grub builds the grub.cfg, it refers to all of my partitions as follows:

Code:
menuentry 'Ubuntu, with Linux 2.6.35-27-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(/dev/mapper/nvidia_caifaefg,msdos5)'

[Code]...

So I'm guessing that the whole nvidia_blah,msdos5 is because of that. However, it doesn't seem to explain why Grub would THINK that would work and it in fact does not work. That's the biggest source of confusion on my part.

My questions are as follows: First off, because as an IT person I want to know: Why does this sort of change work? What does changing that device name change in GRUB's behavior? Is there a setting in /etc/default/grub that would change the way it's naming these RAID devices? Is there a value for this setting that would give me the device names that work, as explained above?

If there is no setting change I can make in /etc/default/grub, could I add a sed command on to the end of update-grub or can I make a modification to one of the scripts in /etc/grub.d? What sort of change would be recommended? How would I preserve this change through later package upgrades that would possibly rewrite these files?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Grub Update Error "update-grub Head: Cannot Open `/boot/grub/video.lst' For Reading: No Such File Or Directory"

Apr 7, 2010

after doing an upgrade to 10.4 and updating grub I get this message. how do I address this

[Code]...

View 2 Replies View Related

Ubuntu :: Booting To Grub Rescue After Update?

Jan 21, 2011

Update Manager showed updates available so I installed them about 1hr ago. When the update was complete I clicked the "Reboot to complete installation" button.

Upon reboot I received the following error message...

Code:
Kernel panic -not syncing : VFS : unable to mount rootfs on unknown -block(0,0)

Pid :1, comm: swapper Not tainted 2.6.35-24-generic #42-Ubuntu

I rebooted and was taken to a boot menu. Both the most current version 2.6.35-24-generic and 2.6.35-24-generic[Safe Mode] gave me the same errors so I booted the the previous version 2.6.35-23-generic

I then ran the following in the console...then did a reboot

Code:
sudo update-grub-update

The result was Grub Rescue Shell where I did...

Code:
set root=(hd0,1)
linux /vmlinuz root=/dev/sda1 ro
initrd /initrd.img
error: couldn't read file.

initrd.img is there but it can't be read.

View 2 Replies View Related

Fedora :: Can't Dual Booting With Grub (legacy) - Black Screen Grub Error 27

Jul 31, 2011

is it ever possible to do dual booting with grub(legacy) ever at all!. it is possible provided i take some pain, here is the link of that post [URL] i was coward and weak i didn't try that out then. but i did try it out. now so if u haven't seen the post .... I've installed Fedora 15 desktop(Gnome) with physical Logical volume called vg_fedora lv_root(ext4) ,lv_swap and lv_home(ext4), with 500MB /boot partition and had about 200GB free hard disk space ... so i wanted to install Scientific Linux 6.1 (because our school uses RHEL 6.1)

so, while running the installer I made (added) a logical volume lv_Scientific with ext4 FS and made its mount point (/) and used the MBR /boot which overwrote the Fedora /boot (completely OK and was as expected) i restarted after installation i got SL log in and as per the directions of the thread i copied the boot stanza from grub.conf of fedora 15 (which i already had copied and pasted into a text file and copied it from there)and pasted it into grub.conf of SL you may ask why did i choose same physical LVM too save swap space ... if i had made another physical LVM i had to make another swap ( i like LVM ... its cool)

completely unexpected happened Fedora now boots but not SL when grub starts i get this error 27 unrecognised commad and when i press <enter> i get grub menu with SL and fedora when i press on Fedora it works well i get my fedora login and i did login .. everything works fine but when i press SL it goes to the previous black screen grub error 27

[Code]...

View 14 Replies View Related

Software :: GRUB2 - Autoprobe "update Grub" Grub Seems To Detect All OS And Generates Grub.cfg

Feb 28, 2011

I have an old BIOS (only 149 GB detected in 160 GB drive). I have installed very few OS as a result - Windows in first 80 GB , 2 distros (20 GB each) in next 40 MB which is within the 149 GB. On issue of "update-grub" grub seems to detect all OS and generates grub.cfg. But on boot , one distro does not appear in the menu.

View 3 Replies View Related

General :: Booting Windows7 For GRUB/ Removing Grub?

Jul 20, 2011

I just formatted the partition that contains fedora 15 using windows.. Now when I attempt to boot my PC the grub bootloader comes up and I cannot boot anything.... The error that I get|| i feel i need a boot command to boot boot win7 from grub... grub propmts me " minimal bash-like line editing is supported. for the first word tab possible list a possible commands completion anywhere else tab list

View 1 Replies View Related

Ubuntu Installation :: Boot/grub/win7 - Testdisk/update-grub Method, But It Didn't Work?

Mar 4, 2011

I have 2 hard disks. sda,sdb

In sda, I have 4 partitions, and I have windows 7 in one of the extended partitions [not in the primary partition].

In sdb, I have 3 partitions. 2 for storage, and 1 10GB drive for Ubuntu. Again, Ubuntu is not of a primary partition.

I had ubuntu 10.04 running on that for a long time. However, I wanted to reinstall ubuntu and use 10.10.This is what I did EXACTLY:Booted from Ubuntu install CD

Chose advanced istall

Selected sdb3 for Ubuntu

I installed GRUB2 on the SAME partition as Ubuntu aka sdb3 Installed then rebooted

I can boot into Ubuntu fine, but whenever I select Windows 7 bootloader from the GRUB menu, the screen goes black, and my PC reboots.

Boot Info:

Code:
Boot Info Script 0.55 dated February 15th, 2010 [code]....

ls: reading directory sda6/: Input/output error

I have tried the testdisk/update-grub method, but it didn't work.

View 9 Replies View Related

Ubuntu :: Can't Update Grub - /etc/default/grub: 19: E: Not Found

Nov 12, 2010

I've been trying change the default OS in GRUB. I changed the value for GRUB_DEFAULT in etc/default/grub. However, when I run update-grub, I get the following error:

/etc/default/grub: 19: e: not found

View 7 Replies View Related

Ubuntu :: GRUB Menu Not Coming After GRUB-UPDATE?

Apr 19, 2011

I updated my grub yesterday using the command:

Quote:

sudo grub-update

and I rebooted and grub menu not coming now. I have a dual boot with Win7. Ubuntu 10.04 is installed with WUBI. I can run WIN7 but can't run Ubuntu now.

View 7 Replies View Related

Ubuntu :: Grub Prompt Appears After Update-grub?

May 6, 2011

After certain system-wide changes, like kernels updates, I obtain grub prompt on restart. However, if I put the hard drive into another computer (b), it boots up fine. Since, however, I use the present computer (a) regularly, I only use b to purge and reinstall grub using the chroot method. However, doing so every time is time consuming; and I cannot change anything in the defaults and run update-grub without obtaining a grub prompt on restart. How do I fix this?

View 9 Replies View Related

Ubuntu :: GRUB 2 : Difference Between 'grub-pc', 'grub-efi' And 'grub-coreboot'?

Jan 6, 2010

I would like to know if there is any differences on how to install and to configure GRUB 2 in the different architectures (BIOS/IBM PC-Compatibles, EFI/MacIntel and Corebbot)? Does the Ubuntu installer automatically recognize the different architectures and install the appropriate GRUB 2 package ('grub-pc', 'grub-efi' or 'grub-coreboot' according to the arch)? Or does it just install 'grub-pc'? Is the location of GRUB 2's configuration files different depending on the arch of the computer? Or are they all located in '/boot/grub/', '/etc/grub/default' and '/etc/grub.d/', no matter the arch of the computer? Are the files' structure and options to configure GRUB 2 ('/etc/grub/default' and the scripts in '/etc/grub.d/') different depending on the arch of the computer?

View 3 Replies View Related

Ubuntu :: Error In Dual Boot - How To Correct Grub

Jan 15, 2011

I was trying to install Backtrack - Ubuntu dual boot with ubuntu pre-installed. I created another partition for backtrack but now grub doesn't point to the correct file in order to start Ubuntu, and so only backtrack starts. How can I correct it? I am able to mount my Ubuntu Partition and the files at /boot/ (in the ubuntu partition) mentioned at menu.lst at /boot/grub/ on the backtrack partition seem to exist... Does anybody know what should I do? (e.g. point menu.lst to the /dev/sda1/boot/IMAGES or something?)

View 5 Replies View Related

General :: Edit Grub Menu From Initial Grub Screen - Possible To It's Own 'e' Option Or 'c' From Grub Command Line?

Nov 20, 2010

my Setup is Fedora 14 x64 + radeon hd 4830 i've downloaded .run package from ati site with latest driver for x64 systems. installed it, but didn't edited grub.conf becouse i didn't understood anything there (probably didn't spent enough time to get things understand) Now i've lost possibility to enter my Fedora system. during boot it lost it's modern blue boot screen (with filling drop), it was replaced by standard old boot screen with triple-color stripe. after this boot screen monitor start blinking going on and off. and on last step i'm getting "Fedora 14 boot bla bla bla something" on screen. nothing works except Ctrl+Alt+Delete. system reboots showing successful daemons shutting sequence. How can i edit grub menu from initial grub screen is it possible to it's own 'e' option or 'c' from grub command line?

View 4 Replies View Related

Ubuntu :: Grub.cfg Does Not Get Read Correct - Auto-removes Characters At Boot Menu

Mar 10, 2010

I have a problem with GRUB 2 that I hope someone here can help me fix. Every time I boot I get an error because GRUB deletes that last part of the initrd line in /boot/grub/grub.cfg.

So this:

Code:

Becomes this (notice the missing "c" at the end):

Code:

And the windows part is also broken:

Code:

If I add an extra character at the end of the line it get removed instead and then it works. But only until next time the grub.cfg is auto updated. The error is only there when booting. Reading the file every character is in there.

View 9 Replies View Related

Ubuntu Installation :: Restore Correct GRUB Boot Order After Removed XP Drive

Mar 11, 2010

I have an old Dell Dimension 4500 that, until recently, had 2 hard drives. One drive is running Xubuntu Koala and the other was running XP. I had set up Xubuntu to run LVM.

After needing XP again for a small project I tried reinstalling XP, got disk errors, took the drive out to just have Xubuntu, and now when I boot I get "Error loading operating system".

I have tried restoring GRUB from a Live CD with no help. Everyplace I look on the net talks about restoring GRUB after installing Windows on another drive. I'm trying to get GRUB working again after removing the XP drive.

View 9 Replies View Related

Ubuntu :: Why Does Installing Grub-doc Remove BOTH Grub-pc And Grub-common

Jan 3, 2010

I'm just slightly confused here, but... what the? Why does installing grub-doc remove BOTH grub-pc, and grub-common? So basically it seems like by installing grub-doc, I have uninstalled grub totally (yes, it is still there as the bootloader, but i have no way of updating it now!) from my system. What's the conflict between grub-doc and grub-pc, such that grub-pc has to be removed?

View 5 Replies View Related

Ubuntu :: Grub Won't Update Even After "update-grub"

Jan 16, 2010

I'm trying to edit my Grub menu by removing the older kernel after I ran updates as well as make my Windows 7 install first on the list.

I ran...

Code:
sudo gedit /boot/grub/menu.lst
and edited it accordingly.

After that I ran...

Code:
sudo update-grub

I restarted and see no changes on my grub menu. Running 1.97 beta4 if it makes a difference.

Oh and btw I am a complete n00b with linux.

View 1 Replies View Related

Red Hat :: Booting From USB HD Using Grub 0.97?

Apr 13, 2011

I have a working server running CentOS 5.5 (similar to RedHat EL) with the 2.6.18-194.el5 kernel. The hardware is a few years old, but we were able to accomplish this following goal using CentOS 4.4. What I'm trying to do is to back the system up to an external USB hard drive such that it can be booted from for recovery or to then take that drive and restore its contents to a second server with identical hardware. We have been successful implementing this on other server pairs, but I'm having a great deal of trouble getting this to work on this hardware and OS. I'm not using LVM or dual-booting with another OS. The USB drive is set up with identical partitions to the RAID set, and all the files have been successfully copied over, but I can't get the system to boot from it. Below is what I get when trying to boot from the USB drive:

Code:
Booting 'CentOS (2.6.18-194.el5)'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/

[Code]...

View 5 Replies View Related

Ubuntu / Apple :: Mac Booting With EFI GRUB?

Feb 11, 2010

I just install ubuntu Linux fully on my computer. Now i then install Grub-EFI, and EFI amd64. I also blessed my Linux partition. Now did i install everything to boot grub EFI? if i did. how do i know im booting using Grub EFI and not GRUB?

View 4 Replies View Related

Ubuntu :: Booting From Hd0 Sa1 But Grub Loads From Hd0 Sa7 ?

Jun 19, 2010

I was installing fedora 13 just for fun and it move grub boot to different partition. Now I can't boot anything but fedora I know I need to be booting from hd0 sa1 but grub loads from hd0 sa7 .I just need my ubuntu os back .

View 2 Replies View Related

Ubuntu :: Straight To GRUB Instead Of Booting?

Aug 4, 2010

Since this morning my system refuses to boot Ubuntu 9.04 installed in Vista using Wubi.It has been working for months, but now it fails to start. I get to the windows bootloader screen. When booting Ubuntu (pre-selected) it goes straight to GRUB. Performed test several times: it is consistent.

View 7 Replies View Related

Ubuntu :: 10.04 Booting - Not Getting To The Grub Menu

Aug 30, 2010

About a week ago my netbook (Samsung N220) stopped booting, after been working fine since installing it 4 months ago - not aware of any changes, though some updates may have been applied. It is not getting to the grub menu and instead just getting a flashing cursor in the top left corner of the screen. Booting fine from a USB, and the bootinfo results.txt is:

Code:
Boot Info Script 0.55 dated February 15th, 2010
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #5 for /boot/grub.
=> Syslinux is installed in the MBR of /dev/sdb
sda1: _________________________________________________________________________
File system: ntfs
[Code]...

View 6 Replies View Related

Ubuntu :: Booting Windows Iso - GRUB?

May 23, 2011

Not sure if this is the exact right spot for this post, I've got an .ISO file of windows 7, but no DVD's to burn it to. I've read that I should be able to use GRUB to boot, but I can't exactly get it to work. I've been poking around the map function trying to sort of mount the iso somewhere within the hard drive, but I'm not sure if that's how it should be done.

View 3 Replies View Related

Ubuntu :: Booting W7 Directly From Grub?

Jul 8, 2011

I installed Ubuntu on w7 using Wubi and I set in w7 that it on startup automatically boots Grub without asking. Now when I am in Grub and when I select Windows 7 (loader) it goes black and returns to Grub so I cant boot w7 at all.

View 4 Replies View Related

Ubuntu :: Grub Not Booting To Windows XP?

Jan 30, 2010

I recently installed Ubuntu 9.10 and when i rebooted, GRUB fails to boot to windows. What exactly happens is that when i select Windows, it simply goes to a black screen with GRUB at the top, and a blinking cursor (that accepts no input) Summary:I am running Windows XP Professional No, i do not have the Windows disk My hard-drive has been partitioned between Ubuntu and Windows I have Ubuntu 9.10, which boots normally Windows failes to boot, and hangs on a screen that says GRUB _ I am a total linux noob I dont want to simply rewrite the mbr as i still want to be able to dual boot. I have important data on the windows partition that i want to keep.If you want any logs/info, you'll have to tell me EXACLY how to view/capture them

View 6 Replies View Related

Debian :: Booting The ISO From Grub?

Jun 17, 2010

How can I run a Debain ISO from a USB using GRUB4DOS like Boot Multiple ISO from USB (MultiBoot USB)? This way I can keep several install disks on one USB key.

This entry didn't work:

title Debian live
find --set-root /debian-504-amd64-CD-1.iso
map /debian-504-amd64-CD-1.iso (0xff)
map --hook

[code]....

View 2 Replies View Related

Ubuntu :: No Bootloader After Kernel Update - Update-grub Hangs

Dec 1, 2010

Ran the updater, went to boot to Win7 to use Photoshop and realized that the grub menu was gone. Ubuntu boots by default now. I tried running "sudo update-grub" at a virtual terminal and while it listed the various linux kernels ok, it then got caught in a loop spitting out some crazy looking errors. I rebooted and Ubuntu came up fine. I tried running "sudo update-grub" again from the gnome terminal and it hangs the whole computer for a few minutes and finally gives me this:

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Booting And APT Upgrade Of Grub?

Jan 17, 2010

OKI am loading 9.10 (K or U, makes no difference). This installs 2-6-31.14. Eventually I am unable to dissuade APT from upgrading to Grub 1.97 beta4. One of two things can happen.

1) I am upgraded to a later kernel at the same time (currently 2-6-31.1. This singularly fails to work, in that I end up with no working kernel at all and I can only run memtest (or Windows 7, which is about as much use): good for the soul no doubt, but frustrating. "Solution": tar up the whole of /boot beforehand and then reinstate it afterwards. I am back to square 1, but at least a working square 1.

2) I persuade APT not to upgrade the kernel.I then get 14 (and 14 recovery) in my grub.cfg, but boot fails dramatically, and it becomes apparent that it has forgotten about /dev/sda, my hard disk.Further investigation shows that I have a new initrd.img in /boot, which doesn't work properly; reinstate the backup version, and all is well.What is going on? Is it just me? How come there aren't crowds of protesting peasants with pitchforks outside Canonical Towers?

View 5 Replies View Related

Ubuntu :: Booting Hangs At Grub Menu?

Jan 19, 2010

not related to this thread [URL]

On a few VMs. Sometimes, when powering them on I get the GNU GRUB menu...

Code:
GNU GRUB version 1.97~beta4
Ubuntu, Linux 2.6.31-14-generic
ubuntu, Linux 2.6.31-14-generic (recovery mode)
Memory test (memtest86+)
Memory test (memtest86+, serial console 115200)
etc

But there is no countdown for a default boot. It just hangs here. Indefinitely. Until I make a choice by pressing the enter key with "Ubuntu, Linux 2.6.31-14-generic" highlighted (default). I don't know if this is because the VM may not have been shutdown properly or what the case is, but this is unacceptable as I need these systems to continue to boot and get back on line regardless of the reason they were powered off.

View 3 Replies View Related

Ubuntu :: Get A GRUB Boot Menu While Booting?

Apr 15, 2010

I'm relatively new to Linux and I am dual booting Ubuntu 10.04 LTS and Windows XP and I would like to edit my GRUB menu to allow me to choose Windows XP which is on a 2nd hard drive. But, I can find no menu.lst and there is no GRUB menu while booting up, my computer boots right into Ubuntu. So, how do I enable the boot menu so that I can edit it and use it?

View 3 Replies View Related







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