Installation :: Grub Error 17 After Fresh Install

Jan 27, 2010

I have an odd problem. I custom-built a workstation:
MSI Speedster 1 mobo
2x Opteron 2352
4x DDR2 ECC 4GB
3x 150GB WD Raptor, hardware RAID 0
1x 2TB WD Green, standalone

I had Linux Mint 8 installed, but before putting the machine to real use decided to toss Windows 7 on there to see how it worked. Now I am attempting to put Mint 8 back on to get everything set up. There have been no hardware changes since I had Mint installed before.

I can successfully install, but when I reboot I get a Grub error 17. The partition table looks like:
50GB / ext4
400GB /home ext4
...
2TB /backup /ext3

Grub is installed to (hd0), which is the 450GB hardware RAID. It does not make a difference when I run the installation (and then reboot) with the 2TB drive disconnected. Thinking maybe the new ext4 format was messing with Grub, I tried:
200MB /boot ext2
50GB / ext4
400GB /home ext4
And installed again and rebooted. No dice. I'd guess Grub has issues recognizing the hardware raid, except it worked before

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Fresh Install Of 8.10 Over 9.10 Causes Grub 'no Such Disk' Error

Jan 27, 2010

I have a dual boot machine (Win XP + Ubuntu 9.10 on separate physical drives) which was working fine. I now want to replace the Ubuntu 9.10 with LinuxMCE which is based on Ubuntu 8.10. Using the LinuxMCE install disk, I did a fresh install of Ubuntu 8.10 over the top of Ubuntu 9.10 (repartitioning the whole drive). On reboot, I now get a Grub "no such disk" error. I have run the boot info script which produced the following RESULT.txt:

Code:
Boot Info Summary:
=> Grub 2 is installed in the MBR of /dev/sda and looks for
(UUID=6a59ab9e-041f-41e2-b27c-02b8ada4c1af)/boot/grub.
=> Grub 0.97 is installed in the MBR of /dev/sdb and looks on the same drive
in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
=> Windows is installed in the MBR of /dev/sdc

[Code]....

View 5 Replies View Related

Debian Installation :: Fresh Install - Grub File Not Found Error

Nov 28, 2015

I just installed debian from debian-live-8.2.0-amd64-standard+nonfree.iso and after installation, which finished without problems, I cannot boot the system. I get the error:

Code: Select allfile '/boot/grub/i386-pc/normal.mod not found

From grub-rescue via ls command I see that I don't have the i386-pc folder inside /boot/grub. I have only two files:
unicode.pf2 and grub.cfg

View 7 Replies View Related

Ubuntu Installation :: 10.04 - No Grub After Fresh Install

Jun 8, 2010

I have a new 500GB disk, with a partition with Windows XP, one with Windows 7, one for Ubuntu 10.04, one for /Home and one for swap. The systems were installed in that order. But after finishing with the Ubuntu installation, removing the CD from the drive and restarting, GRUB never showed up, and the system went straight to the Windows OS selector; the one prompting to start Windows 7 or an "Earlier version of Windows". So I can't get to Ubuntu, even though it seems it installed just fine.

As a note: just after the installation process ends and it shows the "remove CD" message, it spilled out a list of I/O errors in some sr0 device or something. But I just installed the same Ubuntu on a friend's computer and it showed a similar error list, yet his system works just fine... However, he doesn't have Windows 7, thus no OS selection screen other than GRUB. I didn't want to rush into editing the MBR or re-installing GRUB before I knew I had to do that.

View 9 Replies View Related

Ubuntu Installation :: 10.04 Fresh Install - No Monitor Signal / Grub Does Not Appear

Jun 22, 2010

I did a fresh install of Lucid Lynx, and now when I start up it shows a blinking cursor for a second or so and then my monitor shows an "Input signal out of range" error. The same thing has happened before, and I was able to fix it by editing the boot options in grub to include 'nomodeset'. However, this time the usual grub loading screen where I would normally press esc to edit the boot options doesn't appear. (Spamming esc doesn't seem to work either.) If it matters (which I have an odd feeling that it does) I partitioned the hard drive into an ext4 partition that mounts at / , a swap partition, and another ext4 partition that mounts at /home . I attached a screenshot of what GParted says about it.

