- Code: Select all
remove-boot-splash: Format of /boot/initrd-6.6.50-server-1.mga10.img not recognized
$ ll /boot/initrd-6.6.50-server-1.mga10.img
-rw------- 1 root root 39570464 Sep 11 09:18 /boot/initrd-6.6.50-server-1.mga10.img
$ sudo file /boot/initrd-6.6.50-server-1.mga10.img
/boot/initrd-6.6.50-server-1.mga10.img: ASCII cpio archive (SVR4 with no CRC)
$ mount /boot/initrd-6.6.50-server-1.mga10.img /mnt/img
mount: /mnt/img: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
$ dmesg
[...]
[772993.777042] loop0: detected capacity change from 0 to 77286
[772993.778864] EXT4-fs (loop0): VFS: Can't find ext4 filesystem
[772993.778990] EXT4-fs (loop0): VFS: Can't find ext4 filesystem
[772993.779078] EXT2-fs (loop0): error: can't find an ext2 filesystem on dev loop0.
[772993.779564] ISOFS: Unable to identify CD-ROM format.
[772993.779733] REISERFS warning (device loop0): sh-2021 reiserfs_fill_super: can not find reiserfs on loop0
[772993.779785] FAT-fs (loop0): invalid media value (0x44)
[772993.779786] FAT-fs (loop0): Can't find a valid FAT filesystem
[772993.779803] hpfs: Bad magic ... probably not HPFS
$ cpio -tv < /boot/initrd-6.6.50-server-1.mga10.img
drwxr-xr-x 3 root root 0 Sep 11 09:18 .
-rw-r--r-- 1 root root 2 Sep 11 09:18 early_cpio
drwxr-xr-x 3 root root 0 Sep 11 09:18 kernel
drwxr-xr-x 3 root root 0 Sep 11 09:18 kernel/x86
drwxr-xr-x 2 root root 0 Sep 11 09:18 kernel/x86/microcode
-rw-r--r-- 1 root root 224256 Sep 11 09:18 kernel/x86/microcode/GenuineIntel.bin
440 blocks
I get the same error with or without '-o loop' on mount.
How dangerous is this?
added code tags ~Germ