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

Bug#99934: marked as done ("Make boot floppy failed")



Your message dated Thu, 1 Nov 2001 19:47:30 -0700
with message-id <20011101194730.F286@Obsession>
and subject line No further action required
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Jun 2001 21:05:50 +0000
>From davidw@gordian.com Thu Jun 07 16:05:50 2001
Return-path: <davidw@gordian.com>
Received: from (murphy.debian.org) [::ffff:10.10.10.9] 
	by master.debian.org with smtp (Exim 3.12 1 (Debian))
	id 1586yU-0002ha-00; Thu, 07 Jun 2001 16:05:50 -0500
Received: (qmail 11030 invoked from network); 6 Jun 2001 15:58:01 -0000
Received: from gordius.gordian.com (192.73.220.81)
  by murphy.debian.org with SMTP; 6 Jun 2001 15:58:01 -0000
X-bait: aablmeh@gordian.com,mmblmeh@gordian.com,zzblmeh@gordian.com
Received: from ogun.gordian.com (ogun.gordian.com [192.73.220.36])
	by gordius.gordian.com (8.9.3/8.9.3) with ESMTP id IAA14813;
	Wed, 6 Jun 2001 08:55:47 -0700 (PDT)
Received: (from davidw@localhost)
	by ogun.gordian.com (8.11.3/8.11.3) id f56FtkC77266;
	Wed, 6 Jun 2001 08:55:46 -0700 (PDT)
	(envelope-from davidw)
Date: Wed, 6 Jun 2001 08:55:16 -0700
From: David Whedon <dwhedon@gordian.com>
To: bri r <randomaccess@canada-11.com>
Cc: submit@bugs.debian.org, debian-boot@lists.debian.org
Subject: Re: "Make boot floppy failed"
Message-ID: <20010606085516.B76661@ogun.gordian.com>
Mail-Followup-To: bri r <randomaccess@canada-11.com>,
	submit@bugs.debian.org, debian-boot@lists.debian.org
References: <20010606145850.96EB42755@sitemail.everyone.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.2.5i
In-Reply-To: <20010606145850.96EB42755@sitemail.everyone.net>; from randomaccess@canada-11.com on Wed, Jun 06, 2001 at 07:58:50AM -0700
Delivered-To: submit@bugs.debian.org

Package: boot-floppies
Version: 2.2.23

I'm turning this into a bug, cc'ing debian-boot manually since bugs.debian.org
is down at the moment.

Wed, Jun 06, 2001 at 07:58:50AM -0700 wrote:
> Are there certain details I need to give to get a
> reply?

I think the only problem is we're busy and clueless :-)

>  I looked for the dbootstrap package at debian.org, but I guess it isn't one, even though the message on a virtual console is "dbootstrap: Make boot floppy failed..."

Yes, the package you want is called boot-floppies:
apt-get source boot-floppies 
or 
http://packages.debian.org/stable/admin/boot-floppies.html
or
http://ftp.debian.org/debian/dists/potato/main/source/admin/boot-floppies_2.2.23.tar.gz

The error occurs somewhere near :

utilities/dbootstrap/bootconfig.c:93

