本教程使用WindowsXP系统,PhoenixOS1.0beta版(最新的1.0.1beta版未经测试,请网友自行测试)。
首先下载grub4dos 0.4.4,将grldr,grldr.mbr,menu.lst复制到c盘根目录下。
修改boot.ini(改不了的右键boot.ini点属性,去掉只读的勾。找不到的自己百度找方法)
================================我是分割线==================================
[boot loader]
default=multi(0)disk(0)rdisk(0)partition(1)\windows
timeout=6
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP x86 " /NOEXECUTE=OPTIN /FASTDETECT
c:\grldr="Phoenix OS(grub4dos loader)"
================================我是分割线==================================
下载安装minitool,在硬盘末端分割出来一个ext4分区(主分区,大小随意,分区有多大系统内置存储就有多大),并命名为PhoenixOS。
下载安装ext2fsd(安装时勾上所有选项),重启。重启后可以在我的电脑中看见刚才新建的ext4分区。将PhoenixOS的镜像解压,复制kernel,initrd.img,system.sfs,ramdisk.img到刚才新建的ext4分区,并在根目录下新建data文件夹。(这样重启不会还原)
打开c盘根目录下的menu.lst,修改成这样就行了。
================================我是分割线==================================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color black/cyan yellow/cyan
default=0
timeout=3
title Phoenix OS
root (hdX,Y)
kernel /kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 androidboot.selinux=permissive quiet SDCARD=sda1 SRC= DATA=
initrd /initrd.img
title load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root /ntldr
chainloader /ntldr
savedefault --wait=2
title Reboot
savedefault --wait=2
reboot
title Shutdown
savedefault --wait=2
halt
================================我是分割线==================================
注:X,Y为安装phoenix的ext4分区标识(一般为(hd0,2))。sd卡默认为c盘,标绿的可自行修改。
重启电脑,即可看见PhoenixOS的选项。(初次启动时间较长,请耐心等待)
首先下载grub4dos 0.4.4,将grldr,grldr.mbr,menu.lst复制到c盘根目录下。
修改boot.ini(改不了的右键boot.ini点属性,去掉只读的勾。找不到的自己百度找方法)
================================我是分割线==================================
[boot loader]
default=multi(0)disk(0)rdisk(0)partition(1)\windows
timeout=6
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP x86 " /NOEXECUTE=OPTIN /FASTDETECT
c:\grldr="Phoenix OS(grub4dos loader)"
================================我是分割线==================================
下载安装minitool,在硬盘末端分割出来一个ext4分区(主分区,大小随意,分区有多大系统内置存储就有多大),并命名为PhoenixOS。
下载安装ext2fsd(安装时勾上所有选项),重启。重启后可以在我的电脑中看见刚才新建的ext4分区。将PhoenixOS的镜像解压,复制kernel,initrd.img,system.sfs,ramdisk.img到刚才新建的ext4分区,并在根目录下新建data文件夹。(这样重启不会还原)
打开c盘根目录下的menu.lst,修改成这样就行了。
================================我是分割线==================================
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color black/cyan yellow/cyan
default=0
timeout=3
title Phoenix OS
root (hdX,Y)
kernel /kernel quiet root=/dev/ram0 androidboot.hardware=android_x86 androidboot.selinux=permissive quiet SDCARD=sda1 SRC= DATA=
initrd /initrd.img
title load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root /ntldr
chainloader /ntldr
savedefault --wait=2
title Reboot
savedefault --wait=2
reboot
title Shutdown
savedefault --wait=2
halt
================================我是分割线==================================
注:X,Y为安装phoenix的ext4分区标识(一般为(hd0,2))。sd卡默认为c盘,标绿的可自行修改。
重启电脑,即可看见PhoenixOS的选项。(初次启动时间较长,请耐心等待)