Not sure if right spot. I am new to site, and need help.
I am trying to read the bootloader config file.
I am using vmwareplayer, OS-Fedora17.
I am doing this for school homework. The book is Lab Manual for Linux+ Guide to Linux Certification (second Edition). This book is a little behind on the years, do to websites not existing or changing names. Being behind on software or OS versions. Kinda saddening.
Anyways on to my problem.
I am trying to read my boot loader's configuration file. I am not sure what Core Fedora uses. The book is expecting Fedora Core 2 System. Which I doubt that is what I am using
cd /boot
ls -loS
cat /etc/grub.conf
or cat /etc/lilo.conf
not sure if there are suppose to be any spaces for the cat part. I tried with and without multiple ways.
It says the directory or file does not exist.
Here are a list of files after using ls -loS
config-3.3.4-5.fc17.x86_64
config-3.4.6-2.fc15.x86_64
efi
elf-memtest86+-4.20
grub
grub2
initramfs-3.3.4-5.fc17.x86_64.img
initramfs.3.4.6-2.fc17.x86_64.img
lost+found
memtest86+4.20
system.map-3.3.4-5.fc17.x86_64
system.map-3.4.6-2.fc17.x86_64
vmlinuz03.3.4-5.fc17.x86_64
vmlinuz03.4.6-2.fc17.x86_64
Any help would be really nice.
Thank you.
|