sandisk cz80 extreme 64G開箱與grub4dos - 儲存設備

Table of Contents

星期五接近中午拿著剛領到的端午獎金
在手癢的狀況下訂了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
剩下的就只需將檔案複製過去即可
首先到http://sourceforge.net/projects/grub4dos/files/取得grubinst與grub4dos
執行 C:\>grubinst (hd1,0) --skip-mbr-test
將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"

--

All Comments

Faithe avatarFaithe2013-06-11
推..
Olive avatarOlive2013-06-11
windows 7 iso 檔要放在哪裡?
Victoria avatarVictoria2013-06-13
推端午獎金Q_Q
George avatarGeorge2013-06-16
win7不使用iso, 是將光碟檔案複製後直接啟動bootmgr
Rachel avatarRachel2013-06-20
譏笑獎金ORZ