acpi
toshiba acpi linux
/proc/acpi/button/lid/LID
acpi linux
2013年1月26日 星期六
[Linux] 更新GRUB config
更新GRUB config
Grub2
grub2-mkconfig -o /boot/grub2/grub.cfg
Grub2
grub2-mkconfig -o /boot/grub2/grub.cfg
Grub
grub-mkconfig -o /boot/grub/grub.cfg
2013年1月15日 星期二
[筆記] Imgburn 用筆電燒錄彈出光碟片的問題
參考來源:
1. http://www.ptt.cc/bbs/Notebook/M.1328181770.A.38C.html
2. http://imgburn.nnn2.com/?p=505
用筆電燒錄時,燒到一半光碟片自己就彈出來,然後出現以下訊息
All attempts to automatically close the drive tray have failed! Note: This is to be expected on laptop style slimline drives. Please close it manually and then click 'OK' to continue.
嘗試自動關閉光碟機托盤失敗,這原因可能是因為薄型光碟機的設計限制,請自己手動推入,再按 ok 繼續
通常只有筆電的彈出式和吸入式光碟機才有這個問題,桌電的大多數可自動收回。
2013年1月9日 星期三
[筆記] Windows 7 USB/DVD Download Tool 無法寫入至USB
參考網址:
1.http://www.ardamis.com/2012/03/03/windows-7-usbdvd-download-tool-unable-to-copy-files/
2.http://www.hualang8.com/reed/56.html
3.http://support.microsoft.com/kb/300415
隨身碟每每格式化過奇怪的格式之後,再用一次Windows 7 USB/DVD Download Tool燒錄時總是會遇見下面的提示
status:we were unable to copy your files,please check your USB device and the selected ISO file and try again.
這時候使用 "win+R" 執行中輸入 "cmd" 的啟動命令
在從cmd中輸入以下命令
diskpart
啟動磁碟延伸工具
list disk
列出所有磁碟代號
select disk #
選擇磁碟代號#
例如我的隨身碟是磁碟8 : select disk 8
clean
將磁扇區歸零,選擇的磁碟移除任何與所有磁碟分割或磁碟區的格式
create partition primary
建立磁碟分割區
select partition 1
指定磁碟分割
active
將選擇隨身碟標示為"使用中"
format quick fs=fat32
快速格式化FAT32
assign
掛載隨身碟
exit 離開 diskpart
再重新啟動Windows 7 USB/DVD Download Tool 應該就可以重新寫入了
--
PS.最近發現使用Universal USB Installer在安裝LINUX的過程中,如果也沒有出現預期的安裝畫面也可以用這個方法修修看,可以確定是隨身碟在Windows GUI介面下FAT32格式化會有格式化不完全的問題。
1.http://www.ardamis.com/2012/03/03/windows-7-usbdvd-download-tool-unable-to-copy-files/
2.http://www.hualang8.com/reed/56.html
3.http://support.microsoft.com/kb/300415
隨身碟每每格式化過奇怪的格式之後,再用一次Windows 7 USB/DVD Download Tool燒錄時總是會遇見下面的提示
status:we were unable to copy your files,please check your USB device and the selected ISO file and try again.
這時候使用 "win+R" 執行中輸入 "cmd" 的啟動命令
在從cmd中輸入以下命令
diskpart
啟動磁碟延伸工具
list disk
列出所有磁碟代號
select disk #
選擇磁碟代號#
例如我的隨身碟是磁碟8 : select disk 8
clean
將磁扇區歸零,選擇的磁碟移除任何與所有磁碟分割或磁碟區的格式
create partition primary
建立磁碟分割區
select partition 1
指定磁碟分割
active
將選擇隨身碟標示為"使用中"
format quick fs=fat32
快速格式化FAT32
assign
掛載隨身碟
exit 離開 diskpart
再重新啟動Windows 7 USB/DVD Download Tool 應該就可以重新寫入了
--
PS.最近發現使用Universal USB Installer在安裝LINUX的過程中,如果也沒有出現預期的安裝畫面也可以用這個方法修修看,可以確定是隨身碟在Windows GUI介面下FAT32格式化會有格式化不完全的問題。
2013年1月7日 星期一
訂閱:
文章 (Atom)