Stefan Kuhne
2010-Jan-30 16:40 UTC
[Xen-devel] Xen-4.0.0-rc1 root Device ca01 and console hvc0
Hello, i test Xen-4.0.0-rc1 and have solved some problems. But why i have to set root to "ca01"? Can i set console to tty1 instead of hvc0? My Disks are maped to hdax. Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefan Kuhne
2010-Jan-31 11:22 UTC
Re: [Xen-devel] Xen-4.0.0-rc1 root Device ca01 and console hvc0
Am 30.01.2010 17:40, schrieb Stefan Kuhne: Hello,> Can i set console to tty1 instead of hvc0? >How can i get informations about /dev/hvc0? I must modify my initrd for it. Because of these two lines: exec >/dev/tty1 exec 2>/dev/tty1 Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Marc - A. Dahlhaus
2010-Jan-31 19:13 UTC
Re: [Xen-devel] Xen-4.0.0-rc1 root Device ca01 and console hvc0
Hello Stefan, Am 31.01.2010 12:22, schrieb Stefan Kuhne:> Am 30.01.2010 17:40, schrieb Stefan Kuhne: > Hello, > >> Can i set console to tty1 instead of hvc0? >> > How can i get informations about /dev/hvc0? > I must modify my initrd for it. > > Because of these two lines: > exec>/dev/tty1 > exec 2>/dev/tty1You can try to replace your lines with the following one (from dracut) to get attached to whatever default console was defined on kernel commandline: exec 0<>/dev/console 1<>/dev/console 2<>/dev/console Marc _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel