Please don't hijack threads. This doesn't have anything to do
with Gary's USB HDD problem.
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150713102853.gb8...@chew.
On 11/07/15 12:10 PM, Haines Brown wrote:
I am running Sid on a Thinkpad x250, and decided to create a rescue USB
key by using grub-rescue-pc package.
On a 1 Gb unmounted Ex3 key, which is /dev/sdb, I do
# cp /usr/lib/grub-rescue-pc/grub-rescue-usb.img /dev/sdb
this takes a while.
When I
On Sat 11 Jul 2015 at 12:10:15 -0400, Haines Brown wrote:
> I am running Sid on a Thinkpad x250, and decided to create a rescue USB
> key by using grub-rescue-pc package.
>
> On a 1 Gb unmounted Ex3 key, which is /dev/sdb, I do
>
> # cp /usr/lib/grub-rescue-pc/grub-rescue-usb.img /dev/sdb
>
On Sat 11 Jul 2015 at 12:24:56 -0400, Louis Wust wrote:
> On Sat, Jul 11, 2015, at 12:10, Haines Brown wrote:
> > cp /usr/lib/grub-rescue-pc/grub-rescue-usb.img /dev/sdb
>
> I suspect you need "dd" instead of "cp" as specified in the package
> documentation at /usr/share/doc/grub-rescue-pc/READM
On Sat, Jul 11, 2015, at 12:10, Haines Brown wrote:
> cp /usr/lib/grub-rescue-pc/grub-rescue-usb.img /dev/sdb
I suspect you need "dd" instead of "cp" as specified in the package
documentation at /usr/share/doc/grub-rescue-pc/README.Debian:
sudo dd if=grub-rescue-usb.img of=/dev/sdb bs=32k
Try
5 matches
Mail list logo