Hello, I would like to start with xen. I prepared a grub boot floppy ( I use lilo on my computer), and I compiled my own kernel (with privileged option) and installed in boot. When it starts it shows the xen logo, it finds the kernel ( a grub module) it prepares and it scrubs memory and then it hangs. What am I doing wrong? Thanks in advance for any reply! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Hello, I would like to start with xen. I prepared a grub boot floppy ( I use lilo on my computer), and I compiled my own kernel (with privileged option) and installed in boot. When it starts it shows the xen logo, it finds the kernel ( a grub module) it prepares and it scrubs memory and then it hangs. What am I doing wrong? Thanks in advance for any reply! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> Hello, > I would like to start with xen. > I prepared a grub boot floppy ( I use lilo on my computer), and I > compiled my own kernel (with privileged option) and installed in boot. > When it starts it shows the xen logo, it finds the kernel ( a grub > module) it prepares and it scrubs memory and then it hangs. > > What am I doing wrong? > > Thanks in advance for any reply!Post your GRUB menu lines for Xen, and your kernel config file. -- Keir ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> Hello, > I would like to start with xen. > I prepared a grub boot floppy ( I use lilo on my computer), and I > compiled my own kernel (with privileged option) and installed in boot. > When it starts it shows the xen logo, it finds the kernel ( a grub > module) it prepares and it scrubs memory and then it hangs. > > What am I doing wrong?So the xen.gz and a vmlinuz-* are on your hard disk in the /boot directory? (they won''t fit on a std floppy) Is this your own vmlinuz-2.6.9-xen0 file, or one you built? Recheck your grub config is OK. Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Tue, 2004-12-21 at 10:23 +0000, Ian Pratt wrote:> So the xen.gz and a vmlinuz-* are on your hard disk in the /boot > directory? (they won''t fit on a std floppy) >Yes, only grub is on floppy> Is this your own vmlinuz-2.6.9-xen0 file, or one you built? >My custom vmlinuz, xen.gz is standard one.> Recheck your grub config is OK.Same as install.txt ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Tue, 2004-12-21 at 09:53 +0000, Keir Fraser wrote:> > > > Thanks in advance for any reply! > > Post your GRUB menu lines for Xen, and your kernel config file. >GRUB menu is identical to your example in INSTALL.TXT. Kernel .config is attached. I hope you can read it.
On Tue, 2004-12-21 at 09:53 +0000, Keir Fraser wrote:> > What am I doing wrong? > > > > Thanks in advance for any reply! > > Post your GRUB menu lines for Xen, and your kernel config file. >I see no reply so I send you also my grub config: default=0 timeout=11 title xen #:0 <-- type: 0 => linux, 1 => windows, 2 => other root (hd0,1) kernel /boot/xen.gz console=vga module /boot/vmlinuz-2.6.9-xen0 md=2,/dev/sdb3,/dev/sdc3 root=/dev/md2 ro console=/dev/tty0 22 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> On Tue, 2004-12-21 at 09:53 +0000, Keir Fraser wrote: > > > > What am I doing wrong? > > > > > > Thanks in advance for any reply! > > > > Post your GRUB menu lines for Xen, and your kernel config file. > > > I see no reply so I send you also my grub config: > > default=0 > timeout=11 > > title xen > #:0 <-- type: 0 => linux, 1 => windows, 2 => other > root (hd0,1) > kernel /boot/xen.gz console=vga > module /boot/vmlinuz-2.6.9-xen0 md=2,/dev/sdb3,/dev/sdc3 > root=/dev/md2 ro console=/dev/tty0 > 22 > > >The problem is probably something suspect in your kernel config. Try building a kernel with the default configuration: it may fail to find all devices on your system, but you should then get *some* output from the DOM0 kernel. -- Keir ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel