Quote (jah_lah @ Aug. 22 2007,12:15) |
5 - Open xterm and type in: dd if=/dev/hdxy of=bootsect.lnx s=512 count=1 A rough translate could be: copy first sector from y partition of x hd (where grub lies) to a file (arbitrarily) named bootsect.lnx. |
Quote (jpeters @ Aug. 23 2007,02:38) | ||
5 - Open xterm and type in: correction?? dd if=/dev/hdxy of=bootsect.lnx bs=512 count=1 note: actually, I think byte size defaults to 512 if you leave it out entirely. |