Home > centos error > centos error 11 unrecognized device string

Centos Error 11 Unrecognized Device String

Member Registered: 2008-05-11 Posts: 140 GRUB Error 11: Unrecognized Device String This just popped out of nowhere. i tried reinstalling GRUB with a livecd but that didn't work. This is on a fresh install from last night. This morning just rebooted and BAM. The Windows option still works though..:rolleyes:Heres my menu.lst# (0) Arch Linuxtitle Arch Linuxroot (hd0,2)kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/a9341d88-bf3b-4dfe-a46d-46c38b2c2224 roinitrd /boot/kernel26.img# (1) Arch Linuxtitle Arch Linux Fallbackroot (hd0,2)kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/a9341d88-bf3b-4dfe-a46d-46c38b2c2224 roinitrd /boot/kernel26-fallback.imgWhats wrong? Last edited by b0uncyfr0 (2008-05-11 02:39:35) Offline #2 2008-05-11 05:12:55 ScriptDevil Member From: In Front of My PC Registered: 2006-04-06 Posts: 253 Re: GRUB Error 11: Unrecognized Device String The kernel and root must be in the same lineWrong: kernel /boot/vmlinuz26root=/dev/disk/by-uuid/a9341d88-bf3b-4dfe-a46d-46c38b2c2224 roRight: kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/a9341d88-bf3b-4dfe-a46d-46c38b2c2224 roPress "e" in your grub screen on any oneGo to the root line and press "e" Go to its begining and type kernel /boot/vmlinuz26Press EnterGo to the previous line ("The one with the kernel in it")Press "d" to delete itPress "b" to bootWhen your install boots, open the /boot/grub/menu.lst and delete the line break between the kernel and root line. Save the file. enjoy Last edited by ScriptDevil (2008-05-11 05:13:44) Be yourself, because you are all that you can be Offline #3 2008-06-27 18:29:20 AndrewW Member Registered: 2008-06-27 Posts: 3 Re: GRUB Error 11: Unrecognized Device String Thank you!This happened to me on the first boot after installing. It seems that nano automatically put root on a new line when I added a vga setting. As I

you reinstall Windows and then restore the grub 2,you may encounter "error 11: unrecognized device string" after select Ubuntu in grub menu.Following shows how to fix this error: Select Chainload into GRUB 2 in this screen and press E Select the line start with  "root" and press E in next screen.Then change the "root" into "uuid"(without quotes),press enter and then press B.You will back to grub menu,select Ubuntu and boot up. Once login,open terminal and type: https://bbs.archlinux.org/viewtopic.php?id=48450 sudo upgrade-from-grub-legacy Incoming search terms:error 11 unrecognized device stringerror 11 unrecognized device string or you omittederror 11 unrecognized device string or you omitted the required device parterror11:unrecongnized device String or you omitted theunrecognized device string or you omitted 8 users responded in " Fix Grub 2 Error 11: unrecognized device string " mattgyver said, in November 2nd, 2009 at http://ubuntuguide.net/fix-grub-2-error-11-unrecognized-device-string 6:18 am you saved my butt, thanks! Neal said, in November 27th, 2009 at 11:07 am Smooth, thanks! The Perfect fix. Yuri kazarov said, in December 9th, 2009 at 7:38 pm Easy and effective. Great solution. You save me hours of work. thanks. Clayton Lima said, in January 14th, 2010 at 7:47 am Thanks to share the perfect solution to solve this problem!!! Best regards! Clayton Lima Goiania - Goias Brasil Pramono said, in January 19th, 2010 at 4:07 am Thank you, it works.. Pushkaraj said, in April 7th, 2010 at 10:57 am Great! It saved me.. Naanu said, in July 26th, 2010 at 12:57 am Awesome. Saved me thanks larry said, in March 20th, 2011 at 8:28 pm thanks! Recent Posts How to Install Gnome-Pie 0.6.5 in Ubuntu 15.10, 15.04, 14.04 How to Install Podcast Client ‘Vocal' in Ubuntu 14.04 Ubuntu 15.04: different wallpapers on each workspace Install Missing Session Icons/logos for Ubuntu 14.04/14.10 Login Screen XFCE 4.12 Finally Released After 2 Years and 10 Months of Work Linode Ubuntu Sharing is hosted o

