Maciek Kaliszewski wrote: > Hi, > I have fairy complex setup. Base system is i386 lenny. Kernel is amd64 . > And I have debootstraped amd64 system at /amd64 accessible via schroot . > I installed virtualbox_1.5.6-28266_Debian_etch_amd64.deb into schrooted > environment . > I cannot access dvd drive from virtual box .I don't know why . I've made > following devices: > [EMAIL PROTECTED]:/home/u# ls -la /amd64/dev/ |grep cdrom > lrwxrwxrwx 1 root root 9 2008-03-06 10:36 cdrom1 -> /dev/scd0 > brw-r--r-- 1 root cdrom 11, 0 2008-03-06 10:34 scd0 > brw-r--r-- 1 root cdrom 21, 1 2008-03-06 11:37 sg1 > > So I copied cdrom image to file and setup virtualbox to use it. > Boot order is FDD,CDROM,HARDDISK. > But virtualbox cannot boot from cdrom image. I've tried from floppy > image but no success either. > Virtualbox shows that session is aborted . > Log attached.
The log apruptly ends where the BIOS in the VM would boot from CD. So apparently there's an uncaught error which shows up in your environment. Could you please provide us a core dump (which I assume will be created) by following http://virtualbox.org/wiki/Core_dump From the log file you provided I can already spot one odd thing - you've configured the guest to use /dev/cdrom, which according to your information above doesn't exist. Of course that should just prevent you from booting the VM from CD, and not crash VBox. > I tried to install virtualbox_1.5.6-28266_Debian_etch_i386.deb on root > filesystem ,but it doesn't want to work with amd64 kernel module. > So no success either. That cannot possibly work. You can't mix and match i386/amd64 package/kernel module. -- Dr. Klaus Espenlaub innotek GmbH, http://www.innotek.de _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