View 2 Replies View Related

Ubuntu Installation :: 11.04 Fresh Install / Boots Into Grub CLI And Just Sits There

May 22, 2011

My setup: a work laptop that has a corporate Win7 image, and to which I have added a few partitions to try various linux distributions. The MBR is governed by Lilo from the Slackware 13.37 installation in /dev/sda5. The MBR boots no kernel image directly, it only chainloads the boot sectors of partitions /dev/sda1, /dev/sda5, /dev/sda6 and /dev/sda7. The latter three are formatted ext4.The Win7 boot mechanism traditionally resides in /dev/sda1, and the linux distros are required to install their boot machines into their respective partitions.

What I am trying to say is, I installed Ubuntu 11.04 into /dev/sda7, and told the grub installer the same thing: install yourself into the boot sector of /dev/sda7. Kudos btw for the Ubuntu installer, it comes across as a very professional piece of software.

View 9 Replies View Related

Installation :: Grub Hanging After Fresh Install Mint Helena?

Apr 21, 2010

Bit new to linux but what i saw with gloria in my opinion was a better os than windows. Just done a fresh install with helena on my sata drive and a dual boot with xp pro which is on my on my ide drive my problem is on boot I get to grub loading then boot hangs for 5 minutes before the dual boot screen appears and when it does I can not move up or down to select any options eventually however helena does start.

View 7 Replies View Related

Debian Installation :: Fresh RAID1 Wheezy Install - GRUB Just Does Not Work

Jul 26, 2014

I have a VIA Epia M 5000 system with 2 western digital 1TB NAS SATA drives connected through SATA<->IDE adapter. Everything installs and writes as expected except... grub. It never boots, after a message 'Grub loading' I always get 'error: no such disk'. I've tried numerous times and has been attemping to fix the issue for the past 2 days.

/dev/sda
0.999TB 0xfd linux raid autodetect partition
1GB 0xfd linux raid autodetect, logical partition

/dev/sdb exactly the same
0.999TB 0xfd linux raid autodetect partition
1GB 0xfd linux raid autodetect

/dev/md0
RAID1 of /dev/sda1 and /dev/sdb1
marked as ext4, boot point /

/dev/md1
RAID1 of /dev/sda5 and /dev/sdb5
marked as swap

update-grub2 in rescue mode generates grub.cfg with SET root=/mduuid/UUID_OF_SDA1
then after that there's search --no-floppy etc --set root=/mduuid/UUID_OF_MD0

I'm writing this from memory but simply the two uuids are different. Is this correct? I get those UUIDs to compare from blkid. All partitions are marked as bootable. grub-install /dev/sda and grub-install /dev/sdb produces no errors. grub-install /dev/md0 does not work, complains about superblocks or something similar.

Grub.cfg file contains insmod raid mdraid1x and similar lines, so that should be ok. Grub drops to rescue mode with message error: no such disk. Not device, but disk. Google finds many results for 'no such device' error, but I am not getting that error. 'ls' produces
(hd0) (hd0,msdos1) (hd1) (hd1,msdos1) ls ANY_VALID_PATH produces empty newline being printed, nothing more.

setting prefixes manually does not work, with error message 'error: file not found'. ls (hd0,msdos1)/boot/grub also produces empty line being printed. Rescue CD and auto-assemble of md0 and md1 works, the files are there, everything okay, except grub.

View 3 Replies View Related

Ubuntu Installation :: 9.10 Wont Boot After Fresh Install - Raid Grub Missing ?

Mar 12, 2010

I had ubu 904 and vista installed on an 80gb drive, i had a spare 80gb drive also. I setup a raid0 config in my bios, then installed ubu9.10 onto it. All was fine until the very end, and then it said grub failed to install.

So i rebooted, and im left with a blinking cursor. How do i install grub? Ive installed ubu a few times now and never had an issue so now im lost.

View 1 Replies View Related

Ubuntu Installation :: Fresh 10.04 Raid1 Install Will Not Boot W/o Manual Grub Input?

May 3, 2011

