Perry Myers
2008-Nov-20 23:22 UTC
[Ovirt-devel] [PATCH recipe] Switched console tty0 and ttyS0 so that serial console works properly in F10
Signed-off-by: Perry Myers <pmyers at redhat.com> --- appliances/ovirt/files/cobbler-import | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/appliances/ovirt/files/cobbler-import b/appliances/ovirt/files/cobbler-import index bcb5497..32e6fd1 100644 --- a/appliances/ovirt/files/cobbler-import +++ b/appliances/ovirt/files/cobbler-import @@ -51,7 +51,7 @@ popd cobbler distro add --name="oVirt-Node-$node_arch" --arch=$node_arch \ --initrd=$node_dir/tftpboot/initrd0.img --kernel=$node_dir/tftpboot/vmlinuz0 \ - --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=ttyS0,115200n8 console=tty0" + --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=tty0 console=ttyS0,115200n8" cobbler profile add --name=oVirt-Node-$node_arch --distro=oVirt-Node-$node_arch cobbler system add --netboot-enabled=1 --profile=oVirt-Node-$node_arch \ -- 1.6.0.3
Perry Myers
2008-Nov-20 23:22 UTC
[Ovirt-devel] [PATCH node-image] Switched console tty0 and ttyS0 so that serial console works properly in F10
Signed-off-by: Perry Myers <pmyers at redhat.com> --- common-install.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common-install.ks b/common-install.ks index f535323..4d3610b 100644 --- a/common-install.ks +++ b/common-install.ks @@ -7,6 +7,6 @@ firewall --disabled part / --size 550 --fstype ext2 services --enabled=ntpd,ntpdate,collectd,iptables,network # This requires a new fixed version of livecd-creator to honor the --append settings. -bootloader --timeout=5 --append="console=ttyS0,115200n8 console=tty0" +bootloader --timeout=5 --append="console=tty0 console=ttyS0,115200n8" rootpw --iscrypted Xa8QeYfWrtscM -- 1.6.0.3
Ian Main
2008-Nov-21 21:41 UTC
[Ovirt-devel] [PATCH recipe] Switched console tty0 and ttyS0 so that serial console works properly in F10
I haven't tried this on f10 yet, but I know on f9 it won't work. The last console becomes /dev/console so on machines with no serial port it'll bail on boot. There's a slight possibility that it got changed in f10 but I don't have an f10 machine yet to test with. I'll try to remedy that shortly however. Also I would think that you could try disabling the serial ports in the bios to test this. I'll try to test this afternoon.. sounds like Alan is getting patches in place to build f10 on f9 machine. Ian On Thu, 20 Nov 2008 18:22:00 -0500 Perry Myers <pmyers at redhat.com> wrote:> Signed-off-by: Perry Myers <pmyers at redhat.com> > --- > appliances/ovirt/files/cobbler-import | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/appliances/ovirt/files/cobbler-import b/appliances/ovirt/files/cobbler-import > index bcb5497..32e6fd1 100644 > --- a/appliances/ovirt/files/cobbler-import > +++ b/appliances/ovirt/files/cobbler-import > @@ -51,7 +51,7 @@ popd > > cobbler distro add --name="oVirt-Node-$node_arch" --arch=$node_arch \ > --initrd=$node_dir/tftpboot/initrd0.img --kernel=$node_dir/tftpboot/vmlinuz0 \ > - --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=ttyS0,115200n8 console=tty0" > + --kopts="rootflags=loop root=/ovirt-node-image.iso rootfstype=iso9660 ro console=tty0 console=ttyS0,115200n8" > > cobbler profile add --name=oVirt-Node-$node_arch --distro=oVirt-Node-$node_arch > cobbler system add --netboot-enabled=1 --profile=oVirt-Node-$node_arch \ > -- > 1.6.0.3 > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-devel