search for: rd_no_plymouth

Displaying 8 results from an estimated 8 matches for "rd_no_plymouth".

2015 Oct 15
3
CentOS7 - Serial Console and Flow Control
Hello List, I'm ironing out details to upgrade a few systems to CentOS7. My servers have BMC with Serial over LAN support. In C5 and C6, I determined how to have BIOS/POST, kernel, and serial console access. I'm reading up on the method to accomplish the pieces with C7. Presently SoL output works, so I see BIOS/POST messages and the GRUB boot list. My changes to enable serial
2015 Oct 15
0
CentOS7 - Serial Console and Flow Control
...AL_COMMAND="serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1" GRUB_TERMINAL_OUTPUT="console serial" GRUB_CMDLINE_LINUX="rd.md.uuid=long-uuid-string crashkernel=auto rd.lvm.lv=vg/swap rd.lvm.lv=vg/root rd.md.uuid=another-long-uuid console=tty0 console=ttyS0,9600 rd_NO_PLYMOUTH" GRUB_DISABLE_RECOVERY="true" Also see: http://0pointer.de/blog/projects/serial-console.html There should be no need to modify any .service files; simply editing /etc/default/grub and regenerating grub2's config should be enough; it was in my case (I verified by looking thro...
2015 Mar 05
0
[PATCH] builder: add build script for PPC64 Fedora
...s=$(mktemp) +cat > $ks <<'EOF' +install +text +reboot +lang en_US.UTF-8 +keyboard us +network --bootproto dhcp +rootpw builder +firewall --enabled --ssh +selinux --enforcing +timezone --utc America/New_York +bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH" +zerombr +clearpart --all --initlabel +autopart --type=plain + +# Halt the system once configuration has finished. +poweroff + +%packages +@core +%end + +%post +# Enable Xen domU support: +pushd /etc/dracut.conf.d +echo 'add_drivers+="xen:vbd xen:vif"' > virt-builder-xen-...
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...l%d.%d" major minor + | Debian (ver, _) -> sprintf "debian%d" ver + | Ubuntu (ver, _) -> sprintf "ubuntu%s" ver + +and kernel_cmdline_of_os os arch = + match os, arch with + | _, X86_64 + | _, I686 + | _, S390X -> + "console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH" + | _, Aarch64 -> + "console=ttyAMA0 earlyprintk=pl011,0x9000000 ignore_loglevel no_timer_check printk.time=1 rd_NO_PLYMOUTH" + | _, Armv7 -> + "console=tty0 console=ttyAMA0,115200 rd_NO_PLYMOUTH" + | (Debian _|Fedora _|Ubuntu _), (PPC64|PPC64le) -> +...
2015 Mar 05
2
[PATCH] builder: add build script for ppc64 fedora
Build script is based on fedora-aarch64.sh. This managed to build and compress an image, but it seems the process itself is not completely unattended. >From some strange reason I had to manually power off the VM after install. Maros Zatko (1): builder: add build script for PPC64 Fedora builder/website/fedora-ppc64.sh | 97 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97
2010 Jan 19
1
How I installed ovirt on fc 12
Hi, I installed ovirt on fedora 12 (64 bits) successfully but I had to make some changes to make it work. 1. Installation from rpms builded from the lastest git version 2. Patch ace : missing backslashes in sed commands vim /usr/share/ace/modules/ovirt/manifests/freeipa.pp line 33 : '/\\[kdcdefaults\\]/a \\ kdc_ports = 88' single_exec {"set_kdc_defaults":
2012 Mar 26
0
Xen 4.1.2 / Fedora 16 pv domU does not show Anaconda
...erve-AD) [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 13 pages/cpu @ec741000 s32000 r0 d21248 u53248 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 216041 [ 0.000000] Kernel command line: rd_NO_PLYMOUTH text ip=xx.xx.0.67 netmask=255.255.255.128 dns=xx.xx.0.202 gateway=xx.xx.0.1 ks=http://xxxx.com/vpsfc14rescue.cfg [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am