|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen 4.0-testing: cannot install grub in debian domU (bo
Isn't /dev/xvda just the notation for mapping drives in the .cfg file? I would assume you would need to mount the root .img via loopback, chroot into it, and install form there, or use the grub-install --rootdir option outside of it.
-Bruce
2010/6/26 Niccolò Belli <darkbasic4@xxxxxxxxx>
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M seek=4095 count=1
# dd if=/dev/zero of=/srv/xen/webserver.img oflag=direct bs=1M count=4096
root@debian:~# grub-install /dev/xvda
Searching for GRUB installation directory ... found: /boot/grub
The file /boot/grub/stage1 not read correctly.
Darkbasic
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|