R.A. Epigonos et al.

[memtest86+] grub から memtest86+ を起動させる

いつも通り、memtest86+ のイメージをダウンロードして、展開して、必要な情報を /etc/grub.d/40_custom に書き込んで、update-gub するだけ。

# cd /boot/
# wget 'http://www.memtest.org/download/5.01/memtest86+-5.01.bin.gz'
--2015-01-17 14:44:24--  http://www.memtest.org/download/5.01/memtest86+-5.01.bin.gz
Resolving www.memtest.org (www.memtest.org)... 217.70.182.162
Connecting to www.memtest.org (www.memtest.org)|217.70.182.162|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 55810 (55K) [application/x-gzip]
Saving to: `memtest86+-5.01.bin.gz'

100%[===========================================>] 55,810      58.0K/s   in 0.9s

2015-01-17 14:44:25 (58.0 KB/s) - `memtest86+-5.01.bin.gz' saved [55810/55810]

# gzip -d memtest86+-5.01.bin.gz
# cat << EOT >> /etc/grub.d/40_custom
menuentry "memtest86+-5.01.bin" {
    set root='(hd0,msdos1)'
    linux16 /boot/memtest86+-5.01.bin
}
EOT
# update-grub

リファレンス

  1. Memtest86+ - Advanced Memory Diagnostic Tool

ソーシャルブックマーク

  1. はてなブックマーク
  2. Google Bookmarks
  3. del.icio.us

ChangeLog

  1. Posted: 2008-09-02T14:47:57+09:00
  2. Modified: 2008-09-02T14:47:57+09:00
  3. Generated: 2023-08-27T23:09:11+09:00