I try to do a guest OS install remotely using virt-install but the installation process hangs with the following error: "Write protecting the kernel read-only data: 938k" Any hint would be helpful - Thanks P.S -Domain-0 is running FC7
achan@jonathan360.com
2007-Sep-13 20:12 UTC
Re: [Fedora-xen] Virt-install with no-graphics
I''m not a xen veteran but I can tell you that isn''t much information for us to go on :) Did you check your log files? (/var/logs/xen/xend.log) or even the qemu log file. Is this paravirt or fully-virt? What does your guest system config file look like? ~jmd Jackley Cesar wrote:> I try to do a guest OS install remotely using virt-install but the > installation process hangs with the following error: > > "Write protecting the kernel read-only data: 938k" > > > Any hint would be helpful - > > > Thanks > > P.S -Domain-0 is running FC7 > > -- > Fedora-xen mailing list > Fedora-xen@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-xen >
On 13/09/2007, Jackley Cesar <jackley.cesar@gmail.com> wrote:> I try to do a guest OS install remotely using virt-install but the > installation process hangs with the following error: > > "Write protecting the kernel read-only data: 938k"That''s quite a common issue at that point, in all probability it hasn''t actually hung, it''s simply that you are not connected to the proper console that the guest is writing to, if you use --extra-args="console=xvc0" with virt-install, everything should be fine.