CamFlow / vagrant

Vagrant Script for CamFlow.
http://camflow.org/
GNU General Public License v2.0
1 stars 4 forks source link

There is no kernel image in /boot folder #9

Closed megabytekim closed 4 years ago

megabytekim commented 4 years ago

Hello!

I am trying to set up VM machine, and didn't find the Camflow option in GRUB menu. The following is the ls output for /boot folder

[vagrant@localhost /]$ cd boot/ [vagrant@localhost boot]$ ls config-4.18.16-300.fc29.x86_64 config-4.19.10-300.fc29.x86_64 config-5.2.9camflow-0.6.3 efi elf-memtest86+-5.01 extlinux grub2 initramfs-0-rescue-035474e4ceb4416eb1c2d9c19d3e76c2.img initramfs-4.18.16-300.fc29.x86_64.img initramfs-4.19.10-300.fc29.x86_64.img loader lost+found memtest86+-5.01 System.map-4.18.16-300.fc29.x86_64 System.map-4.19.10-300.fc29.x86_64 vmlinuz-0-rescue-035474e4ceb4416eb1c2d9c19d3e76c2 vmlinuz-4.18.16-300.fc29.x86_64 vmlinuz-4.19.10-300.fc29.x86_64 [vagrant@localhost boot]$ uname -r 4.19.10-300.fc29.x86_64 [vagrant@localhost boot]$