戻る

前へ| 次へ

再起動の 前準備 その3

再度状態の確認

# fdisk -l /dev/sdb

Disk /dev/sdb: 15.5 GB, 15502147584 bytes, 30277632 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x82e1992e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          32       63487       31728   83  Linux
/dev/sdb2           63488    30083071    15009792   83  Linux
/dev/sdb3        30083072    30277631       97280   82  Linux swap / Solaris

さて /boot/grub/grub.conf です。

# mount /dev/sdb1 /mnt/
# ls -l /mnt/boot/grub/menu.lst  
lrwxrwxrwx 1 root root 9 Apr  2 21:00 /mnt/boot/grub/menu.lst -> grub.conf

どちらを みるのか わかりませんが grub.conf を変更 します。

root=PARTUUID

色々 ヱーブの 世界 を游弋する事 燦然哩 root=PARTUUID というのを発見

# vi /mnt/boot/grub/grub.conf 
# head -14 /mnt/boot/grub/grub.conf 
# GRUB configuration file
# generated by 'grubconfig'
#
# Start GRUB global section
default 0
timeout  13
fallback 1
splashimage /boot/grub/grubimg.xpm.gz

title Plamo-5.2 (PARTUUID=82e1992e-02 From USB aera 2)
  root  (hd0,1)
  kernel /boot/vmlinuz root=PARTUUID=82e1992e-02 ro \
   rootdelay=12 vt.default_utf8=0 vga16 unicon=eucjp 

まあ これは 参考にさせて頂いたものから の結果です。 動いた という事で 御容赦 願います。にゃんたろうは 和猫ですので 横文字は 見えるけれど 読めません !

”GRUB kernel root=PARTUUID” で検索を かけると でて来ます。

さて ここまでを 行ったので 計算機 が USB 起動できる条件で 起動させてみます、

にゃんたろう 拝!

2014年 3月 15日 土曜日 21:09:10 JST 作成


前へ| 次へ

戻る

Copyright © 2006.-2014. nyantarou All Rights Reserved.