LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-13-2013, 05:43 AM   #1
leader1201
LQ Newbie
 
Registered: Feb 2013
Posts: 22

Rep: Reputation: Disabled
/usr/sbin/grub-probe: error: no such disk.


hi,

I am trying to install new kernel in the ubuntu 10.10 machine using following command.

dpkg -i linux-image-2.6.32-5-xen-amd64_2.6.32-39_amd64.deb

Final second i got this follwoing error.

error: /usr/sbin/grub-probe: error: no such disk.

please help me out.

thanks in advance.

regards,
Prasad.
 
Old 03-13-2013, 06:32 AM   #2
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
If you run following command
Code:
# update-grub
Did you get
Code:
Generating grub.cfg ...
/usr/sbin/grub-probe: error: no such disk
Code:
# cd /boot/grub
/boot/grub# rm -rf device.map
/boot/grub# cd
# grub-install --recheck /dev/sda
Installation finished. No error reported.
# grub-install --recheck /dev/sdb
Installation finished. No error reported.
# update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.26-2-686
Found initrd image: /boot/initrd.img-2.6.26-2-686
done
or
# update-grub2
 
Old 03-14-2013, 02:20 AM   #3
leader1201
LQ Newbie
 
Registered: Feb 2013
Posts: 22

Original Poster
Rep: Reputation: Disabled
i have followed your steps. but while executing

grub-install --recheck /dev/sda i am getting same error
 
Old 03-14-2013, 04:54 AM   #4
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
Try
Code:
grub-mkconfig -o /boot/grub/grub.cfg
Does it give the same error too?
 
Old 03-14-2013, 07:02 AM   #5
leader1201
LQ Newbie
 
Registered: Feb 2013
Posts: 22

Original Poster
Rep: Reputation: Disabled
yes it is giving same error
 
Old 03-14-2013, 08:52 AM   #6
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
ubuntu 10.10 has been expired on 2012-04-10.
Even if you try to apt-get update, it would give following error.
Code:
Err http://archive.ubuntu.com maverick/main i386 Packages            
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick/restricted i386 Packages      
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick/universe i386 Packages        
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick/multiverse i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick-updates/main i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick-updates/restricted i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick-updates/universe i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick-updates/multiverse i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick-security/main i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Hit http://downloads-distro.mongodb.org dist Release
Err http://archive.ubuntu.com maverick-security/restricted i386 Packages
  404  Not Found [IP: 91.189.92.201 80]
Ign http://downloads-distro.mongodb.org dist/10gen i386 Packages               
Err http://archive.ubuntu.com maverick-security/universe i386 Packages         
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com maverick-security/multiverse i386 Packages       
  404  Not Found [IP: 91.189.92.201 80]
You can not download most important software like php5-dev, it will give
Code:
Err http://archive.ubuntu.com/ubuntu/ maverick/main shtool all 2.0.8-4
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com/ubuntu/ maverick-updates/main php5-dev i386 5.3.3-1ubuntu9.10
  404  Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com/ubuntu/ maverick-security/main php5-dev i386 5.3.3-1ubuntu9.10
  404  Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/s/shtool/shtool_2.0.8-4_all.deb  404  Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/php5/php5-dev_5.3.3-1ubuntu9.10_i386.deb  404  Not Found [IP: 91.189.92.201 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
They have closed the support of 10.10.
You should upgrade higher version. Ubuntu 13.04 is going to be launched.
Shift to UNITY. It is the future.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
/usr/sbin/httpd: symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_atomic_x dasoberdick Slackware 16 10-11-2014 02:36 AM
[SOLVED] '/usr/sbin/grub-probe: error: cannot stat `/dev/root' k84834 Linux From Scratch 4 01-02-2013 04:21 AM
Error: Cannot find 'ssh-keygen' in '/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin' venu.navat Linux - Software 3 03-08-2012 04:00 AM
/usr/sbin/grub-probe: error: no such disk. mpyusko Debian 3 01-05-2012 10:28 AM
[SOLVED] GRUB: Cannot find list of partitions && /usr/sbin/grub-setup: error w1k0 Linux Mint 26 12-21-2010 03:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration