Hi,
In the latest patch, you need to use a "if ...;then ...; fi" construct
and not a "... && ...". Else you will have an error (that will stop
the script if it is executed with -e) if the test is false.
[ "$rel_dirname" = "/" ] && rel_dirname=
should be replaced by
if [ "$rel_dirname" = "/" ];
Matthias latest patch also worked for me, thanks!
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
On Fri, Nov 27, 2009 at 06:25:50PM +0100, Matthias Dellweg wrote:
> The following hot fix patch seems to work. And it also kills the doubled
> slashes (They must have been around with the old method, too.).
> Greetings, Matthias
>
Works like a charm now. Vielen dank!
> --- 10_linux.OLD2
The following hot fix patch seems to work. And it also kills the doubled
slashes (They must have been around with the old method, too.).
Greetings, Matthias
--- 10_linux.OLD2009-11-27 18:17:52.0 +0100
+++ 10_linux2009-11-27 18:18:18.0 +0100
@@ -87,7 +87,9 @@ while [ "x
On Fri, Nov 27, 2009 at 02:15:28PM +0100, Matthias Dellweg wrote:
> since grub-mkrelpath works correct on files (they cannot be
> mountpoints, right?) I would sugest to try the following patch. Sadly
> I cannot test it until this evening.
>
> --- 10_linux2009-11-25 19:41:40.0 +0100
> +
On Fri, Nov 27, 2009 at 02:15:28PM +0100, Matthias Dellweg wrote:
> since grub-mkrelpath works correct on files (they cannot be mountpoints,
> right?)
FWIW, they can, with bind mounts.
Mike
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". T
since grub-mkrelpath works correct on files (they cannot be mountpoints,
right?) I would sugest to try the following patch. Sadly I cannot test it until
this evening.
--- 10_linux2009-11-25 19:41:40.0 +0100
+++ 09_linux2009-11-27 14:03:04.0 +0100
@@ -87,7 +87,9 @@ while [
A slight correction to the patch posted earlier; the line:
+ linux ${fixed_imagename}/${basename}
should read:
+ linux ${fixed_imagename}
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.d
Hi all,
I came across this bug on my sid system, and have updated the script
/etc/grub.d/10_linux to resolve this bug in a somewhat hackish way.
The attached code is a diff against the version as shipped with
1.97+20091125-1.
- /etc/grub.d/10_linux.patch -
--- 10_linux.dpkg-new 2009-11
Package: grub-common
Severity: normal
Hi,
I reproduce this bug here on my sid box.
>From what I was able to verify here, it seems this is a problem with the
grub-mkrelpath application. As far as I could see, it was recently
modified on grub suite (it was a piece of shell script and now is an
ex
Hi,
I forgot to post my partitioning scheme:
muam...@obey:~$ sudo fdisk -lu
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x90029002
Device Boot Start End
Hey,
I can also confirm that bug, after a recent upgrade the path to the initrd and
vmlinuz was wrong a /boot/ was added before. Removing /boot/ from the path
worked without any problems.
I've /boot on a separate partition, if this helps (/dev/sda1), /dev/sda2 is my
root-filesystem.
Greetings
Package: grub-pc
Version: 1.97+20091125-1
Hi,
I can confirm this bug. My machine wasn't able to boot using the entries found
in grub.cfg. So that, I proceeded to boot manually and the process was
successful. Then, I stumble into this bug, and I changed the entry for my
current kernel from:
menue
Με εκτίμηση,
Παναγιώτης Τεμπριώτης
message encoding: UTF-8
Package: grub-pc
Version: 1.97+20091125-1
Severity: critical
Tags: patch
Justification: breaks unrelated software
Hi after a recent update of grub, grub fails to load the kernel.
In the autogenerated grub.cfg it searches the kernel in /boot/vm.. with this
configuration the startup fails.
If i rem
15 matches
Mail list logo