Bug 1222201 - When booting with only a serial console, boot messages are not displayed.
Summary: When booting with only a serial console, boot messages are not displayed.
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: MicroOS (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Forgotten User u0-bnvADNc
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-01 06:25 UTC by William Brown
Modified: 2024-04-01 06:25 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Brown 2024-04-01 06:25:36 UTC
Booting TW micro with a serial console only such as:

virt-install --connect=qemu:///system 
-n microtest.suse.firstyear.id.au 
--import --boot uefi --osinfo opensusetumbleweed 
--virt-type kvm --hvm --machine q35 --cpu host-passthrough 
--graphics none --serial pty --console pty,target_type=virtio 
--autoconsole text --network=bridge=net_20,model=virtio 
--rng /dev/urandom 
--tpm backend.type=emulator,backend.version=2.0,model=tpm-tis 
--vcpu 2 --memory 2048 --security type=dynamic 
--disk path=/mnt/libvirt/nvme/microtest.suse.firstyear.id.au.qcow2,bus=virtio,cache=none,sparse=no


No output will be displayed on the serial console during init (but grub and tty will display)

The kernel cmdline should be adjusted to show output on both consoles.