On 2016-06-28 11:04, Dube, Swaraj wrote: > Hi, > > I already found out the error which was that I did not enable intel_iommu on > the target linux which is why I could not proceed, hence I edited > /boot/EFI/BOOT/grub.cnf and everything is ok(sorry I did not update earlier) .
OK, perfect! > However I have an additional problem, I see some of the steps that > GRUB_CMDLINE_LINUX="memmap=XXX" needs to be configured in /etc/default/grub > however my target machine does not have that so can I just append > memmap="0x4200000\\\$0x3b000000" in /boot/EFI/BOOT/grub.cnf and then update > the grub and finally reboot? If you don't have an indirection over /etc/default/grub, thus a processing step that converts this into /boot/grub2/grub.cfg, you probably need less quotes. Try a simple \$ in this case. Grub and its system integration is just a mess... Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
