Changes between Initial Version and Version 1 of Ticket #4998


Ignore:
Timestamp:
04/28/2020 04:10:33 (4 years ago)
Author:
FGrose
Comment:

Testing on physical hardware, booting the Fedora-SoaS-Live-x86_64-32-1.6.iso directly using this grub menuentry:

menuentry 'SoaS 32 Live' --class fedora --class gnu-linux --class gnu --class os {
    insmod part_gpt
    insmod ext2
    set root='hd1,gpt2'
    set isolabel=Fedora-SoaS-Live-32-1-6
    set isofile=/Fedora/Fedora-SoaS-Live-x86_64-32-1.6.iso
    loopback loop ($root)/$isofile
    linux (loop)/isolinux/vmlinuz boot=isolinux iso-scan/filename=$isofile root=live:LABEL=$isolabel ro rd.live.image rd.live.ram
    initrd (loop)/isolinux/initrd.img
}

The Speak Activity and Clock Activity are silent.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4998

    • Property Bug Status changed from Unconfirmed to New
  • Ticket #4998 – Description

    initial v1  
    1 Observed in Fedora-SoaS-Live-x86_64-32-1.6.iso installed as LiveUSB image.
     1Observed in Fedora-SoaS-Live-x86_64-32-1.6.iso installed as LiveUSB image on physical hardware.
    22For example the Speak Activity is silent.