|
PyGrub "grub-probe can't find drive for /dev/xvda1" error - Debian Squeeze
|
|
03-25-2011, 02:12 AM
(This post was last modified: 03-25-2011 02:18 AM by quad3datwork.)
Post: #1
|
|||
|
|||
|
PyGrub "grub-probe can't find drive for /dev/xvda1" error - Debian Squeeze
If you are getting following while doing "apt-get upgrade"...
Quote:Setting up linux-image-2.6.32-5-686-bigmem (2.6.32-31) ... First let's create /dev/xvda block device: Code: mknod /dev/xvda b 202 0Edit /boot/grub/device.map file: Change... Code: (hd0) /dev/sdaCode: (hd0) /dev/xvdaEdit /usr/sbin/update-grub file: Change... Code: find_device ()Code: find_device ()Run... Code: update-grub 0Assuming your root disk is /dev/xvda1, run... Code: sed -i "s/xvda/xvda1/g" /boot/grub/menu.lstYou should be able to run your "apt-get upgrade" now. |
|||
|
04-11-2011, 04:13 AM
Post: #2
|
|||
|
|||
|
RE: PyGrub "grub-probe can't find drive for /dev/xvda1" error - Debian Squeeze
Thanks a lot.. worked great on my Xen vps
|
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| "xen_net: Memory squeeze in netback driver” messages | quad3datwork | 0 | 599 |
07-19-2011 11:33 AM Last Post: quad3datwork |
|
| "hwcap index 0 already defined as nosegneg" error and fix | quad3datwork | 0 | 803 |
02-04-2011 11:15 AM Last Post: quad3datwork |
|
User(s) browsing this thread: 2 Guest(s)





