如何去除Vbox的logo 每次启动都要显示 有些烦 (已经关闭了部分功能了)已解决

Kvm、VMware、Virtualbox、Xen、Qemu 等
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#16

帖子 YeLee » 2013-06-11 22:36

你没试过,又怎么知道不行?不过是Oracle自己的行径而已,起码argv是不变的。 :em01 :em01 :em01
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
和羞走
帖子: 249
注册时间: 2012-07-09 11:00

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#17

帖子 和羞走 » 2013-06-11 22:47

ose的就是黑屏吧,至少12.04源里的ose是黑屏
蹴罢秋千,起来慵整纤纤手。露浓花瘦,薄汗轻衣透。
见有人来,袜划金钩溜,和羞走。倚门回首,却把青梅嗅。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#18

帖子 243750496 » 2013-06-11 22:47

可是我上网上搜
VBoxManage [-v|-version] 显示virtualbox的版本号
VBoxManage -nologo 隐藏logo
VBoxManage -convertSettings 允许自动转换设置文件
VBoxManage -convertSettingsBackup 允许自动转换设置文件,并在转换前作备份
VBoxManage -convertSettingsIgnore 允许自动转换设置文件,但是不保存结果

VBoxManage list vms|runningvms 显示列表虚拟机|正在运行的虚拟机
|ostypes|hostdvds virtualbox支持的系统类型|宿主机的光盘驱动器
|hostfloppies 宿主机的软盘驱动器
|hostifs|hostinfo 宿主机的网络接口|宿主机的信息
|hdds|dvds 已注册的虚拟硬盘|已注册的虚拟光盘
|floppies|usbhost 已注册的虚拟软盘|宿主机的USB设备
|usbfilters USB筛选器
|systemproperties 虚拟机的基本信息

VBoxManage showvminfo <uuid>|<name> 显示指定虚拟机的信息
[-details] 显示详细信息
[-statistics] 显示统计信息
[-machinereadable] 以清晰的格式显示虚拟机信息

VBoxManage registervm <filename> 将指定文件所在的虚拟机添加到列表

VBoxManage unregistervm <uuid>|<name> 从虚拟机列表清除指定的虚拟机
[-delete] 从虚拟机列表删除指定的虚拟机

VBoxManage createvm -name <name> 创建指定名称的虚拟机
[-register] 将创建的虚拟机添加到列表
[-basefolder <path> 指定虚拟机的基础目录
[-settingsfile <path>] 指定虚拟机配置文件的基础目录
[-uuid <uuid>] 创建指定uuid的虚拟机

VBoxManage modifyvm <uuid|name> 编辑指定的虚拟机的配置
[-name <name>] 修改虚拟机的名称
[-ostype <ostype>]修改虚拟机的操作系统类型
[-memory <memorysize>] 修改虚拟机的内存大小
[-vram <vramsize>] 修改虚拟机的显存大小
[-acpi on|off] 启动或禁止acpi电源管理接口
[-ioapic on|off] 启动或禁止I/O APIC电源管理接口
[-pae on|off] 启动或禁止CPU的PAE支持,PAE是
Physical Address Extension : 物理地址扩展
[-hwvirtex on|off|default]启动或禁止CPU的硬件虚拟化支持
[-nestedpaging on|off] 开启或关闭CPU的嵌套页面列表支持
[-monitorcount <number>] 设置显示器数目,VRDP多用户模式时 [-bioslogofadein on|off] 开启或关闭bioslogo渐显效果
[-bioslogofadeout on|off] 开启或关闭bioslogo渐隐效果
[-bioslogodisplaytime <msec>]设置bioslogo显示时间(以毫秒为单位)
[-bioslogoimagepath <imagepath>]设置bioslogo图像路径,用于自定义bioslogo
[-biosbootmenu disabled| 设置是否显示bios启动菜单 关闭
menuonly| 只菜单
messageandmenu] 信息和菜单
[-biossystemtimeoffset <msec>] 设置bios系统时间补偿(以毫秒为单位)
[-biospxedebug on|off] 打开或关闭biospxe调试
[-boot<1-4> none|floppy|dvd|disk|net>] 设置启动顺序

cc@thinkpad:~$ VBoxManage -nologo
Oracle VM VirtualBox Command Line Management Interface Version 4.2.12
(C) 2005-2013 Oracle Corporation
All rights reserved.

Usage:

VBoxManage [<general option>] <command>


General Options:

[-v|--version] print version number and exit
[-q|--nologo] suppress the logo
[--settingspw <pw>] provide the settings password
[--settingspwfile <file>] provide a file containing the settings password


Commands:

list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies|
bridgedifs|hostonlyifs|dhcpservers|hostinfo|
hostcpuids|hddbackends|hdds|dvds|floppies|
usbhost|usbfilters|systemproperties|extpacks|
groups

showvminfo <uuid>|<name> [--details]
......
如果
cc@thinkpad:~$ VBoxManage [-q|--nologo]
Oracle VM VirtualBox Command Line Management Interface Version 4.2.12
(C) 2005-2013 Oracle Corporation
All rights reserved.

Usage:

VBoxManage [<general option>] <command>


General Options:

[-v|--version] print version number and exit
[-q|--nologo] suppress the logo
......
Syntax error: Invalid command '[-q'
--nologo]:未找到命令
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#19

帖子 243750496 » 2013-06-11 22:53

完整的错误提示
Oracle VM VirtualBox Command Line Management Interface Version 4.2.12
(C) 2005-2013 Oracle Corporation
All rights reserved.

Usage:

VBoxManage [<general option>] <command>


General Options:

[-v|--version] print version number and exit
[-q|--nologo] suppress the logo
[--settingspw <pw>] provide the settings password
[--settingspwfile <file>] provide a file containing the settings password


Commands:

list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies|
bridgedifs|hostonlyifs|dhcpservers|hostinfo|
hostcpuids|hddbackends|hdds|dvds|floppies|
usbhost|usbfilters|systemproperties|extpacks|
groups

showvminfo <uuid>|<name> [--details]
[--machinereadable]
showvminfo <uuid>|<name> --log <idx>

registervm <filename>

unregistervm <uuid>|<name> [--delete]

createvm --name <name>
[--groups <group>, ...]
[--ostype <ostype>]
[--register]
[--basefolder <path>]
[--uuid <uuid>]

modifyvm <uuid|name>
[--name <name>]
[--groups <group>, ...]
[--ostype <ostype>]
[--memory <memorysize in MB>]
[--pagefusion on|off]
[--vram <vramsize in MB>]
[--acpi on|off]
[--pciattach 03:04.0]
[--pciattach 03:04.0@02:01.0]
[--pcidetach 03:04.0]
[--ioapic on|off]
[--pae on|off]
[--hpet on|off]
[--hwvirtex on|off]
[--hwvirtexexcl on|off]
[--nestedpaging on|off]
[--largepages on|off]
[--vtxvpid on|off]
[--synthcpu on|off]
[--cpuidset <leaf> <eax> <ebx> <ecx> <edx>]
[--cpuidremove <leaf>]
[--cpuidremoveall]
[--hardwareuuid <uuid>]
[--cpus <number>]
[--cpuhotplug on|off]
[--plugcpu <id>]
[--unplugcpu <id>]
[--cpuexecutioncap <1-100>]
[--rtcuseutc on|off]
[--monitorcount <number>]
[--accelerate3d on|off]
[--accelerate2dvideo on|off]
[--firmware bios|efi|efi32|efi64]
[--chipset ich9|piix3]
[--bioslogofadein on|off]
[--bioslogofadeout on|off]
[--bioslogodisplaytime <msec>]
[--bioslogoimagepath <imagepath>]
[--biosbootmenu disabled|menuonly|messageandmenu]
[--biossystemtimeoffset <msec>]
[--biospxedebug on|off]
[--boot<1-4> none|floppy|dvd|disk|net>]
[--nic<1-N> none|null|nat|bridged|intnet|hostonly|
generic]
[--nictype<1-N> Am79C970A|Am79C973|
82540EM|82543GC|82545EM|
virtio]
[--cableconnected<1-N> on|off]
[--nictrace<1-N> on|off]
[--nictracefile<1-N> <filename>]
[--nicproperty<1-N> name=[value]]
[--nicspeed<1-N> <kbps>]
[--nicbootprio<1-N> <priority>]
[--nicpromisc<1-N> deny|allow-vms|allow-all]
[--nicbandwidthgroup<1-N> none|<name>]
[--bridgeadapter<1-N> none|<devicename>]
[--hostonlyadapter<1-N> none|<devicename>]
[--intnet<1-N> <network name>]
[--natnet<1-N> <network>|default]
[--nicgenericdrv<1-N> <driver>
[--natsettings<1-N> [<mtu>],[<socksnd>],
[<sockrcv>],[<tcpsnd>],
[<tcprcv>]]
[--natpf<1-N> [<rulename>],tcp|udp,[<hostip>],
<hostport>,[<guestip>],<guestport>]
[--natpf<1-N> delete <rulename>]
[--nattftpprefix<1-N> <prefix>]
[--nattftpfile<1-N> <file>]
[--nattftpserver<1-N> <ip>]
[--natbindip<1-N> <ip>
[--natdnspassdomain<1-N> on|off]
[--natdnsproxy<1-N> on|off]
[--natdnshostresolver<1-N> on|off]
[--nataliasmode<1-N> default|[log],[proxyonly],
[sameports]]
[--macaddress<1-N> auto|<mac>]
[--mouse ps2|usb|usbtablet
[--keyboard ps2|usb
[--uart<1-N> off|<I/O base> <IRQ>]
[--uartmode<1-N> disconnected|
server <pipe>|
client <pipe>|
file <file>|
<devicename>]
[--lpt<1-N> off|<I/O base> <IRQ>]
[--lptmode<1-N> <devicename>]
[--guestmemoryballoon <balloonsize in MB>]
[--audio none|null|oss|alsa|pulse]
[--audiocontroller ac97|hda|sb16]
[--clipboard disabled|hosttoguest|guesttohost|
bidirectional]
[--draganddrop disabled|hosttoguest
[--vrde on|off]
[--vrdeextpack default|<name>
[--vrdeproperty <name=[value]>]
[--vrdeport <hostport>]
[--vrdeaddress <hostip>]
[--vrdeauthtype null|external|guest]
[--vrdeauthlibrary default|<name>
[--vrdemulticon on|off]
[--vrdereusecon on|off]
[--vrdevideochannel on|off]
[--vrdevideochannelquality <percent>]
[--usb on|off]
[--usbehci on|off]
[--snapshotfolder default|<path>]
[--teleporter on|off]
[--teleporterport <port>]
[--teleporteraddress <address|empty>
[--teleporterpassword <password>]
[--teleporterpasswordfile <file>|stdin]
[--tracing-enabled on|off]
[--tracing-config <config-string>]
[--tracing-allow-vm-access on|off]
[--usbwebcam on|off]
[--usbcardreader on|off]
[--autostart-enabled on|off]
[--autostart-delay <seconds>]

clonevm <uuid>|<name>
[--snapshot <uuid>|<name>]
[--mode machine|machineandchildren|all]
[--options link|keepallmacs|keepnatmacs|
keepdisknames]
[--name <name>]
[--groups <group>, ...]
[--basefolder <basefolder>]
[--uuid <uuid>]
[--register]

import <ovf/ova>
[--dry-run|-n]
[--options keepallmacs|keepnatmacs]
[more options]
(run with -n to have options displayed
for a particular OVF)

export <machines> --output|-o <name>.<ovf/ova>
[--legacy09|--ovf09|--ovf10|--ovf20]
[--manifest]
[--vsys <number of virtual system>]
[--product <product name>]
[--producturl <product url>]
[--vendor <vendor name>]
[--vendorurl <vendor url>]
[--version <version info>]
[--eula <license text>]
[--eulafile <filename>]

startvm <uuid>|<name>...
[--type gui|sdl|headless]

controlvm <uuid>|<name>
pause|resume|reset|poweroff|savestate|
acpipowerbutton|acpisleepbutton|
keyboardputscancode <hex> [<hex> ...]|
setlinkstate<1-N> on|off |
nic<1-N> null|nat|bridged|intnet|hostonly|generic
[<devicename>] |
nictrace<1-N> on|off |
nictracefile<1-N> <filename> |
nicproperty<1-N> name=[value] |
nicpromisc<1-N> deny|allow-vms|allow-all |
natpf<1-N> [<rulename>],tcp|udp,[<hostip>],
<hostport>,[<guestip>],<guestport> |
natpf<1-N> delete <rulename> |
guestmemoryballoon <balloonsize in MB> |
usbattach <uuid>|<address> |
usbdetach <uuid>|<address> |
clipboard disabled|hosttoguest|guesttohost|
bidirectional |
draganddrop disabled|hosttoguest |
vrde on|off |
vrdeport <port> |
vrdeproperty <name=[value]> |
vrdevideochannelquality <percent> |
setvideomodehint <xres> <yres> <bpp>
[[<display>] [<enabled:yes|no> |
[<xorigin> <yorigin>]]] |
screenshotpng <file> [display] |
setcredentials <username>
--passwordfile <file> | <password>
<domain>
[--allowlocallogon <yes|no>] |
teleport --host <name> --port <port>
[--maxdowntime <msec>]
[--passwordfile <file> |
--password <password>] |
plugcpu <id> |
unplugcpu <id> |
cpuexecutioncap <1-100>

discardstate <uuid>|<name>

adoptstate <uuid>|<name> <state_file>

snapshot <uuid>|<name>
take <name> [--description <desc>] [--pause] |
delete <uuid>|<name> |
restore <uuid>|<name> |
restorecurrent |
edit <uuid>|<name>|--current
[--name <name>]
[--description <desc>] |
list [--details|--machinereadable]
showvminfo <uuid>|<name>

closemedium disk|dvd|floppy <uuid>|<filename>
[--delete]

storageattach <uuid|vmname>
--storagectl <name>
[--port <number>]
[--device <number>]
[--type dvddrive|hdd|fdd]
[--medium none|emptydrive|additions|
<uuid>|<filename>|host:<drive>|iscsi]
[--mtype normal|writethrough|immutable|shareable|
readonly|multiattach]
[--comment <text>]
[--setuuid <uuid>]
[--setparentuuid <uuid>]
[--passthrough on|off]
[--tempeject on|off]
[--nonrotational on|off]
[--discard on|off]
[--bandwidthgroup <name>]
[--forceunmount]
[--server <name>|<ip>]
[--target <target>]
[--tport <port>]
[--lun <lun>]
[--encodedlun <lun>]
[--username <username>]
[--password <password>]
[--initiator <initiator>]
[--intnet]

storagectl <uuid|vmname>
--name <name>
[--add ide|sata|scsi|floppy|sas]
[--controller LSILogic|LSILogicSAS|BusLogic|
IntelAHCI|PIIX3|PIIX4|ICH6|I82078]
[--sataportcount <1-30>]
[--hostiocache on|off]
[--bootable on|off]
[--remove]

bandwidthctl <uuid|vmname>
add <name> --type disk|network
--limit <megabytes per second>[k|m|g|K|M|G] |
set <name>
--limit <megabytes per second>[k|m|g|K|M|G] |
remove <name> |
list [--machinereadable]
(limit units: k=kilobit, m=megabit, g=gigabit,
K=kilobyte, M=megabyte, G=gigabyte)

showhdinfo <uuid>|<filename>

createhd --filename <filename>
[--size <megabytes>|--sizebyte <bytes>]
[--diffparent <uuid>|<filename>
[--format VDI|VMDK|VHD] (default: VDI)
[--variant Standard,Fixed,Split2G,Stream,ESX]

modifyhd <uuid>|<filename>
[--type normal|writethrough|immutable|shareable|
readonly|multiattach]
[--autoreset on|off]
[--compact]
[--resize <megabytes>|--resizebyte <bytes>]

clonehd <uuid>|<filename> <uuid>|<outputfile>
[--format VDI|VMDK|VHD|RAW|<other>]
[--variant Standard,Fixed,Split2G,Stream,ESX]
[--existing]

convertfromraw <filename> <outputfile>
[--format VDI|VMDK|VHD]
[--variant Standard,Fixed,Split2G,Stream,ESX]
[--uuid <uuid>]
convertfromraw stdin <outputfile> <bytes>
[--format VDI|VMDK|VHD]
[--variant Standard,Fixed,Split2G,Stream,ESX]
[--uuid <uuid>]

getextradata global|<uuid>|<name>
<key>|enumerate

setextradata global|<uuid>|<name>
<key>
[<value>] (no value deletes key)

setproperty machinefolder default|<folder> |
vrdeauthlibrary default|<library> |
websrvauthlibrary default|null|<library> |
vrdeextpack null|<library> |
autostartdbpath null|<folder> |
loghistorycount <value>

usbfilter add <index,0-N>
--target <uuid>|<name>|global
--name <string>
--action ignore|hold (global filters only)
[--active yes|no] (yes)
[--vendorid <XXXX>] (null)
[--productid <XXXX>] (null)
[--revision <IIFF>] (null)
[--manufacturer <string>] (null)
[--product <string>] (null)
[--remote yes|no] (null, VM filters only)
[--serialnumber <string>] (null)
[--maskedinterfaces <XXXXXXXX>]

usbfilter modify <index,0-N>
--target <uuid>|<name>|global
[--name <string>]
[--action ignore|hold] (global filters only)
[--active yes|no]
[--vendorid <XXXX>|""]
[--productid <XXXX>|""]
[--revision <IIFF>|""]
[--manufacturer <string>|""]
[--product <string>|""]
[--remote yes|no] (null, VM filters only)
[--serialnumber <string>|""]
[--maskedinterfaces <XXXXXXXX>]

usbfilter remove <index,0-N>
--target <uuid>|<name>|global

sharedfolder add <vmname>|<uuid>
--name <name> --hostpath <hostpath>
[--transient] [--readonly] [--automount]

sharedfolder remove <vmname>|<uuid>
--name <name> [--transient]

guestproperty get <vmname>|<uuid>
<property> [--verbose]

guestproperty set <vmname>|<uuid>
<property> [<value> [--flags <flags>]]

guestproperty enumerate <vmname>|<uuid>
[--patterns <patterns>]

guestproperty wait <vmname>|<uuid> <patterns>
[--timeout <msec>] [--fail-on-timeout]

guestcontrol <vmname>|<uuid>
exec[ute]
--image <path to program> --username <name>
[--passwordfile <file> | --password <password>]
[--domain <domain>] [--verbose] [--timeout <msec>]
[--environment "<NAME>=<VALUE> [<NAME>=<VALUE>]"]
[--wait-exit] [--wait-stdout] [--wait-stderr]
[--dos2unix] [--unix2dos]
[-- [<argument1>] ... [<argumentN>]]

copyfrom
<guest source> <host dest> --username <name>
[--passwordfile <file> | --password <password>]
[--domain <domain>] [--verbose]
[--dryrun] [--follow] [--recursive]

copyto|cp
<host source> <guest dest> --username <name>
[--passwordfile <file> | --password <password>]
[--domain <domain>] [--verbose]
[--dryrun] [--follow] [--recursive]

createdir[ectory]|mkdir|md
<guest directory>... --username <name>
[--passwordfile <file> | --password <password>]
[--domain <domain>] [--verbose]
[--parents] [--mode <mode>]

stat
<file>... --username <name>
[--passwordfile <file> | --password <password>]
[--domain <domain>] [--verbose]

updateadditions
[--source <guest additions .ISO>] [--verbose]
[--wait-start]

debugvm <uuid>|<name>
dumpguestcore --filename <name> |
info <item> [args] |
injectnmi |
log [--release|--debug] <settings> ...|
logdest [--release|--debug] <settings> ...|
logflags [--release|--debug] <settings> ...|
osdetect |
osinfo |
getregisters [--cpu <id>] <reg>|all ... |
setregisters [--cpu <id>] <reg>=<value> ... |
show [--human-readable|--sh-export|--sh-eval|
--cmd-set]
<logdbg-settings|logrel-settings>
[[opt] what ...] |
statistics [--reset] [--pattern <pattern>]
[--descriptions]

metrics list [*|host|<vmname> [<metric_list>]]
(comma-separated)

metrics setup
[--period <seconds>] (default: 1)
[--samples <count>] (default: 1)
[--list]
[*|host|<vmname> [<metric_list>]]

metrics query [*|host|<vmname> [<metric_list>]]

metrics enable
[--list]
[*|host|<vmname> [<metric_list>]]

metrics disable
[--list]
[*|host|<vmname> [<metric_list>]]

metrics collect
[--period <seconds>] (default: 1)
[--samples <count>] (default: 1)
[--list]
[--detach]
[*|host|<vmname> [<metric_list>]]

hostonlyif ipconfig <name>
[--dhcp |
--ip<ipv4> [--netmask<ipv4> (def: 255.255.255.0)] |
--ipv6<ipv6> [--netmasklengthv6<length> (def: 64)]]
create |
remove <name>

dhcpserver add|modify --netname <network_name> |
--ifname <hostonly_if_name>
[--ip <ip_address>
--netmask <network_mask>
--lowerip <lower_ip>
--upperip <upper_ip>]
[--enable | --disable]

dhcpserver remove --netname <network_name> |
--ifname <hostonly_if_name>

extpack install [--replace] <tarball> |
uninstall [--force] <name> |
cleanup

cc@thinkpad:~$
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#20

帖子 YeLee » 2013-06-11 22:53

每次都发那么长的回复,真讨厌。 :em25 :em25 :em25
话说,楼主到底知不知道单个横线的短参数跟两个横线的长参数的区别来着?而且|是表示或者的意思……<>里面是必选参数,[]是可选参数。 :em20 :em20 :em20
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#21

帖子 243750496 » 2013-06-11 22:55

和羞走 写了:ose的就是黑屏吧,至少12.04源里的ose是黑屏
安装命令是啥 sudo apt-get install Virtualbox-ose????
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#22

帖子 243750496 » 2013-06-11 22:59

YeLee 写了:每次都发那么长的回复,真讨厌。 :em25 :em25 :em25
话说,楼主到底知不知道单个横线的短参数跟两个横线的长参数的区别来着?而且|是表示或者的意思……<>里面是必选参数,[]是可选参数。 :em20 :em20 :em20
VBoxManage -q 可是后面那个必选的commond 填啥是启动虚拟机?(我的虚拟机名字叫XP)
我找了半天没少到XXX start 。。。。 也许我太无知了吧。。。。求饶恕。。。求指导
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#23

帖子 243750496 » 2013-06-11 23:00

我相信神就在我们周围 求你们吐个泡吧
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#24

帖子 243750496 » 2013-06-11 23:03

话说从曾经的不到80篇帖子到现在424篇帖子 我应该是问了不少问题了 每次都有大神们出现 谢谢大家的解答 并继续求解
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#25

帖子 YeLee » 2013-06-11 23:52

自己ldd一下$VBOX_INSTALL_DIR/VBoxManage,你觉得这货像是有个gui的样子么?说到底这货也只是一个管理虚拟机的cli工具而已,启动虚拟机之类的还不是要用VirtualBox? :em04 :em04 :em04
假如非要用这东西来启动虚拟机的话,倒可以尝试自己新建一个dot.desktop,这货来来去去就那几条参数有用而已。
VBoxManage startvm <name>|<uuid>
至于最后一个参数,自己VBoxManage list vms之后琢磨一下吧。
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
头像
squis
帖子: 147
注册时间: 2008-02-02 11:01

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#26

帖子 squis » 2013-06-12 2:02

你用人家的软件 还不能让人家闪一下啊? :em20 好奇葩的想法啊
头像
和羞走
帖子: 249
注册时间: 2012-07-09 11:00

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#27

帖子 和羞走 » 2013-06-12 7:38

243750496 写了:
和羞走 写了:ose的就是黑屏吧,至少12.04源里的ose是黑屏
安装命令是啥 sudo apt-get install Virtualbox-ose????
sudo apt-get install virtualbox
蹴罢秋千,起来慵整纤纤手。露浓花瘦,薄汗轻衣透。
见有人来,袜划金钩溜,和羞走。倚门回首,却把青梅嗅。
头像
和羞走
帖子: 249
注册时间: 2012-07-09 11:00

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#28

帖子 和羞走 » 2013-06-12 7:44

图片
嗯,13.04还是黑屏的 :em01
蹴罢秋千,起来慵整纤纤手。露浓花瘦,薄汗轻衣透。
见有人来,袜划金钩溜,和羞走。倚门回首,却把青梅嗅。
头像
和羞走
帖子: 249
注册时间: 2012-07-09 11:00

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#29

帖子 和羞走 » 2013-06-12 7:47

突然想起来我只在win下见过那个画面 :em04
蹴罢秋千,起来慵整纤纤手。露浓花瘦,薄汗轻衣透。
见有人来,袜划金钩溜,和羞走。倚门回首,却把青梅嗅。
243750496
帖子: 1038
注册时间: 2012-06-09 15:40

Re: 如何去除Vbox的logo 每次启动都要显示 有些烦

#30

帖子 243750496 » 2013-06-12 13:08

YeLee 写了:自己ldd一下$VBOX_INSTALL_DIR/VBoxManage,你觉得这货像是有个gui的样子么?说到底这货也只是一个管理虚拟机的cli工具而已,启动虚拟机之类的还不是要用VirtualBox? :em04 :em04 :em04
假如非要用这东西来启动虚拟机的话,倒可以尝试自己新建一个dot.desktop,这货来来去去就那几条参数有用而已。
VBoxManage startvm <name>|<uuid>
至于最后一个参数,自己VBoxManage list vms之后琢磨一下吧。
Usage:
VBoxManage [<general option>] <command>
[-q|--nologo] suppress the logo
[-bioslogoimagepath <imagepath>]设置bioslogo图像路径,用于自定义bioslogo
[-biosbootmenu disabled| 设置是否显示bios启动菜单 关闭
menuonly| 只菜单
messageandmenu] 信息和菜单
[-biossystemtimeoffset <msec>] 设置bios系统时间补偿(以毫秒为单位)
[-biospxedebug on|off] 打开或关闭biospxe调试
大神 看看这个 他貌似是有命令可以让他不显示logo 可是到底这条命令该怎么输入??? 我输入了好多种格式都不行 劳驾指导下 详细命令参数见19楼
回复