戻る

前へ| 次へ

npg2boot.disk 作成 grub-mkconfig

続き 少し覗いておきます

# df | sed 2,4d
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/loop0          1412     973       367  73% /mnt
# ls -l /mnt/ | sed 1d
drwxr-xr-x 3 root root 1024 Apr 29 17:20 boot

これ以上 覗いても にゃんたろうは なーんもわかりません さて grub.cfg に 取りかかります。

grub-mkconfig -o /mnt/boot/grub/grub.cfg

# grub-mkconfig -o /mnt/boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.8.3-lfs-10.0
done
# ls -l /mnt/boot/grub/ | sed 1d
drwxr-xr-x 2 root root 1024 Apr 29 17:20 fonts
-rw------- 1 root root 4297 Apr 29 18:01 grub.cfg
-rw-r--r-- 1 root root 1024 Apr 29 17:20 grubenv
drwxr-xr-x 2 root root 3072 Apr 29 17:20 i386-pc
# umount /mnt/

これで 完了 となるのですが いかんせん この計算機は floppy 駆動装置は有りません 従って それのある計算機で floppy に 書き込む必要があります。

 また grub.cfg は 目的の 物を起動する内容ではないので 変更する必要があります。

作成した計算機の Linux

これを 作製した Linux は

# cat /etc/lsb-release 
DISTRIB_ID="Linux From Scratch"
DISTRIB_RELEASE="10.0"
DISTRIB_CODENAME=" nyantarou"
DISTRIB_DESCRIPTION="Linux From Scratch"

では floppy 駆動装置 のある計算機に 送って書き込みを 行います。

scp npg2boot.disk ...

# scp npg2boot.disk fdopstm@10.1.2.3:/home/Dareka
Password: 
npg2boot.disk                                 100% 1440KB  10.9MB/s   00:00   

書き込み 及び grub.cfg の 変更は 別の計算機で 対応していきます。

続く

にゃんたろう 拝!

2021年 4月 29日 木曜日 21:03:55 JST 作成


前へ| 次へ

戻る

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