Hello, I am using chroot and want to create a virtual machine image. Everything works so far, but grub. I can't use grub-install, that would install on the real hdd. When I install a kernel, grub.cfg gets messed up due to update-grub. The root device is wrong. I'd need something like update-grub with device map as parameter.
"set root='(hd0,msdos1)'" (correct) gets converted to "set root='(/dev/nbd0p1)'" (wrong, it's only a device to mount the hdd image). "insmod part_msdos" (correct) gets lost (wrong). Is there something like update-grub where I can set those values manually? Cheers, proper ______________________________________________________ powered by Secure-Mail.biz - anonymous and secure e-mail accounts. _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
