VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1570 - 1572 of 16363)

Ticket Resolution Summary Owner Reporter
#7045 fixed Can't boot guest Linux on the second physical disk. Liu, Xinyun
Description

virtualbox: 3.2.4

After create vmdk file, the Ubuntu failed to boot.

I tried two disk, one is the whole disk, the other is that with some partitions. Both failed.

to create and register vmdk for the physical disk

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands listpartitions -rawdisk \.\PhysicalDrive0
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

Number Type StartCHS EndCHS Size (MiB) Start (Sect)
1 0x07 1 /0 /1 1023/239/63 76308 15120

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands listpartitions -rawdisk \.\PhysicalDrive1
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

Number Type StartCHS EndCHS Size (MiB) Start (Sect)
1 0x83 0 /32 /33 1023/254/63 11443 2048
5 0x83 1023/254/63 1023/254/63 12397 23439360
6 0x82 1023/254/63 1023/254/63 3905 48830464
7 0x83 1023/254/63 1023/254/63 11443 56829952
8 0x83 1023/254/63 1023/254/63 266052 80267264

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands createrawvmdk -filename c:\vms\t400\sdb.vmdk -rawdisk \.\PhysicalDrive1 -register
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

RAW host disk access VMDK file c:\vms\t400\sdb.vmdk created successfully.

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands createrawvmdk -filename c:\vms\t400\sdb.vmdk -rawdisk \.\PhysicalDrive1 -register
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

RAW host disk access VMDK file c:\vms\t400\sdb.vmdk created successfully.

C:\Program Files\Oracle\VirtualBox>VBoxManage.exe internalcommands createrawvmdk
-filename c:\vms\t400\sdbp.vmdk -rawdisk \.\PhysicalDrive1 -partitions 1,5,6,7
,8 -register
Oracle VM VirtualBox Command Line Management Interface Version 3.2.4
(C) 2005-2010 Oracle Corporation
All rights reserved.

RAW host disk access VMDK file c:\vms\t400\sdbp.vmdk created successfully.

C:\Program Files\Oracle\VirtualBox>

log with sdb.vmdk

t400-2010-06-23-00-14-36.log

log with sdbp.vmdk

t400-2010-06-23-00-15-28.log
#3856 invalid Can't boot primary hard drive after converting from vhd to vdi mleyes
Description

Hello Support,

I have converted a vhd image to a vdi image using the following command in windows: vboxmanage convertdd disk.vhd disk.vdi and after a few minutes I tried to run it and got an error message "FATAL: No bootable medium found! System Halted"

Please help me.

Thanks.

#1429 fixed Can't build Linux Guest Additions for Fedora 9 preview => Fixed in 1.6 Lucas
Description

uname : Linux 2.6.25-1.fc9.i686' gcc -v : gcc version 4.3.0 20080416 (Red Hat 4.3.0-7) (GCC)

./VBoxLinuxAdditions.run : Verifying archive integrity... All good. Uncompressing VirtualBox 1.5.7 Guest Additions for Linux installation....... VirtualBox 1.5.7 Guest Additions installation Building the VirtualBox Guest Additions kernel module... Building the shared folder support kernel module... Unable to build the kernel module. See the log file /var/log/vboxadd-install.log for more details.

tail -30 /var/log/vboxadd-install.log :

gcc -Wp,-MD,/tmp/vbox.1/.vfsmod.o.d -nostdinc -isystem /usr/lib/gcc/i386-redhat-linux/4.3.0/include -DKERNEL -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=generic -mtune=generic -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-generic -Iinclude/asm-x86/mach-default -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -Wdeclaration-after-statement -Wno-pointer-sign -fshort-wchar -I/lib/modules/2.6.25-1.fc9.i686/build/include -I/tmp/vbox.1/ -I/tmp/vbox.1/include -I/tmp/vbox.1/r0drv/linux -DKERNEL -DMODULE -DRT_OS_LINUX -DIN_RING0 -D_X86_ -DIN_RT_R0 -DIN_SUP_R0 -DVBOX_HGCM -DLOG_TO_BACKDOOR -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(vfsmod)" -D"KBUILD_MODNAME=KBUILD_STR(vboxvfs)" -c -o /tmp/vbox.1/vfsmod.o /tmp/vbox.1/vfsmod.c

In file included from /tmp/vbox.1/vfsmod.c:95: /tmp/vbox.1/dirops.c: In function ‘sf_lookup’: /tmp/vbox.1/dirops.c:289: error: implicit declaration of function ‘iget’ /tmp/vbox.1/dirops.c:289: warning: assignment makes pointer from integer without a cast /tmp/vbox.1/dirops.c: In function ‘sf_instantiate’: /tmp/vbox.1/dirops.c:341: warning: assignment makes pointer from integer without a cast /tmp/vbox.1/vfsmod.c: In function ‘sf_read_super_aux’: /tmp/vbox.1/vfsmod.c:260: warning: assignment makes pointer from integer without a cast /tmp/vbox.1/vfsmod.c: At top level: /tmp/vbox.1/vfsmod.c:373: error: unknown field ‘read_inode’ specified in initializer /tmp/vbox.1/vfsmod.c:373: warning: initialization from incompatible pointer type make[2]: * tmp/vbox.1/vfsmod.o Error 1 make[1]: * [_module_/tmp/vbox.1] Error 2 make: * [vboxvfs] Error 2

Hope this helps. Best regards.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy