Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 568107 Details for
Bug 736993
error install bootloader with serial interface install
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Reproducer script for failure of a KVM guest install(specifically 'bootloader' install) via serial console using F17 alpha
guest-install-via-serial.bash (text/plain), 1.06 KB, created by
Kashyap Chamarthy
on 2012-03-07 03:34:19 UTC
(
hide
)
Description:
Reproducer script for failure of a KVM guest install(specifically 'bootloader' install) via serial console using F17 alpha
Filename:
MIME Type:
Creator:
Kashyap Chamarthy
Created:
2012-03-07 03:34:19 UTC
Size:
1.06 KB
patch
obsolete
>#!/bin/bash >set -x > ># Create a minimal kickstart file >cat << EOF > fed.ks >install >text >reboot >lang en_US.UTF-8 >keyboard us >network --bootproto dhcp >rootpw testpwd >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 > >%packages >@core >%end >EOF > ># Create a qcow2 disk image >$ /usr/bin/qemu-img create -f qcow2 -o preallocation=metadata $diskimage 20G > ># Run the guest > /usr/bin/virt-install --connect=qemu:///system \ > --network=bridge:virbr0 \ > --initrd-inject=./fed.ks \ > --extra-args="ks=file:/fed.ks console=tty0 console=ttyS0,115200 serial rd_NO_PLYMOUTH root=live:http://dl.fedoraproject.org/pub/alt/stage/17-Alpha.RC4/Fedora/x86_64/os/LiveOS/squashfs.img" \ > --name=f17test \ > --disk path=/var/lib/libvirt/images/f17tst.cow2,format=qcow2 \ > --ram 2048 \ > --vcpus=2 \ > --check-cpu \ > --hvm \ > --location=http://dl.fedoraproject.org/pub/alt/stage/17-Alpha.RC4/Fedora/x86_64/os/ \ > --nographics >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 736993
:
522285
|
522869
|
559554
| 568107