from what you have described it looks like the failure is in here (though I
can't be sure with the info we have at the moment):

    printf(_("Formatting the floppy...\n"));
    /* We don't have (yet) 2.88 MB bootable floppy ... */
    snprintf(prtbuf, sizeof(prtbuf), BC_RUN_SFORMAT, device,
             (size > 720) ? "hd" : "dd");
    /* DO NOT USE execlog() */
    INFOMSG("formatting floppy with cmd '%s'", prtbuf);
    status = system(prtbuf);
    boxResume();
    if (status) return 1;

sounds like status is non-zero  The commands leading up to it are something like
this (the actual decive is system dependant (/dev/fd0):

export LD_LIBRARY_PATH="/target/lib:/target/usr/lib"; 
/target/usr/bin/superformat /dev/fd0 hd

It would be nice to be able to manually run superformat.

Did you see any error messages that could be coming from superformat (from the
superformat man page) :

Troubleshooting
       FDC busy, sleeping for a second
              When another program accesses a disk drive  on  the
              same  controller as the one being formatted, super­
              format has to wait until the other access  is  fin­
              ished.   If  this  happens, check whether any other
              program accesses a drive (or  whether  a  drive  is
              mounted), kill that program (or unmount the drive),
              and the format should proceed normally.

       I/O errors during verification
              Your drive may be too far out of tolerance, and you
              may  thus  need  to supply a margin parameter.  Run
              floppymeter (see section  floppymeter) to find  out
              an  appropriate  value  for this parameter, and add
              the suggested margin parameter to the command line





> Brian
> 
> --- bri r <randomaccess@canada-11.com>
> > wrote:
> >Hi all,
> >This is my first exposure to Debian, although I have used Red Hat for about a year.  
> >
> >I got Debian 2.2r3 "Espy" through CheapBytes.com and the install goes fine until I try "Make Boot Floppy" screen.  Then it formats the disk and gives the error message "Make Boot Floppy Failed..."  I tried many floppies with the write-protect off.  I tried redoing the whole process again after verifying my floppy drive still works.  Any suggestions?  I haven't found anything on the web or mailing list archives about this.
> >
> >My system is:
> >Pentium 150 with 256KB cache and 48 Megs of RAM
> >bootable CD-Rom
> >Western Digital UDMA-66 15Gb harddrive with first Gb containing Windows 95.
> >1 floppy drive.
> >1 IOmega Parallel Port Zip Drive
> >PS/2 mouse.
> >
> >Brian
> >
> >
> >_____________________________________________________________
> >Sign up for FREE email from canada-11 at http://www.canada-11.com
> >
> >
> >-- 
> >To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
> >with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> _____________________________________________________________
> Sign up for FREE email from canada-11 at http://www.canada-11.com
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

---------------------------------------
Received: (at 99934-done) by bugs.debian.org; 2 Nov 2001 02:47:40 +0000
>From tillman@azstarnet.com Thu Nov 01 20:47:40 2001
Return-path: <tillman@azstarnet.com>
Received: from cepheus.azstarnet.com [169.197.56.195] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15zUMt-00078h-00; Thu, 01 Nov 2001 20:47:40 -0600
Received: from Obsession (toff@dhcp595.mc01.dsl.fastucson.net [169.197.10.83])
	by cepheus.azstarnet.com (8.9.3/8.9.3) with SMTP id TAA07035
	for <99934-done@bugs.debian.org>; Thu, 1 Nov 2001 19:47:37 -0700 (MST)
X-Sent-via: StarNet http://www.azstarnet.com/
Received: by Obsession (sSMTP sendmail emulation); Thu, 1 Nov 2001 19:47:30 -0700
Date: Thu, 1 Nov 2001 19:47:30 -0700
From: Chris Tillman <tillman@azstarnet.com>
To: 99934-done@bugs.debian.org
Subject: No further action required
Message-ID: <20011101194730.F286@Obsession>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.22i
Delivered-To: 99934-done@bugs.debian.org

The originator reported an error which prevented the Make a Boot Floppy step
from working on a Pentiun 150. When he switched to making a primary
partition bootable rather than extended, the problem went away (which would
seem to have litte to do with making the floppy). 

The originator will be doing some more installs in the near future, and will
let us know if this is still a problem. Meanwhile the bug will be closed,
there is nothing more to do.

-- 
*----------------------------------------------------------------*
|  .''`.  |   Debian GNU/Linux: <http://www.debian.org>          |
| : :'  : |   debian-imac: <http://debian-imac.sourceforge.net>  |
| `. `'`  |      Chris Tillman        tillman@azstarnet.com      |
|   `-    |            May the Source be with you                |
*----------------------------------------------------------------*



Reply to: