Hello,

I fetched the latest sources from cvs and tried to install grub2. I followed the guide at the wiki http://grub.enbug.org/TestingOnX86.

'configure --prefix=/boot/grub2': works ok.
'make': ok
'sudo make install': complaints about missing file utils/grub.d/README. easy to overcome. 'sudo grub-install --grub-setup=/boot/grub/grub.cfg /dev/hda': there is no arg like '--grub-setup'. i used instead 'grub-install --root-directory=/boot/grub2/ /dev/hda' 'sudo grub-setup --directory=/boot/grub --device-map=/boot/grub/device.map /dev/hda':
i get this error
'grub-setup: error: cannot stat /boot/grub2/boot.img'
so i copy boot.img to /boot/grub2. Then i get the same complaint about core.img which does not exist.

Any advice is welcome.

Thanks,
Constantine


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to