Dual booting GRUB (Error 11: Unrecognized device string) If this is your first visit, be sure to check out the FAQ by clicking the link above. You http://forums.justlinux.com/showthread.php?126755-Dual-booting-GRUB-(Error-11-Unrecognized-device-string) may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Page 1 of 4 1234 Last Jump to page: Results 1 to 15 of 51 Thread: Dual booting GRUB (Error 11: Unrecognized device string) Tweet Thread Tools Show Printable Version Email this Page… centos error Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode 04-28-2004,07:49 PM #1 Crypt View Profile View Forum Posts Registered User Join Date Oct 2002 Location Toronto, Ontario, Canada Posts 55 I have been running into the same issue with fedora core 1 and windows xp pro. hda is linux hdb is windows xp pro hdc is a fat 32 centos error 11 drive my device.map is # this device map was generated by anaconda (fd0) /dev/fd0 (hd0) /dev/hda (hd1) /dev/hdb (hd2) /dev/hdc i edited my grub.conf to resemble GNU nano 1.2.1 File: grub1.conf1 grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda1 default=0 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Fedora Core (2.4.22-1.2115.nptl) root (hd0,0) kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdd=ide-scsi rhgb initrd /initrd-2.4.22-1.2115.nptl.img title Windows XP map (hd0, hd1) map (hd1, hd0) rootnoverify (hd1,0) chainloader (hd*.*)+1 With this set up when i choose Windows XP i get: Booting 'Windows XP' map (hd0, hd1) Error 11: Unrecognized device string Last edited by Crypt; 04-28-2004 at 08:05 PM. Reply With Quote 04-29-2004,12:08 PM #2 mdwatts View Profile View Forum Posts Grand Master Join Date Dec 1999 Location Toronto Posts 39,320 I split your thread into a new one. Try removing rootnoverify (hd1,0) SEARCH FIRST... ASK SECOND Read the JL 'Community Help Posting Guidelines' before posting

 

Related content

centos error x11 support required for gui compilation

Centos Error X Support Required For Gui Compilation p PMhey out there i'm an ab absolute newbie with linux and ubuntu so i apologise for my lack of knowlege been trying to install Mplayer didnt relatedl work through synaptic so was trying through terminal using instructions from http www oldskoolphreak com tfiles hack ubuntu txt problem is when i get to configure --enable-gui i get Error X support required for GUI compilation can anyone help me fix this many thanks Peter January th AMyou probably have to instal the x window dev files sudo apt-get install x-window-system-dev or install the

centos error while loading shared libraries libc.so.6

Centos Error While Loading Shared Libraries Libc so p during installation Issues related to software problems Post Reply Print view Search relatedl Advanced search posts bull Page of pennstate Posts Joined Libc so error during installation Quote Postby pennstate raquo I am a first-time user of centOS and have not used Linux for a few years so I hope someone may be able to help me troubleshoot the following error Please enter installation directory opt netcool rm error while loading shared libraries libc so cannot open shared object file No such file or directorycat error while loading shared libraries libc

centos error problem with internal logger update logfile = /var/log/clamav/freshclam.log

Centos Error Problem With Internal Logger Update Logfile var log clamav freshclam log p Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct Ubuntu Wiki Community Wiki Other Support relatedl Launchpad Answers Ubuntu IRC Support AskUbuntu Official Documentation User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs Ubuntu PPAs Ubuntu Web Upd Ubuntu OMG Ubuntu Ubuntu Insights Planet Ubuntu Activity Page Please read before SSO login Advanced Search Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help SOLVED freshclam not updating due to permission issue Having

centos error inserting coretemp no such device

Centos Error Inserting Coretemp No Such Device p LM Sensors on Cent OS How To Get And Install The Coretemp Module purehate March Insights Comments relatedl Tweet If you have been following my progress over the last few days you will know that after a complete rebuild of the tools server and a change of the operating system I have been working hard to get all our temp monitoring back online The server previously ran Gentoo Linux which although is still my favorite distro is just not suited for a production server environment So we decided to go with Cent

centos error missing dependency /usr/bin/rebuild-security-providers

Centos Error Missing Dependency usr bin rebuild-security-providers p errors General support questions including new installations Post Reply Print view Search Advanced search posts Next oldwierdal Posts relatedl Joined Location Yuma Arizona resolving update errors Quote Postby oldwierdal raquo Sometimes we humans seem to have great difficulty believing what the machines we invented are telling us For example our dandy yum update program in CentOS told me there were conflicts with OpenOffice and with java- -gcj-compat I recall early on in my adventures with Linux and Fedora Core and later with CentOS suffering from brain-freeze when I would get error messages

centos error cannot create sourcedir /usr/src/redhat/sources

Centos Error Cannot Create Sourcedir usr src redhat sources table id toc tbody tr td div id toctitle Contents div ul li a href Cpio Md Sum Mismatch a li ul td tr tbody table p HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Distributions Red Hat rpm error cannot create sourcedir User Name relatedl Remember Me Password Red Hat This forum is for the discussion p h id Cpio Md Sum Mismatch p of Red Hat Linux Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are rpm-build currently

centos error while loading shared libraries libssl.so.4

Centos Error While Loading Shared Libraries Libssl so p it isn't installed -- Issues related to software problems Post Reply Print view Search Advanced relatedl search posts bull Page of jbruyet Posts Joined SSL is installed but it isn't installed -- Quote Postby jbruyet raquo Hey all I'm working on getting my Nagios server working but I've hit a wall -- there is isn't an ssl install Here's what I'm seeing I couldn't get NRPE to work so I ran it locally and this error popped up check nrpe error while loading shared libraries libssl so cannot open shared object

centos error zm requires gnutls/openssl.h

Centos Error Zm Requires Gnutls openssl h p available for Linux especially if you need to relatedl capture images and or video from multiple cameras both remote and local It offers a huge set of features that just aren't available in other pieces of free software Getting it to compile on Centos bit however is a bit of a chore There is some information in the ZoneMinder wiki on compiling and installing ZoneMinder on Centos but these instructions are incomplete and will not work After helping a coworker get it up and running and finding little information out there for

