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

Re: YACS & boot problem



Le Thu, Aug 19, 1999 at 12:36:06AM +0200, Raphael Hertzog écrivait:
> You're using boot disk from CVS ?
> 
> Anyway, CD should support 2.88 M boot images, it may be just a problem of
> giving the right arg to the mkhybrid command line ... does anyone know
> about this ?

Ok, i've read the man page. The boot file must be exactly
1.2 or 1.44 or 2.88 Mb. Thus rescue2000.bin is not
allowed. Possible solution: fill the boot file with zero until you
have the right size :

SIZE=2048000 dd bs=1 if=/dev/zero of=rescue2000.bin seek=$SIZE count=$[ 2949120 - $SIZE ]

SIZE should be the initial size of the resc2000.bin file.

Cheers,
-- 
Raphaël Hertzog -=- http://ntux.u-strasbg.fr/~raphael/
<pub> CDs Debian : http://ntux.u-strasbg.fr/~raphael/debian/#cd </pub>


Reply to: