打算把MAC OS X和Win7装到同一块硬盘的不同分区,所以要研究一下变色龙的引导程序。

目前变色龙原版最新只更新到V2.4_R2877版本,后面的版本是它的分支Enoch_V2.4_R2921。

MBR引导时,一般是用grldr来装载wowpc.iso来进入变色龙程序。

wowpc.iso是一个可引导的光盘镜像,而且是一个Hybrid/ISO混合模式的镜像,用UltroISO不能原样保存。

打开wowpc.iso里面也没有几个文件,试着解压出来,用grldr直接引导里面的boot文件,似乎也可以。

不过没有GUI界面了,变成了BIOS默认的文本显示方式。

这个boot程序会自动扫描HFS格式的磁盘,然后列表显示出来让你选择要从哪个磁盘启动。

如果没猜错的话,那应该可以用GRUB4DOS来做双系统引导了。

附上GRUB4DOS的引导命令:

#引导Windows
chainloader /Bootmgr
boot#引导变色龙的wowpc.iso
map /wowpc.iso (hd32)
map --hook
chainloader (hd32)
boot#引导变色龙的boot
#注意这个boot文件与windows系统的boot目录重名了,最好改为其它文件名。
kernel /boot
boot

另外,在黑白界面的变色龙程序里找到了内置的帮助文档,发现它的配置参数还是不少。

管它用得上用不上,先复制出来做个记录保存一下:

The boot: prompt waits for you to type advanced startup options.
If you don't type anything, the computer continues starting up normally. It
uses the kernel and configuration files on the startup device, which it also
uses as the root device.Advanced startup options use the following syntax:[device]<kernel> [arguments]Example arguments includedevice: rd=<BSD device name>       (e.g. rd=disk0s2)rd=*<IODeviceTree path>    (e.g. rd=*/PCI0@0/CHN0@0/@0:1)kernel: kernel name                (e.g. "mach_kernel" - must be in "/" )flags: -v (verbose),                -s (single user mode),-x (safe mode),              -f (ignore caches),-F (ignore "Kernel Flags" specified in boot configuration file)"Graphics Mode"="WIDTHxHEIGHTxDEPTH" (e.g. "1024x768x32")kernel flags                       (e.g. debug=0x144)io=0xffffffff                      (defined in IOKit/IOKitDebug.h)Example: mach_kernel rd=disk0s1 -v "Graphics Mode"="1920x1200x32"If the computer won't start up properly, you may be able to start it up using
safe mode.  Type -x to start up in safe mode, which ignores all cached
driver files.Special booter hotkeys:
-----------------------F5            Rescans optical drive.F10           Scans and displays all BIOS accessible drives.Special booter commands:
------------------------?memory       Displays information about the computer's memory.?video        Displays VESA video modes supported by the computer's BIOS.?norescan     Leaves optical drive rescan mode.Additional useful command-line options:
---------------------------------------config=<file>             Use an alternate Boot.plist file.Options useful in the org.chameleon.Boot.plist file:
----------------------------------------------------Wait=Yes|No               Prompt for a key press before starting the kernel."Quiet Boot"=Yes|No       Use quiet boot mode (no messages or prompt).Timeout=8                 Number of seconds to pause at the boot: prompt."Instant Menu"=Yes        Force displaying the partition selection menu."Default Partition"     Sets the default boot partition,=hd(x,y)|UUID|"Label"    Specified as a disk/partition pair, an UUID, or alabel enclosed in quotes."Hide Partition"        Remove unwanted partition(s) from the boot menu.=partition               Specified, possibly multiple times, as hd(x,y), an[;partition2 ...]       UUID or label enclosed in quotes."Rename Partition"      Rename partition(s) for the boot menu.=partition <alias>       Where partition is hd(x,y), UUID or label enclosed[;partition2 <alias2>   in quotes. The alias can optionally be quoted too....]GUI=No                  Disable the GUI (enabled by default)."Boot Banner"=Yes|No    Show boot banner in GUI mode (disabled by default).ShowInfo=No             Disables display of partition and resolution details."Boot Banner"=No will also disable this info."Legacy Logo"=Yes|No    Use the legacy grey apple logo (enabled by default).RebootOnPanic=Yes|No    (disabled by default).EnableHiDPI=Yes|No      Enable High resolution display (disabled by default).BlackMode=Yes|No        The new BlackMode loads the white Apple logo,instead of the gray Apple logo, on a black background (disabled by default).CsrActiveConfig=<value> Set CsrActiveConfig for OS 10.11.x, range 0..255 (default 0x67)PciRoot=<value>         Use an alternate value for PciRoot (default value 0).UseKernelCache=Yes|No   Yes will load pre-linked kernel and will ignore /E/Eand /S/L/E/Extensions.mkext.Default is No but Yes if you use Lion on a Raid partition.KeyLayout=keymap        Use to change the keyboard mapping of the bootloader(e.g. KeyLayout=mac-fr)HDAEnabler=Yes|No         Automatic device-properties generation for audio controllers.HDEFLayoutID=<value>    Inject alternate value of layout-id for HDEF (HEX).HDAULayoutID=<value>    Inject alternate value of layout-id for HDAU (HEX).GraphicsEnabler=Yes|No    Automatic device-properties generation for graphics cards.SkipIntelGfx=Yes|No     Skip the Automatic device-properties generation for Intel cards.SkipNvidiaGfx=Yes|No    Skip the Automatic device-properties generation for Nvidia cards.SkipAtiGfx=Yes|No       Skip the Automatic device-properties generation for Ati cards.NvidiaGeneric=Yes|No    Use the classic Nvidia name for the SystemProfiler (disabled by default).NvidiaSingle=Yes|No     If you have two cards Nvidia and wants to inject onlyfirst one then you can set this parameter (enbaled by default).NvidiaNoEFI=Yes|No      Inject NVDA,noEFI value as trueAtiConfig=<cardcfg>   Use a different card config, e.g. AtiConfig=Megalodon.AtiPorts=<value>      Specify the number of ports, e.g. AtiPorts=2.UseAtiROM=Yes|No      Use an alternate Ati ROM image(default path: /Extra/<vendorid>_<devid>_<subsysid>.rom)UseNvidiaROM=Yes|No   Use an alternate Nvidia ROM image(default path:  /Extra/<vendorid>_<devid>.rom)VBIOS=Yes|No            Inject VBIOS to device-properties.display_0=<value>       Inject alternate value of display-cfg into NVDA,Display-A@0 (HEX).display_1=<value>       Inject alternate value of display-cfg into NVDA,Display-B@1 (HEX).IntelCapriFB=<value>    For Intel Ivy Bridge, range 0-11.IntelAzulFB=<value>     For Intel Haswell, range 0-16.IntelBdwFB=<value>      For Intel Broadwell, range 0-19.IntelSklFB=<value>      For Intel Skylake, range 0-12.InjectIntel-ig=<value>  Inject alternate value into AAPL,ig-platform-id (HEX).EnableBacklight=Yes     Enable Back light option for NVIDIA and ATIEnableDualLink=Yes      Enable DualLink option for NVIDIA and ATIEnableHDMIAudio=Yes   Inject HDMI audio for NVIDIA and ATI.EthernetBuiltIn=Yes|No  Automatic "built-in"=YES device-properties generationfor ethernet interfaces.ForceHPET=Yes|No        Force HPET on (disabled by default).USBBusFix=Yes             Enable the XHCI, EHCI and UHCI fixes (disabled by default).EHCIacquire=Yes           Enable the EHCI fix (disabled by default).UHCIreset=Yes             Enable the UHCI fix (disabled by default).USBLegacyOff=Yes          Force USB Legacy off for XHCI and EHCI (disabled by default).XHCILegacyOff=Yes         Force USB Legacy off for XHCI (disabled by default).Wake=No                   Disable wake up after hibernation (enbaled by default).ForceWake=Yes             Force using the sleepimage (disabled by default).WakeImage=<file>          Use an alternate sleepimage file (default path is /private/var/vm/sleepimage).DropSSDT=Yes              Skip the SSDT tables while relocating the ACPI tables.Drop<file>=Yes            Skip:[HPET, SLIC, SBST, ECDT, ASF! or DMAR]DSDT=<file>               Use an alternate DSDT.aml file (default path: /DSDT.aml/Extra/DSDT.aml bt(0,0)/Extra/DSDT.aml).HPET=<file>               Use an alternate HPET.aml file (default path: /HPET.aml/Extra/HPET.aml bt(0,0)/Extra/HPET.aml).SBST=<file>               Use an alternate SBST.aml file (default path: /SBST.aml/Extra/SBST.aml bt(0,0)/Extra/SBST.aml).ECDT=<file>               Use an alternate ECDT.aml file (default path: /ECDT.aml/Extra/ECDT.aml bt(0,0)/Extra/ECDT.aml).ASFT=<file>               Use an alternate ASFT.aml file (default path: /ASFT.aml/Extra/ASFT.aml bt(0,0)/Extra/ASFT.aml).DMAR=<file>               Use an alternate DMAR.aml file (default path: /DMAR.aml/Extra/DMAR.aml bt(0,0)/Extra/DMAR.aml).APIC=<file>               Use an alternate APIC.aml file (default path: /APIC.aml/Extra/APIC.aml bt(0,0)/Extra/APIC.aml).MCFG=<file>               Use an alternate MCFG.aml file (default path: /MCFG.aml/Extra/MCFG.aml bt(0,0)/Extra/MCFG.aml).FADT=<file>               Use an alternate FADT.aml file (default path: /FADT.aml/Extra/FADT.aml bt(0,0)/Extra/FADT.aml).GenerateCStates=Yes     Enable auto generation of processor idle sleep states(C-States).GeneratePStates=Yes     Enable auto generation of processor power performancestates (P-States).CSTUsingSystemIO=Yes    New C-State _CST generation method using SystemIOregisters instead of FixedHW.EnableC2State=Yes       Enable specific Processor power state, C2.EnableC3State=Yes       Enable specific Processor power state, C3.EnableC4State=Yes       Enable specific Processor power state, C4.EnableC6State=Yes       Enable specific Processor power state, C6.EnableC7State=Yes       Enable specific Processor power state, C7.PrivateData=No          Show masked data (serial number) in bdmesg log (enbaled by default).ForceFullMemInfo=Yes    Force SMBIOS Table 17 to be 27 bytes long (disabled by default).SMBIOS=<file>             Use an alternate SMBIOS.plist file(default path: /smbios.plist /Extra/smbios.plistbt(0,0)/Extra/smbios.plist).SMBIOSdefaults=No         Don't use the Default values for SMBIOS overridingif smbios.plist doesn't exist, factoryvalues are kept.KERNELPlist=<file>        Use an alternate kernel.plist file(default path: /Extra/Kernel.plistbt(0,0)/Extra/kernel.plist).KEXTPlist=<file>          Use an alternate kext.plist file(default path: /Extra/Kext.plistbt(0,0)/Extra/kext.plist)."Scan Single Drive"       Scan the drive only where the booter got loaded from.=Yes|No                 Fix rescan issues when using a DVD reader in AHCI mode. Rescan=Yes                Enable CD-ROM rescan mode."Rescan Prompt"=Yes       Prompts for enable CD-ROM rescan mode.SystemId=<UUID>         Set the system id manually to UUID.Deprecated - Now SMsystemuuid in smbios.plistSMUUID in smbios config (reserved field) isn't used then.SystemType=<n>          Set the system type to n, where n is between 0..6(default=1 Desktop)md0=<file>              Load raw img file into memory for use as XNU's md0ramdisk. /Extra/Postboot.img is used otherwise.

黑苹果日记六(双系统引导)相关推荐

  1. r720 linux 双系统,联想R720拯救者i5 7300黑苹果MacOS10.14.2安装和双系统引导

    本人也是小白,所学教程和资源都是爬贴学习和收集得来,发帖是做一个比较傻瓜式的整合,方便新手使用和自己以后回看 主要分为下载文件.制作所用U盘.设置ESP.设置bios.安装黑苹果.引导双系统.更改主题 ...

  2. oc引导win方法_Win10安装Mac os双系统引导过程总结2020

    生命的本质在于折腾. 一口气给两台电脑装了黑苹果双系统,基本完美,下面趁热做个快速总结,也给后来人作个参考. 1.确认硬件信息 首先要弄清自己的CPU,主板和显卡,包括主板带的网卡和声卡型号,用这些& ...

  3. ubuntu 装机技巧 双系统引导修复boot-repair 换源 github安装 截图 文件夹中文名称改为英文 deb包的安装方法 更改时间

    ubuntu 装机技巧 文章目录 ubuntu 装机技巧 一.换源 +github上网 换源 github 上网 二.ubuntu win双系统引导修复boot-repair 三.ubuntu将主文件 ...

  4. 重装WIN7之后使用Ubuntu LiveCD修复grub2双系统引导

    重装WIN7之后使用Ubuntu LiveCD修复grub2双系统引导 拿起ubuntu启动光盘启动进入试用ubuntu,打开终端输入命令 sudo fdisk -l  #查看我ubuntu安装的位置 ...

  5. win7xp双系统引导修复工具

    1.win7&xp双系统引导修复工具 2.win7&xp双系统启动显示菜单修改工具 转载于:https://blog.51cto.com/angf2/652366

  6. grub引导项修复详解_修复grub2双系统引导及顺序

    转: Ubuntu 10.04 LiveCD 修复 grub2 双系统引导 2010-05-29 - 星宇浪客 ( 阅读 : 3473) 今天就用 Ubuntu 10.04 的 LiveCD 的来修复 ...

  7. win10linux双系统引导设置,win10 + Ubuntu20.04 LTS双系统引导界面美化

    效果展示 自带引导界面太丑,下了个主题美化一下,效果如下 主题下载地址 安装主题 解压 进入解压后的文件夹 安装 修改启动设置 如果会用 vi 或 vim 在命令行中输入 or 如果你不会使用 vi ...

  8. 解决黑苹果和Windows双系统时,时钟不同步的问题

    解决黑苹果和Windows双系统时,时钟不同步的问题 方法 方法 创建一个reg(注册表)文件,并写入以下内容 Windows Registry Editor Version 5.00[HKEY_LO ...

  9. xp linux双系统引导修复工具下载,双系统引导修复工具下载

    双系统引导修复工具是一款可以帮助你的电脑进行双系统引导修复的系统软件,当你安装两个系统的时候其中一个系统出现问题的时候就可以使用它来修复了,非常方便,还能把不用的系统删掉,需要的朋友快来当易网下载使用 ...

  10. 双系统装完只能u盘启动_双系统引导失败如何修复教程?用NTBootAutofix一键修复...

    因为出了win10系统,但由于是新系统可能怕有问题或者想尝鲜,这时候很多朋友会选择安装双系统,也就是说在win7系统存在的情况下再安装一个win10,比如win7在c盘,而win10我们装到新的分区F ...

最新文章

  1. dup and dup2的剖析
  2. 下载 | 李宏毅:1 天搞懂深度学习,我总结了 300 页 PPT
  3. OpenCV和tesseract-ocr的安装及使用
  4. 清除string内容_前端面试之javascript相关内容整理一
  5. Spring事务原理分析(二)--@Transactional事务属性的解析
  6. Realtek 8852BE 网卡Linux驱动
  7. 什么是身份证ocr识别?身份证ocr识别接口API能干什么?
  8. Delphi 制作股票分时图
  9. 【自动驾驶】RTK(高精度的GPS测量)
  10. 大学计算机技巧讲座新闻稿,计算机科学与技术名家讲座系列报道(王希胤)
  11. WIFI、路由器、猫、AP管理
  12. 对 Access 数据库中日期字段操作时 OleDbParameter 的问题及解决
  13. MySQL 10060错误 解决方法
  14. 信号驱动任务执行(pause、sigsuspend函数)
  15. ch340串口驱动_如何使用串口来给STM32下载程序
  16. 智慧公寓管理系统解决方案
  17. RT-Thread—FAL与EasyFlash组件移植
  18. FCat用户权限管理项目——angular4、springcloud
  19. 使用wacom数位板配套的笔无法利用按键实现滚动的问题
  20. 2023中兴软件类笔试

热门文章

  1. 简单实现了DragonOS的块设备驱动模型以及AHCI驱动程序
  2. 软件测试正交矩阵,正交矩阵在测试用例设计中的应用
  3. 如何使用IntelliJ IDEA中自带的mvn命令
  4. Python爬取熊猫办公音频素材数据
  5. uigetfile使用方法
  6. 一个简单的矩阵乘法计算器
  7. VS2015各版本的区别
  8. 进程的守护神 - daemontools(进程监控)
  9. laxTex 手写体
  10. 状态压缩dp(规律)