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

Re: Bug#30587: Boot-floppies 2.1.2 broken



On Fri, Dec 11, 1998 at 08:35:30AM +0000, Enrique Zanardi wrote:

> > Boots fine here and all goes well until the stage of initialising/mounting
> > fs partitions. Then it just returns to the mono/colour installation
> > selection screen. The logs on tty3 say return status "b"... 
> 
> I've received a few similar bug reports, but I can't reproduce them (it
> has worked fine in the systems I've tried it).

I have the same problem: I try to install on /dev/hdc. 

I think the problem is in utilities/dinstall/select_not_mounted.c because of

int init_linux (void) {
  struct fdisk_partition *p;
  int cflag,status;

  sync();
  p=select_not_mounted(MSG_SELECT_INITIALIZE ,MSG_SELECT_PARTITION,1,FSTYPE_EXT2);
  if (!p) return 1;

in utilities/dinstall/partition_config.c

	  
N.B: note that the problem afflicts only init_linux in partition_config.c, but
     not init_swap




Reply to: