※ 本文為 cuteman0725 轉寄自 ptt.cc 更新時間: 2013-07-02 07:06:17
看板 EZsoft
作者 標題 Fw: [心得] sandisk cz80 extreme 64G開箱與grub4dos
時間 Mon Jul 1 14:28:54 2013
※ [本文轉錄自 Storage_Zone 看板 #1HigvU4X ]
看板 Storage_Zone
作者 標題 [心得] sandisk cz80 extreme 64G開箱與grub4dos
時間 Sat Jun 8 12:08:52 2013
星期五接近中午拿著剛領到的端午獎金
在手癢的狀況下訂了sandisk cz80 extreme 64G,入手價$2390
我沒想到pchome 24h在星期五下午5點初就送到了
現在網拍都這麼拼嗎?中午前訂貨,下班前送達
包裝上標示read 190MB/s, write 170MB/s
搬出ATTO測了一下 http://db.tt/kESXuYu3
在插入電腦USB孔時,我才發現他的USB插頭有彈性設計
不過習慣就好,這設計還能避免硬插損壞
再來就是利用grub4dos做好多重開機
由於我做的多重開機需要兩個分割
我得先進行磁碟分割,在分割之前有件重要的事-看原始磁叢有多大
J:\>chkdsk j:
在倒數第三行會顯示
每個配置單位有 32768 個位元組。
我就使用linux工具分割了,這部分各位可以自行用熟悉的磁碟工具分割
簡而言之,我分割成兩個primary partition
格式化時請記得用原始磁叢32k來格式化以避免掉速
因為已經有之前做好的檔案,只要做好MBR install
剩下的就只需將檔案複製過去即可
因為已經有之前做好的檔案,只要做好MBR install
剩下的就只需將檔案複製過去即可
首先到http://sourceforge.net/projects/grub4dos/files/取得grubinst與grub4dos
GRUB4DOS and WINGRUB - Browse Files at SourceForge.net
GRUB for DOS is the dos extension of GRUB. It enables dos users to run the configuration console directly in real mode. The project also contains an … ...
GRUB for DOS is the dos extension of GRUB. It enables dos users to run the configuration console directly in real mode. The project also contains an … ...
將grldr, grub.exe, menu.lst放置根目錄
再來只需將其他檔案複製過來就完成了
基本思維
XP用iso載入,反正有用過整合驅動的XP,還是這招最穩
這裡面會需要用到firadisk.img, google就可以找到需要的檔案
XPE, win7, 7PE用chainloader載入即可
linux和memtest還是老樣子,載入kernel+initrd
最後與大家分享menu.lst
color blue/green yellow/red white/magenta white/magenta
timeout 30
default 2
title WinXP Setup From Grub4Dos (1ST)
find --set-root /grub4dos/WinXP_SP3_AHCI_20120604.ISO
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /grub4dos/firadisk.img (fd1)
map --mem (md)0x6000+800 (fd0)
map --mem /grub4dos/WinXP_SP3_AHCI_20120604.ISO (0xff)
map --hook
dd if=(fd1) of=(fd0) count=1
chainloader (0xff)
title Continue WinXP Setup From Grub4Dos (2ND)
find --set-root /grub4dos/WinXP_SP3_AHCI_20120604.ISO
map (hd0) (hd1)
map (hd1) (hd0)
map --mem /grub4dos/WinXP_SP3_AHCI_20120604.ISO (0xff)
map --hook
chainloader (hd0)+1
title NoName XPE 2012 RC5 Plus
find --set-root /RXPE/SETUPLDR.BIN
chainloader /RXPE/SETUPLDR.BIN
title Windows 7 PE (0xff)
root (hd0,0)
map --mem /IMG/W7PE_SLIM.iso (fd0)
map --hook
chainloader (fd0)/BOOTMGR
rootnoverify (fd0)
title DOS 7.0 + spfdisk
root (hd0,0)
map --mem (hd0,0)/IMG/cdboot_1.21.img (fd0)
map (hd0) (hd1)
map (hd1) (hd0)
map --rehook
chainloader (fd0)+1
rootnoverify (fd0)
title Windows 7 sp1 Setup
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
title CentOS 5.8 i386 Text Installer
root (hd0,1)
kernel /isolinux/vmlinuz linux text
initrd /isolinux/initrd.img
title CentOS 5.8 i386 GUI Installer
root (hd0,1)
kernel /isolinux/vmlinuz
initrd /isolinux/initrd.img
title CentOS 5.8 i386 Rescue Mode
root (hd0,1)
kernel /isolinux/vmlinuz linux rescue
initrd /isolinux/initrd.img
title Memtest86+ v4.20
kernel /grub4dos/memtest.bin
title commandline
commandline
title reboot
reboot
title halt
halt
--
CPU:AM3 Athlon64 II X4 640->5core+L3 1405T VGA:MSI 5670 DDR5 1G
MB:Asus M4A88TD-M PSU:FSP BlueDiamond II 400W
RAM:Transcend 1333/4G *2 CASE:CoolerMaster RC690II Black
DVD-RW:Liteon iHAS324
SATA HDD:Seagate 1T USB-HDD:Seagate 500G 2.5"
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 1.160.132.37
※ 編輯: mshx 來自: 1.160.132.37 (06/08 12:09)
推 :推..1F 06/08 12:09
推 :windows 7 iso 檔要放在哪裡?2F 06/08 12:59
推 :推端午獎金Q_Q3F 06/08 13:59
→ :win7不使用iso, 是將光碟檔案複製後直接啟動bootmgr4F 06/08 21:38
→ :譏笑獎金ORZ5F 06/09 09:50
※ 發信站: 批踢踢實業坊(ptt.cc)
※ 轉錄者: mshx (1.169.187.116), 時間: 07/01/2013 14:28:54
--
※ 看板: P_qman 文章推薦值: 0 目前人氣: 0 累積人氣: 1031
回列表(←)
分享