Followed steps 2-5 and purged/reinstalled grub now it boots as it should, NO idea where it was messed up.[URL].. I had 9.10 running in raid1 and upgraded my hardware (cpu, mb, memory etc) and wanted to do a fresh install of 10.04 to get updated. After following the various guides online such as [URL]...It begins to load grub and drops to a "grub> " shell. Which I have to do the following to get it to boot.

Code:
set root=(md1)
linux /vmlinuz root=/dev/md1 ro
initrd /initrd.img
boot

Then it boots up normally and I can use it like any other desktop. I've been over my grub.cfg and /etc/defaut/grub files and cannot find the issue. At this point I'm wondering if the fact it's a raid1 setup is keeping grub from finding it's files.

[Code]...

View 9 Replies View Related

Fedora Installation :: 15 Fresh Install - Something Has Gone Wrong - Error On Login ?

Jun 29, 2011

I have just fresh installed Fedora 15 over my (very) old copy of Fedora 11. I wanted to play around with Linux.

Anyway, when I log in, I get the "Oh no! Something has gone wrong" (like I stated).

View 3 Replies View Related

Debian Installation :: Fresh Install Error - $Display Is Not Set Or Cannot Connect To X Server

Jul 25, 2014

I am currently trying out Debian in VMware Player and I installed it using the following method.

Image Used: Debian-7.6.0-amd64-netinst

In the check list where it lets you select Debian Desktop, Print Server, and System Utilities I think it was? I deselected everything.

After Debian installed and rebooted I logged in, elevated myself to su, and entered the following commands.

apt-get update
apt-get install kdm kde-plasma-desktop --no-install-recommends
reboot
startkde

and I get the error '$DISPLAY is not set or cannot connect to the X server.'

View 8 Replies View Related

Ubuntu Installation :: Uncompression Error - System Halted On Fresh 10.10 Install

Oct 14, 2010

I'm trying to install 10.10 64bit on a DFI X48 mainboard with 8Gb RAM, I've tried installing from the Desktop CD, Alternate CD and USB stick, but all attempts fail with
uncompression error

-- System halted

I've run memtest86 and the RAM passes OK, I've even tried running the install with just 4Gb RAM but without any luck. I've even tried three different CD/DVD drives.10.04 64bit runs from the Live CD without any problems, but 10.10 isn't playing ball...

View 1 Replies View Related

Fedora :: GRUB Fails On Fresh Install?

Jun 18, 2011

I'm trying to install FC15 x64, the install goes smooth and reports no errors, I looked around in /tmp/anaconda.log but couldn't see any relevant errors either, basically after rebooting and trying to boot my new install, I get:

error: file not found
Entering recue mode...
grub rescue> _

I've reinstalled 3 times now, first I was using USB, but now have tried with CD too. All I want is for GRUB to be installed on /dev/sda2 which is where my install is, and which is also the default location where the installer supposedly installs it to. I've also tried unplugging my other hard disks, and installing with just the first drive.

View 14 Replies View Related

Slackware :: Fresh Install - 4 Grub Menu Items?

Jan 2, 2011

I just did a fresh install of Slackware 13.1:

However, I get 4 grub listings for Slackware.

1. leads to kernel panic.
Code:

2. leads to kernel panic but with
Code:

3.... welcome to Linux 2.6.33.4 (tty1)

4. Welcom to Linux 2.6.33.4-smp (tty1)

I have never had any trouble with grub, and consequently never had to edit much in grub.

View 11 Replies View Related

Ubuntu :: Fresh Install, Choosing Windows 7 Under GRUB Just Restarts System?

May 6, 2011

I just installed the newest version of Xubuntu using the LiveCD, I chose to install it alongside my current installation of Windows 7, everything went well it seemed, but now when I choose Windows 7 under the GRUB menu it just restarts my system and then takes me back to the grub menu, Xubuntu works fine though and boots fine, I tried sudo update-grub, didn't fix it.Heres the boot info from a script I found, but being rather poor when it comes to diagnosing Linux, I figured it'd be best to post this and see

Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================

[code]....

View 2 Replies View Related

CentOS 5 :: Fresh Install 5.6 Won't Boot - Reboots Instantly On Selecting From Grub

May 14, 2011

I just installed 5.6 using the x86_64 netinstall - all appeared to go well, albeit a little slowly. At the end of the install i rebooted the machine but CentOS won't load. If I select the CentOS option from grub (only other option is 'other') the machine instantly reboots.

