[listing]
.Example
--
-menuentry 'Live Fedora 20' --class fedora --class gnu-linux --class gnu --class os {
- set isolabel=Fedora-Live-LXDE-x86_64-20-1
- set isofile="/boot/iso/Fedora-Live-LXDE-x86_64-20-1.iso"
+menuentry 'Live' --class gnu-linux --class gnu --class os {
+ set isolabel=Live-x86_64
+ set isofile="/boot/iso/Live-x86_64.iso"
loopback loop $isofile
- linux (loop)/isolinux/vmlinuz0 boot=isolinux iso-scan/filename=$isofile root=live:LABEL=$isolabel ro rd.live.image quiet rhgb
+ linux (loop)/isolinux/vmlinuz0 boot=isolinux iso-scan/filename=$isofile root=live:LABEL=$isolabel ro rd.live.image quiet
initrd (loop)/isolinux/initrd0.img
}
--
[[identifying-your-problem-area]]
== Identifying your problem area
-. Remove ''rhgb'' and ''quiet'' from the kernel command line
+. Remove ''splash'' and ''quiet'' from the kernel command line
. Add ''rd.shell'' to the kernel command line. This will present a shell should
dracut be unable to locate your root device
. Add ''rd.shell rd.debug log_buf_len=1M'' to the kernel command line so that
. Add the boot parameter ''rd.shell'' to your bootloader configuration file
(e.g. _/boot/grub2/grub.cfg_)
-. Remove the boot arguments ''rhgb'' and ''quiet''
+. Remove the boot arguments ''splash'' and ''quiet''
+
A sample _/boot/grub2/grub.cfg_ bootloader configuration file is listed below.
+