Hi all,
I created a bootable USB with GRUB4DOS to load Bitdefender_rescue_disk.iso. The code in menu.lst is:
title BitDefender Rescue CD 2010
map /bitdefender-rescue-cd.iso (0xff)
map --hook
root (0xff)
kernel /casper/vmlinuz boot=casper persistent iso-scan/filename=/bitdefender-rescue-cd.iso vga=ask
initrd /casper/initrd.gz
I run it on Thinkpad x61, HP 4710s and it works fine. But, I cannot run it on Vostro 3450. After loading file, it begin to come the GUI but only black screen appears without anything.
So, Can anyone show me the way to fix this issue?
Many thanks.