Re: GRUB error: failure reading sector

2015-07-13 Thread Jonathan Dowland
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.

Re: GRUB error: failure reading sector

2015-07-11 Thread Gary Dale
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

Re: GRUB error: failure reading sector

2015-07-11 Thread Brian
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 >

Re: GRUB error: failure reading sector

2015-07-11 Thread Brian
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

Re: GRUB error: failure reading sector

2015-07-11 Thread Louis Wust
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