Only options selected for install where 'server' and 'server gui'.

Editing the CentOS options shows the following but I've no idea whether this is correct or not (assume it is):

root (hd1,0)
kernel /vmlinuz-2.6.18-238.e15 ro root=/dev/VolGroup00/LogVol00 rhgb initrd /initrd-2.6.18-238.e15.img

View 8 Replies View Related

Ubuntu Installation :: Fresh 10.10 And Update Loads To Grub Propt

Jan 16, 2011

I'm getting a tad frustrated. Having gone down a dead end on this thread: [URL] I reloaded 10.10, wiping out previous install. Everything was working as it should. I then updated (today, Sept 16, 2011) When rebooted, the system went right to a grub prompt.

View 9 Replies View Related

Ubuntu :: Fresh 11.4 Usb Hard Drive Install Results Hd0 Out Of Disk Grub Console

Jun 3, 2011

Company laptop HP Compaq 6710b, NTFS on hd0, Win7 installed. BIOS allows boot from USB drive, so wanted to use Ubuntu with no influence on laptop (no disconnecting internal drive, no dual boot, etc). Performed an install from CD to an USB drive making a JFS partition mounted on / and a swap partition. The installer made the JFS partition bootable (boot flag is set) as I asked. On first boot I got:

error: hd0 out of disk.
grub rescue>

View 14 Replies View Related

CentOS 5 :: Blank Screen After Fresh Install / Why System Hanging Before GRUB Menu?

Mar 28, 2011

I installed CentOS 5.5 last night using the DVD ISO (from a USB drive thanks to the Universal USB Installer). I selected the Server and Virtualization packages, and finished the install all the way through. At the end, the installer asked me to remove any installation media and reboot the system. After rebooting, the system hangs on a blank screen with a blinking cursor in the top left corner that does not accept text. This is before the GRUB screen appears. For partitioning, I created a 4GB swap partition on sdb and a 16GB ext3 partition on sda, mounted at /, with the remaining free space on sdb mounted at /storage.

Does anyone know why this system is hanging before the GRUB menu?

View 4 Replies View Related

Ubuntu Installation :: Grub Error 15 On New Install Of 10.4 LTS

Jan 3, 2011

I decided to bite the bullet and upgrade to the 10.4 LTS from 8.10. Did a complete fresh install and chose to automatically clean off the drive and install the new system from scratch.I have three hard drives with the system on the smaller 40GB and the other two drives are 500GB and 2TB.

From what I can tell my problem probably stems from having the older Grub 0.97 on the system on another drive, but I can't seem to figure out how to purge it. When I mount the partitions, there is no /boot folder... The following is the output from the Boot Info Script:

Code:

Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #1 for /boot/grub.

[code]....

View 8 Replies View Related

Ubuntu :: 10.04 From Scratch (fresh Install) - Unable To Change The Default Option Of Grub Using The Keyboard

Jun 9, 2010

I have installed 10.04 from scratch (fresh install) and I am unable to change the default option of grub using the keyboard. while booting

View 7 Replies View Related

Ubuntu Installation :: Grub Error: Unknown Filesystem And Grub Error: No Such Disc

Nov 23, 2010

I have a dual boot system with ubuntu 9.10 x64 and Windows 7. Everything has been working fine for a a long time but yesterday I tried to delete an unused partition through the Disk Utility in ubuntu (System->Adminstration->Disk Utility) and everything was messed up. I used to get the "Grub error: Unknown filesystem". I managed to create an ubuntu bootable usb and followed some tutorials for fixing grub but all i managed to do is to get another error: "Grub error: No such disc". After some experimentation i got
"Grub stage 1.5" which gave me a grub> command prompt./dev/sda is the drive containing Windows and Ubuntu.

Code:

[ Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #6 for /boot/grub/stage2 and /boot/grub/menu.lst.

[code].....

View 5 Replies View Related

General :: Installation - GRUB Geom Error - Trying To Install ?

Oct 13, 2010

Tried installing Linux (Red Hat 5) along with Windows 7. I created a new partition (10 GB in size) and used it for the Linux installation. After install, I was getting GRUB geom error and my system wasn't booting.

After a few tries I had to format my entire hard disk and run fixmbr which came up with the following warning message: A new MBR will be created and some of the partition may become inaccessible

Now, even though I have gotten back Windows, the Linux partition is not at all visible. (Seems like the warning message has become a reality as that partition looks like has become inaccessible.)

My new hard disk capacity has also reduced by 10 GB and it is not showing up using any software.

How can I recover that inaccessible partition?

I tried fdisk via Linux Rescue disk. Got an error 22, the details as follows:

No luck booting in Windows.

View 2 Replies View Related

Ubuntu Installation :: Grub Loading Error When Install 9.10?

Jan 8, 2010

I went through the procedure to install Ubuntu 9.10 alongside Windows XP. The installation completed without complaint. But when I reboot the PC I get the error message "Grub loading error: no such partition...". and the keyboard is dead. I am using a Sony vaio PCG-FR215H laptop on which I have fitted new HDD and CD-drive. I carried out the installation by first booting up a live version of Ubuntu on a USB thumb drive and then clicking on the 'install Ubuntu' icon on the Live Ubuntu desktop. (I coudn't use a Live CD to install as this fails for some reason). I regained use of Windows XP on the PC by booting with a Windows 95 boot floppy and typing "fdisk /mbr". So, does anyone know what might have cased this grub error? Also, are there ways to try and fix the problem manually. I.e. can I get a copy of good versions of the files that are likely corrupted and then replace the stuff that I will have written over when I did the "fdisk /mbr"?

View 9 Replies View Related

Installation :: Grub 17 Error - Unable To Install Xubuntu ?

Feb 19, 2010

I made an xubuntu disk.loaded it and rewrote my hardrive.on a pretty old averatec laptop. 3/4 of the install it gives a a io error and stops the install.I tried to reinstall from the screen again but got the same error.So I rebooted and it skips everything and goes straight to a grub loading stage 1.5, grub loading error 17. It even skips the live cd.I also tried to do it thru a usb stick but that gets ignored too.

View 3 Replies View Related

Ubuntu Installation :: Grub Error 15 On Clean Install / Fix It?

Dec 11, 2010

I reformatted my root partition and boot partitions and installed ,averick but zhen I boot I get a grub 15 error. I might have made a mistake on the partitioning screen zhen I selected /dev/dsa6 for the GRUB bootloader - this is my dedicated /boot partition - and don't know how to fix it now

my current fstab is code...

By mounting all partitions one by one I can see now that everything has moved around so that

sda is the bigbastard drive - 500GB - that was sdb previously
sdb is supersize/basckup and was sdc before
the paritions on sda have moved to sdc

I have no idea hot to put everything back

View 9 Replies View Related

Fedora :: Httpd Error 98 On Fresh Install?

May 15, 2011

Sometimes httpd (the apache web server) fails to start and displays an error (98: Address already in use: make_sock: could not bind to address xxx.xxx.xxx.xxx:80). This happens even when no other service is listening on port 80, as evident from the output of "lsof -i :80" and "netstat -A inet -lnp". This is due to a configuration file mixup. Both /etc/httpd/conf/httpd.conf and /etc/httpd/conf.d/system-config-httpd.conf contain the directive "Listen :80". If you comment out the "Listen 80" in /etc/httpd/conf.d/system-config-httpd.conf, httpd will again start.

View 1 Replies View Related

OpenSUSE :: Update Error On Suse 11.3 (fresh Install)?

Jan 6, 2011

I have installed Suse 11.3 on my computer yesterday but since then I have been trying to update it but unable to do so. Everytime I try I get this error message: "system management is locked by the application with pid 6953 (usr/sbin/packagekitd). close this appliaction before trying again."

View 8 Replies View Related

Ubuntu :: Unknown Package Error On Fresh Install

Sep 4, 2010

Just did a clean install on my desktop of 10.04. Net was working fine, until I installed GIMP and restarted. A little "NO" symbol pops up next to my wireless indicator, and it tells me to either do an apt-get check from terminal or start the package manager to find out what the problem is...so, I do the apt-get check.

Here's what I get returned from the terminal:

E: Unable to write to /var/cache/apt/

E: The package lists or status file could not be parsed or opened.

View 9 Replies View Related







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