centos error while loading shared libraries libuno_sal so 3

Centos Error While Loading Shared Libraries Libuno sal So p not found Issues related to software problems Post Reply Print view Search Advanced search posts bull Page relatedl of Jhingman Posts Joined libXm so libc so not found Quote Postby Jhingman raquo the issue I'm having is the libraries in the subject libXm so and libc so aren't found by the system when trying to run a particular program We have it set up so that certain apps are installed to a server and when a user wants to use a particular app they call a shell script which in

centos error downloading treeinfo file

Centos Error Downloading Treeinfo File p Version Target VersionFixed in VersionSummary Install fails when Updates repository is added to install DescriptionWhen running an install with an updates repository included the install fails usually during the MAKEDEV package installation relatedl The install UI reports A fatal error has occurred when reading the installation media Installation cannot continue Exit Installer Steps To ReproduceAdditional InformationThis occurs when doing an NFS install of Centos where the Updates repository is either on NFS or HTTP If I remove the updates repository from the install it works as expected If I add in the EPEL repository

centos error problem with internal logger updatelogfile = /var/log/clamav/freshclam.log

Centos Error Problem With Internal Logger Updatelogfile var log clamav freshclam log p raquo Print Pages Author Topic SOLVED CLAMAV update problem Read times Members and relatedl Guests are viewing this topic brinsleyparagao Newbie Posts SOLVED CLAMAV update problem on August AM I make a new server and install clamav and extras but in restart service i see this error log Stopping Clam AntiVirus Daemon OK Starting Clam AntiVirus Daemon LibClamAV Warning LibClamAV Warning The virus database is older than days LibClamAV Warning Please update it as soon as possible LibClamAV Warning OK So i try make a update on

centos error 25 disk read error

Centos Error Disk Read Error p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie After installation I get Error Disk read error relatedl Press any key to continue User Name Remember Me Password Linux - Newbie This Linux forum is for members that are new to Linux Just starting out and have a question If it is not in the man pages or the how-to's this is the place Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our

centos error mdadm exited with status 127

Centos Error Mdadm Exited With Status p installation exits with mdadm error then grub freezes at loading stage General support questions Post Reply Print relatedl view Search Advanced search posts Next vvvvv Posts Joined SOLVED CentOS installation exits with mdadm error then grub freezes at loading stage Quote Postby vvvvv raquo Hi I made a clean reinstall from CentOS to CentOS I'm installing from external usb dvd drive My current partitioning sda - sda - GB md RAID - sda - GB md RAID sdb - sdb - GB md RAID - sdb - GB md RAID RAID devices -

centos error while loading shared libraries libgio-2.0.so.0

Centos Error While Loading Shared Libraries Libgio- so p General support questions including new installations Post Reply Print view Search Advanced search posts Next relatedl vinturi Posts Joined libglib- so problem Quote Postby vinturi raquo After I restart my PC following message is being displayed and GUI is not coming up How to get rid of this problem usr bin rhgb-client error while loading shared libraries libglib- so Cannot open shared object file No such file or directory --Thanks in advance Top pschaff Retired Moderator Posts Joined Location Tidewater Virginia North America Contact Contact pschaff Website Re libglib- so problem

centos error while loading shared libraries libmysqlclient.so.15

Centos Error While Loading Shared Libraries Libmysqlclient so p a DA server recently relatedl updated mysql to version you'll still need your old libmysqlclient so files from mysql This would be the error you're seeing root server directadmin service directadmin restart Stopping DirectAdmin FAILED Starting DirectAdmin usr local directadmin directadmin error while loading shared libraries libmysqlclient so cannot open shared object file No such file or directory FAILED To resolve the issue simply grab the old libmysqlclient so file from our server Example for CentOS - -bit run wget -O usr lib libmysqlclient so http files directadmin com services es

centos error while loading shared libraries libperl.so

Centos Error While Loading Shared Libraries Libperl so p libperl so General support relatedl questions including new installations Post Reply Print view Search Advanced search posts bull Page of dlindh Posts Joined Spamassassin error libperl so Quote Postby dlindh raquo Hi Just noticed that my spamassassin stopped scanning mail for me root msca ld so conf d service spamassassin startStarting spamd usr bin perl error while loading shared libraries libperl so cannot open shared object file No such file or directory FAILED Just running perl looks fine root msca ld so conf d perl -vThis is perl v built for

centos error while loading shared libraries libssl.so.0.9.8

Centos Error While Loading Shared Libraries Libssl so p it isn't installed -- Issues related to relatedl software problems Post Reply Print view Search Advanced search posts bull Page of jbruyet Posts Joined SSL is installed but it isn't installed -- Quote Postby jbruyet raquo Hey all I'm working on getting my Nagios server working but I've hit a wall -- there is isn't an ssl install Here's what I'm seeing I couldn't get NRPE to work so I ran it locally and this error popped up check nrpe error while loading shared libraries libssl so cannot open shared object