P
P
pfsenses2016-03-29 17:58:34
linux
pfsenses, 2016-03-29 17:58:34

Kaspersky Hybrid Boot?

Unable to boot using grub2 Kaspersky Rescue Disk.
In the case of Grub4Dos, the following code works flawlessly:

title Kaspersky Rescue Disk 10
set ISO=/Boot/Antivirus/KAV.iso
partnew (hd0,3) 0x00 %ISO%
map %ISO% (0xff) || map --mem %ISO% (0xff)
map --mem --heads=0 --sectors-per-track=0 %ISO% (0xff)
map --hook
root (0xff) || rootnoverify (0xff)
chainloader (0xff)

When trying to organize something like this using grub2, namely:
menuentry "Kaspersky Rescue Disk 10" {
loopback loop /Boot/Antivirus/KAV.iso
linux (loop)/boot/rescue root=live:CDLABEL=KRD10 rootfstype=auto vga=791 init=/init kav_lang=ru udev liveimg splash quiet doscsi add_efi_memmap
initrd (loop)/boot/rescue.igz
}

Kaspersky crashes into the panic kernel, with a similar error:
mount: no medium found on /dev/sr0
mount: no medium found on /dev/sr0

dracut Warning: Can't mount root fileystem
dracut Warning: dracut: FATAL: Faild to mount block device of live image
dracut Warning: dracut: Refusing to continue
dracut Warning: dracut: FATAL: Faild to mount block device of live image
dracut Warning: dracut: Refusing to continue



dracut Warning: Signal caught!
dracut Warning: dracut: FATAL: Faild to mount block device of live image
dracut Warning: dracut: Refusing to continue
dracut Warning: dracut: FATAL: Faild to mount block device of live image
dracut Warning: dracut: Refusing to continue

Kernel panic - not syncing: attempted to kill init!
pid: 1, comm: init Not tainted 3.0.13-krd10 #1
Call Trace:
[<c08e60c2>] panic+0x50/0x141
[<c0436f3d>] do_exit+0x92/0x68d
[<c043759e>] do_group_exit+0x66/0x8f
[<c04375da>] sys_exit_group+0x13/0x17
[<c08e80ec>] syscall_call+0x7/0xb
[<08e0000>] ? init_intel+0x34f/0x37e

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Kolesnikov, 2016-04-09
@yurikoles

Most likely it needs to be insmoddone for some modules, for the same fs iso9660 You can peep in the Ubuntu Live config.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question