Opened 11 years ago

Closed 11 years ago

#685 closed defect (fixed)

At boot : kernel not found

Reported by: victor gattegno Owned by: Bruno Cornec
Priority: normal Milestone: 3.0.4
Component: mindi Version: 3.0.3
Severity: normal Keywords: mindi boot kernel not found
Cc: victor gattegno, rue

Description

After backup with Mondorescue, at mondorescue.iso boot can occur the error "kernel not found".

It is because mindi makes a find on two levels from /.

Line 2376 of mindi r3104 :

for fname in `find $root -maxdepth 2 -type f | grep -Ei 'lin|kern|xen' | grep -Ev '^/proc/|^/net/'` ; do

Then, some files can disturb mindi, example: /mondobackup/linux-m8p5-2012-12-17-1.iso

Change History (2)

comment:1 by victor gattegno, 11 years ago

Concerning the kernel not found at boot, it was due to /boot/strings_rhel3_vmlinuz-2.4.21-50.EL.txt file, which was just a file created to store the strings of a vmlinuz file.

comment:2 by Bruno Cornec, 11 years ago

Resolution: fixed
Status: newclosed

There will always be some files that can disturb mindi. Adopting a better exclude list is now done in rev [3121]

Note: See TracTickets for help on using tickets.