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

Bug#296748: marked as done (grub fails to translate lilo.conf if /boot is a separate partition)



Your message dated Fri, 23 Jun 2006 14:33:53 -0700
with message-id <E1FttHl-0006x3-Ha@spohr.debian.org>
and subject line Bug#259825: fixed in os-prober 1.12
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)

--- Begin Message ---
Package: grub
Version: 0.95+cvs200406
Severity: important

I have a Debian stable on /dev/hda
I installed a Debian testing on /dev/hdb
I agreed for GRUB to take charge and translate automatically the LILO
configuration

I got the following message:

-=-=-=
Booting 'Linux (on /dev/hda5)'
root (hd0,4)
 Filesystem type is ext2fs, partition type 0x83
 kernel /vmlinuz root=/dev/hda4 ro

Error 15: File not found

Press any key to continue...
-=-=-=

when I selected the following entry:

-=-=-=
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda5.
title           Linux (on /dev/hda5)
root            (hd0,4)
kernel          /vmlinuz root=/dev/hda5 ro
initrd          /boot/initrd.img-2.4.18-k7
savedefault
boot
-=-=-=

I corrected it as follows to make it work:

-=-=-=
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hda5. + corrected by SBI
title           Linux (on /dev/hda5)
root            (hd0,0)
kernel          /vmlinuz-2.4.18-k7 root=/dev/hda5 ro 
initrd          /initrd.img-2.4.18-k7
savedefault
boot
-=-=-=

These are the relevant lines in the /etc/fstab file of my /dev/hda
Debian:

# <file system> <mount point>   <type>  <options>                       <dump>  <pass>
/dev/hda5       /               ext2    defaults,errors=remount-ro      0       1
/dev/hda1       /boot           ext2    rw                              0       2

This was especially annoying as the newly installed Debian testing was not fully functional...

I can send you my /dev/hda /etc/lilo.conf file if you need it.


--- End Message ---
--- Begin Message ---
Source: os-prober
Source-Version: 1.12

We believe that the bug you reported is fixed in the latest version of
os-prober, which is due to be installed in the Debian FTP archive:

os-prober-udeb_1.12_i386.udeb
  to pool/main/o/os-prober/os-prober-udeb_1.12_i386.udeb
os-prober_1.12.dsc
  to pool/main/o/os-prober/os-prober_1.12.dsc
os-prober_1.12.tar.gz
  to pool/main/o/os-prober/os-prober_1.12.tar.gz
os-prober_1.12_i386.deb
  to pool/main/o/os-prober/os-prober_1.12_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 259825@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated os-prober package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 23 Jun 2006 21:46:41 +0200
Source: os-prober
Binary: os-prober os-prober-udeb
Architecture: source i386
Version: 1.12
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 os-prober  - utility to detect other OSes on a set of drives
 os-prober-udeb - utility to detect other OSes on a set of drives (udeb)
Closes: 258623 259825
Changes: 
 os-prober (1.12) unstable; urgency=low
 .
   [ Joey Hess ]
   * Patch from VMiklos to sed off (hdn,n) from the front of a kernel path,
     as seen in SuSE grub configs. Closes: #258623 although this is fixed
     imprefectly since it assumes stripping the string is enough.
   * Patch from VMiklos to not require an initrd be specified in the grub
     probe.
   * Patch from VMiklos to add --mounted option to linux-boot-prober.
     May not be useful for d-i but in other situations including for the
     Frugalware installer.
 .
   [ Frans Pop ]
   * When parsing a lilo configuration, dereference symbolic links. Not doing
     this will break booting the old OS if the link was in / and there was a
     separate /boot partition. And grub in general prefers full paths.
     Closes: #259825.
   * Use environment variable to pass --mounted option to lower level scripts
     instead of perpetuating the parameter.
   * Add myself to uploaders.
Files: 
 1ace43209fff58fb2e0b0a7936303889 638 debian-installer optional os-prober_1.12.dsc
 f01dd65e05a2d85480cd829568a102fb 13987 debian-installer optional os-prober_1.12.tar.gz
 6accb5364cd3666a8d57fe7fb82f389d 7456 debian-installer optional os-prober-udeb_1.12_i386.udeb
 73ff648a59f713734c8e513544aa1a72 11772 utils extra os-prober_1.12_i386.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEnEW4gm/Kwh6ICoQRAhdZAKDaICwbkNz/T7+Ke+ZjulSVS6Kx4ACeIs8S
ApKgmXrA1hcUlLw7Z223xhs=
=2C42
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: