|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Problems booting xen-unstable
> Sorry to bother you even more with this, but I still have bootup
> problems I can't figure out.
> I have now updated to the unstable version and builded xen.gz and
> vmlinuz-2.4.26-xen0
>
> When i bootup the system hangs on:
>
> .
> .
> ..
> EXT3-fs: mounted root (ext3 filesystem with ordered data mode.
> VFS: Mounted root (ext3 filesystem) readonly
> Freeing unused kernel memory: 112k freed"
>
> The grub file is now:
>
> title Xen ...
>
> root(0,0)
> kernel /xen.gz dom0_mem=131072 watchdog noreboot com1=115200 noht
> module /vmlinuz-2.4.26-xen0 root=/dev/hda2 ro console=tty0
Are you looking at serial output?
If so, there are two problem I see in your grub config:
1. 'com1=115200' should be 'com1=115200,8n1'
2. Try removing 'console=tty0' from your Linux boot options
-- Keir
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|