Bug 78845 - GinGin anaconda created boot disk does not boot.
Summary: GinGin anaconda created boot disk does not boot.
Keywords:
Status: CLOSED DUPLICATE of bug 80605
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 9
Hardware: i386
OS: Linux
high
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-02 00:34 UTC by Eugene Kanter
Modified: 2011-04-07 17:04 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-21 18:50:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Eugene Kanter 2002-12-02 00:34:58 UTC
Description of Problem:

GinGin anaconda created boot disk does not boot. Everything is normal up intil
kernel should start reading RAMDISK where it stops with no errors displayed.

The test system has had linux running from as early as 7.2 time without any
problems with bootdisks.

Comment 1 Leonid Kanter 2002-12-05 16:33:39 UTC
Looks like this is not anaconda problem, but kernel/mkinitrd problem. If there is no 
scsi card in system, boot disk creation is OK. With scsi module, initrd and kernel are 
too big for 1.44 floppy! 
 
[root@leon root]# cat /etc/modules.conf | grep scsi_hostadapter 
alias scsi_hostadapter aic7xxx 
[root@leon root]# mkbootdisk 2.4.19-0.pp.15 
Insert a disk in /dev/fd0. Any information on the disk will be lost. 
Press <Enter> to continue or ^C to abort: 
 
gzip: stdout: No space left on device 
[root@leon root]# 
 
If I remove scsi_hostadapter line from /etc/modules.conf, boot disk creation is OK.

Comment 2 Eugene Kanter 2002-12-10 15:53:45 UTC
Works in beta2

Comment 3 Michael Fulbright 2002-12-20 17:38:25 UTC
Time tracking values updated

Comment 4 Eugene Kanter 2002-12-24 02:02:29 UTC
Boot disk (e100 and aic7xxx) does not fit on a floppy again. Anaconda does not tell user that 
there is not enough space. Message is posted on one of the virtual consoles. 
I tried to format disk using fdformat /dev/fd0u1760 and run mkbootdisk but resulting image 
would not boot. 

Comment 5 Jeremy Katz 2003-01-03 05:57:39 UTC
Added code to verify that the initrd we create is the same size to avoid problems

Comment 6 Eugene Kanter 2003-01-03 16:24:26 UTC
Will the new initrd+kernel fit into regular 1.44 floppy or one needs to format
1.6 floppy? After I formatted /dev/fd0u1660, mkbootdisk created working bootdisk.

Comment 7 Eugene Kanter 2003-02-11 20:31:55 UTC
Anaconda now clearly detects out of space conditions. What about attempting to
format /dev/fd0u1660 and try to recreate boot disk if regular 1.44 is not
enough? This works for me.

Comment 8 Mike McLean 2003-02-12 01:02:45 UTC

*** This bug has been marked as a duplicate of 80605 ***

Comment 9 Red Hat Bugzilla 2006-02-21 18:50:14 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.