Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 101786  / 2 Years ago, sat, may 14, 2022, 4:41:52

Running 14.04 in virtualbox 4.3.8



Unable to detect the guest additions.iso when i selected the guest additions.iso in the IDE Secondary Master.



No problem, so I used wget and downloaded the iso into the guest ubuntu headless.



when I attempt to load the iso from inside using these commands:



sudo mkdir /media/iso
sudo modprobe loop
sudo mount filename.iso /media/iso -t iso9660 -o loop


At the sudo modprobe loop, I got the following error:



modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-24-generic/modules.dep.bin'


Here are my lsb_release -a:



No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty


EDIT:



When I typed



ls /lib/modules/*/modules.dep.bin


I get back



/lib/modules/3.11.0-20-generic/modules.dep.bin  /lib/modules/3.13.0-24-generic/mo‌​dules.dep.bin /lib/modules/3.5.0-49-generic/modules.dep.bin

More From » modprobe

 Answers
0

Thanks to Braiam comments, I have solved it using



sudo apt-get install --reinstall linux-image-3.13.0

[#25495] Saturday, May 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
percol

Total Points: 493
Total Questions: 116
Total Answers: 107

Location: Taiwan
Member since Mon, Sep 6, 2021
3 Years ago
percol questions
Thu, Sep 29, 22, 07:42, 2 Years ago
Sat, Jul 16, 22, 21:00, 2 Years ago
Tue, May 30, 23, 19:16, 1 Year ago
Wed, Aug 18, 21, 02:15, 3 Years ago
;