[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new ssd in dell optiplex 745, won't even load grub



Le 28/10/2017 à 21:37, Roberto C. Sánchez a écrit :
On Sat, Oct 28, 2017 at 03:28:46PM -0400, Gene Heskett wrote:

mount /dev/sdb3 /mnt
mount /dev/sdb1 /mnt/boot
mount -B /proc /mnt/proc
mount -B /sys /mnt/sys
mount -B /dev /mnt/dev

The last three should be:

mount -t proc /mnt/proc
mount -t sysfs /mnt/sys
mount -t devpts /mnt/dev/pts

Doesn't mount expect a filesystem location even it is not used ?
Also, /dev is not going to mount itself on its own.

mount -t devtmpfs dev /mnt/dev
mount -t proc proc /mnt/proc
mount -t sysfs sysfs /mnt/sys
...


Reply to: