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

Bug#318232: marked as done (The etch daily netinstaller images have a broken isolinux.cfg - This makes the iso almost completly unuseable!)



Your message dated Thu, 14 Jul 2005 14:29:41 +0100
with message-id <20050714132941.GJ11139@riva.ucam.org>
and subject line Bug#318232: The etch daily netinstaller images have a broken isolinux.cfg - This makes the iso almost completly unuseable!
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Jul 2005 08:55:33 +0000
>From richih@smhsoftware.de Thu Jul 14 01:55:33 2005
Return-path: <richih@smhsoftware.de>
Received: from firstprovider.de [217.160.219.246] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DszVE-0001bh-00; Thu, 14 Jul 2005 01:55:33 -0700
Received: from [192.168.0.3] (ppp-82-135-14-61.mnet-online.de [82.135.14.61])
	(using TLSv1 with cipher RC4-MD5 (128/128 bits))
	(No client certificate requested)
	by firstprovider.de (Postfix) with ESMTP id AB3257BD96
	for <submit@bugs.debian.org>; Thu, 14 Jul 2005 10:47:56 +0200 (CEST)
From: Richard Hartmann <richih@smhsoftware.de>
To: submit@bugs.debian.org
Subject: The etch daily netinstaller images have a broken isolinux.cfg - This makes the iso almost completly unuseable!
Date: Thu, 14 Jul 2005 10:47:59 +0200
User-Agent: KMail/1.7.2
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[🔎] 200507141047.59993.richih@smhsoftware.de>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: installation-reports
Severity: critical

Debian-installer-version: <050713 official testing netinst image>
Date: 13.07.05
Method: <How did you install?  What did you boot off?  If network
      install, from where?  Proxied?>

Machine: Self-built machine from ~2003
Processor: Amd Athlon 1800+
Memory: 512MB
Root Device: Samsung Spinpoint with 160 GB
Root Size/partition table: preconfigured to 50 MB /boot, 512 MB swap, the rest 
(~150 GB) /

Initial boot worked:    [E]
Configure network HW:   [ ]
Config network:         [ ]
Detect CD:              [ ]
Load installer modules: [ ]
Detect hard drives:     [ ]
Partition hard drives:  [ ]
Create file systems:    [ ]
Mount partitions:       [ ]
Install base system:    [ ]
Install boot loader:    [ ]
Reboot:                 [ ]


This problem & patch apply to _both_ the netinst and the businesscard images!
I filed this bug as critical, not grave, as it makes the whole installer and 
thus, in turn, various packages rather useless. Unless you want to only 
install 2.4 ;)

The problem is that while _most_ of the entries in /isolinux/isolinux.cfg 
point to /install/(2.6)linux, the actual kernel images are 
named /install/(2.6)vmlinuz

-- This looks as follows: --
-----------------------------------------------------------------------------------------------------------------------------

laptop:/mnt# ls -R install/
install/:
2.6  README.sbm  floppy  initrd.gz  sbm.bin  vmlinuz

install/2.6:
initrd.gz  vmlinuz

install/floppy:
boot.img  cd-drivers.img  root.img
laptop:/mnt#

-- while isolinux/isolinux.cfg looks like this: --
-----------------------------------------------------------------------------------------------------------------------------

laptop:/mnt# cat isolinux/isolinux.cfg

DISPLAY boot.txt

F1 f1.txt
F2 f2.txt
F3 f3.txt
F4 f4.txt
F5 f5.txt
F6 f6.txt
F7 f7.txt
F8 f8.txt
F9 f9.txt
F0 f10.txt

DEFAULT install

LABEL install24
        kernel /install/vmlinuz
        append vga=normal initrd=/install/initrd.gz ramdisk_size=10154 
root=/dev/rd/0 rw  --

LABEL expert24
        kernel /install/vmlinuz
        append DEBCONF_PRIORITY=low vga=normal initrd=/install/initrd.gz 
ramdisk_size=10154 root=/dev/rd/0 rw  --

LABEL install
        kernel /install/2.6/linux
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --
LABEL linux
        kernel /install/2.6/linux
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --
LABEL install26
        kernel /install/2.6/linux
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --
LABEL linux26
        kernel /install/2.6/linux
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --

LABEL expert
        kernel /install/2.6/linux
        append DEBCONF_PRIORITY=low vga=normal initrd=/install/2.6/initrd.gz 
ramdisk_size=10668 root=/dev/rd/0 rw  --
LABEL expert26
        kernel /install/2.6/linux
        append DEBCONF_PRIORITY=low vga=normal initrd=/install/2.6/initrd.gz 
ramdisk_size=10668 root=/dev/rd/0 rw  --

LABEL rescue
        kernel /install/2.6/linux
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  rescue/enable=true --
LABEL rescue24
        kernel /install/vmlinuz
        append vga=normal initrd=/install/initrd.gz ramdisk_size=10154 
root=/dev/rd/0 rw  rescue/enable=true --
LABEL rescue26
        kernel /install/2.6/linux
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  rescue/enable=true --

PROMPT 1
TIMEOUT 0
laptop:/mnt#  

-----------------------------------------------------------------------------------------------------------------------------

As you can easily see, you will only be able to correctly load install24 (this 
also being DEFAULT), expert24 and rescue24.

The obvious fix is to either choose one of the two names or to create 
softlinks. As the current image holds kernels named vmlinuz, my suggested 
solution would be to just replace the /install/(2.6)/linux occurences with 
vmlinuz.

My patch:

-----------------------------------------------------------------------------------------------------------------------------

--- /mnt/isolinux/isolinux.cfg  2005-07-11 00:17:06.000000000 +0200
+++ isolinux.cfg        2005-07-14 10:38:08.414999808 +0200
@@ -23,33 +23,33 @@
        append DEBCONF_PRIORITY=low vga=normal initrd=/install/initrd.gz 
ramdisk_size=10154 root=/dev/rd/0 rw  --

 LABEL install
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --
 LABEL linux
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --
 LABEL install26
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --
 LABEL linux26
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  --

 LABEL expert
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append DEBCONF_PRIORITY=low vga=normal initrd=/install/2.6/initrd.gz 
ramdisk_size=10668 root=/dev/rd/0 rw  --
 LABEL expert26
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append DEBCONF_PRIORITY=low vga=normal initrd=/install/2.6/initrd.gz 
ramdisk_size=10668 root=/dev/rd/0 rw  --

 LABEL rescue
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  rescue/enable=true --
 LABEL rescue24
        kernel /install/vmlinuz
        append vga=normal initrd=/install/initrd.gz ramdisk_size=10154 
root=/dev/rd/0 rw  rescue/enable=true --
 LABEL rescue26
-       kernel /install/2.6/linux
+       kernel /install/2.6/vmlinuz
        append vga=normal initrd=/install/2.6/initrd.gz ramdisk_size=10668 
root=/dev/rd/0 rw  rescue/enable=true --

 PROMPT 1

-----------------------------------------------------------------------------------------------------------------------------

thanks for providing Debian to all who read this :)
Richard Hartmann

---------------------------------------
Received: (at 318232-done) by bugs.debian.org; 14 Jul 2005 13:29:46 +0000
>From cjwatson@flatline.org.uk Thu Jul 14 06:29:46 2005
Return-path: <cjwatson@flatline.org.uk>
Received: from mail.metronet.co.uk [213.162.97.75] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Dt3mc-0007CU-00; Thu, 14 Jul 2005 06:29:46 -0700
Received: from riva.pelham.vpn.ucam.org (83-216-156-196.colinw664.adsl.metronet.co.uk [83.216.156.196])
	by smtp.metronet.co.uk (MetroNet Mail) with ESMTP id BFAF6415D02
	for <318232-done@bugs.debian.org>; Thu, 14 Jul 2005 14:29:34 +0100 (BST)
Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian))
	for 318232-done@bugs.debian.org
	id 1Dt3mY-0002pz-00; Thu, 14 Jul 2005 14:29:42 +0100
Date: Thu, 14 Jul 2005 14:29:41 +0100
From: Colin Watson <cjwatson@debian.org>
To: 318232-done@bugs.debian.org
Subject: Re: Bug#318232: The etch daily netinstaller images have a broken isolinux.cfg - This makes the iso almost completly unuseable!
Message-ID: <20050714132941.GJ11139@riva.ucam.org>
References: <[🔎] 200507141047.59993.richih@smhsoftware.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 200507141047.59993.richih@smhsoftware.de>
User-Agent: Mutt/1.5.9i
Delivered-To: 318232-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Thu, Jul 14, 2005 at 10:47:59AM +0200, Richard Hartmann wrote:
> The problem is that while _most_ of the entries in /isolinux/isolinux.cfg 
> point to /install/(2.6)linux, the actual kernel images are 
> named /install/(2.6)vmlinuz

Fixed for tomorrow's daily build, thanks.

Cheers,

-- 
Colin Watson                                       [cjwatson@debian.org]



Reply to: