现在的位置: 首页 > 综合 > 正文

关于安装win8系统的一些心得(详细)

2013年06月15日 ⁄ 综合 ⁄ 共 4190字 ⁄ 字号 评论关闭

我装的win8系统不是正式版的,但是激活密钥我有,大家可以在评论里留一下邮箱我会发给你们(一个压缩包,直接解压,然后会自动重启,永久激活)所以想要一个比win7更炫的系统的朋友们可以来看看。

说说安装步骤

1. 先把你的数据备份好!数据无价,谨慎操作!

2. 下载一个叫 NDD Installer 的软件到U盘中。

3. 使用一个U盘,将以下文件存入U盘的根目录下:PE.iso      menu.lst      grldr      BOOTICE

3.1   第三步的第二种方法是:直接用UltraISO用写入硬盘文件的方式写到U盘里去。

其中,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 blue/green yellow/red white/magenta white/magenta
timeout 30
## menu border color
color border=0xEEFFEE
## set vbe mode
graphicsmode -1 640 480:800
## loading splashimage
splashimage /boot/grub/splashimage.xpm || splashimage /boot/grub/splashimage.bmp
default /default
## Menu AutoNumber
write 0x8274 0x2001

title find and load NTLDR of Windows NT/2K/XP\n find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2

#iftitle only show when command in [] returns true
# set a variable named bootmgr where /bootmgr is found.
iftitle [find --set-root --devices=h /bootmgr && call set bootmgr=%@root^%] load BOOTMGR of Windows VISTA/WIN7/WIN2008 on %bootmgr%
chainloader %bootmgr%/bootmgr
savedefault --wait=2

title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 3
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
#write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
#write 0x7C07 0x00736E6F

#	or.
#write --offset=3 (md)0x3e+1 cmdcons
#	or
calc *0x7c03=0x00736E6F63646D63

savedefault --wait=2

title find and load IO.SYS of Windows 9x/Me
fallback 4
find --set-root /io.sys
chainloader /io.sys
savedefault --wait=2
# you can also use below commands.
# find --set-root chainloader /io.sys
# boot
# the boot is necessary,
# please see "Delimitors or comments between titles" in grub4dos_readme.txt.

title find and boot 0PE.ISO
fallback 5
find --set-root /0PE/0PE.ISO
map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2

title find and boot MicroPE.ISO
fallback 6
find --set-root /PE.ISO
map /PE.ISO (0xff) || map --mem /PE.ISO (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2


title Parted UbuntuD ISO
map (hd1,4)/ubuntu.iso (0xff) || map --mem (hd1,4)/ubuntu.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2

title Parted Ubuntu2 ISO
map (hd1,5)/TDDOWNLOAD/ubuntu.iso (0xff) || map --mem (hd1,5)/TDDOWNLOAD/ubuntu.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2

title Parted Ubuntu ISO
fallback 7
find --set-root /ubuntu.iso
map /ubuntu.iso (0xff) || map --mem /ubuntu.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2

title Parted xp ISO
fallback 7
find --set-root /xp.iso
map /xp.iso (0xff) || map --mem /xp.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2




title Ultimate Boot CD ISO
fallback 8
find --set-root /ubcd.iso
map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2

title SliTaz ISO
find --set-root /slitaz.iso
map /slitaz.iso (0xff) || map --mem /slitaz.iso (0xff)
map --hook
chainloader (0xff)

title commandline
commandline

title System
find --set-root (hd1,1)/bootmgr
chainloader /bootmgr

title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)
# or use below commands.
# rootnoverify (fd0)
# chainloader +1

title back to dos
quit

title reboot
reboot

title halt
halt

title MAXDOS.IMG
find --set-root --ignore-floppies /boot/MAXDOS.IMG
map --mem /boot/MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)

4. 将win8 的系统压缩包重的文件解压到任意一个非C 盘的根目录下 。

5. 插着U盘(整个过程不拔出),重启电脑,在启动画面按 F2 或者 F12 进入Boot 启动PE,选择 “ find and boot MicroPE.ISO” 这个选项进入,你会看到 Windows is loading files 的进度条, 进入win7PE 之后,点击开始---程序---磁盘工具---DISKGENIUS分区管理,进行磁盘分区。

6. 在你的U盘中点击NDD Installer ,这个软件会自动搜索你电脑中的PE文件,当有选项出现时,你选择“模式2”。

7.重启电脑,如无意外,进入win8。


注意事项在格式化你的 C 盘准备装win8之前,有几点需要注意的):

1. win8 上不能玩网游,还需要下载插件,但是建议不要下载太多插件。

    各大游戏兼容性解决,有补丁或者win8版

2. win8 不能兼容搜狗输入法,会无限出现“属性不一致的对话框”。但是win8 自带的Microsoft拼音输入法也很好用,所以不用担心。

   搜狗输入法兼容性解决,有win8版

3. win8 不能很好的兼容360安全卫士,反正我是把360卸载之后安装了Microsoft Security Essentials。

4. win8 不能兼容Avira小红伞。

5. 至今没发现有win8版的91手机助理。

win8 的各种炫界面和软件使用方法各位就自己发现把,我就不在这一一说明了,我自己也在摸索中。



抱歉!评论已关闭.