俺の日記帳 第二冊目

このエントリーをはてなブックマークに追加
766login:Penguin
V-BOXでMint16の.isoを先に読み込ませる設定で起動させて
mint@mint ~ $ sudo fdisk -l

Disk /dev/sda: 40.8 GB, 40802189312 bytes
255 heads, 63 sectors/track, 4960 cylinders, total 79691776 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 identifier: 0x0006e21c

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1026047 512000 83 Linux
/dev/sda2 1026048 5253119 2113536 82 Linux swap / Solaris
/dev/sda3 5253120 79691775 37219328 83 Linux
mint@mint ~ $ sudo mount /dev/sda1 /mnt
mint@mint ~ $ sudo mount --bind /dev/ /mnt/dev
mint@mint ~ $ sudo chroot /mnt
chroot: failed to run command ‘/bin/bash’: No such file or directory
mint@mint ~ $ NGでした。
767login:Penguin:2014/09/24(水) 19:05:27.48 ID:zCVAtR0W
V-BOXでUbunu10.04のCDを先に読み込ませる設定で起動させて
ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 40.8 GB, 40802189312 bytes
255 heads, 63 sectors/track, 4960 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0006e21c

Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 327 2113536 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 327 4961 37219328 83 Linux
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ sudo mount --bind /dev/ /mnt/dev
ubuntu@ubuntu:~$ sudo chroot /mnt
chroot: cannot run command `/bin/bash': No such file or directory
ubuntu@ubuntu:~$ NGでした。
768login:Penguin:2014/09/24(水) 20:04:06.90 ID:zCVAtR0W
V-BOXでSabayon_Linux_DAILY_amd64_MATE.isoを先に読み込ませる設定でV-BOXでSabayon_Linux_DAILY_amd64_MATE.isoを先に読み込ませる設定で起動させて端末で
sabayon sabayonuser # mkdir /sda1
sabayon sabayonuser # mkdir /sda3
sabayon sabayonuser # mount /dev/sda1 /sda1
sabayon sabayonuser # mount /dev/sda3 /sda3
sabayon sabayonuser # cp -rf /sda1 /sda3
sabayon sabayonuser # chroot /mnt
chroot: failed to run command ‘/bin/bash’: No such file or directory
sabayon sabayonuser # NGでした。

ソース GRUB2をライブCDから復旧する
http://jehupc.exblog.jp/14767556/
769login:Penguin:2014/09/24(水) 20:10:21.01 ID:zCVAtR0W
訂正 
X  V-BOXでSabayon_Linux_DAILY_amd64_MATE.isoを先に読み込ませる設定でV-BOXでSabayon_Linux_DAILY_amd64_MATE.isoを先に読み込ませる設定で起動させて端末で

○ V-BOXでSabayon_Linux_DAILY_amd64_MATE.isoを先に読み込ませる設定で起動させて端末で