yes, i have seen it on one my machine, but doesn't cause any delay. The quiet option suppress some output, that's the reason I suggested to remove the option, was thinking at something else actually hidden....
Other times had seen reports about delay due to "waiting for /dev/sdaN to appear ... timeout in 1 minute" don't know if it's your issue....
AS, I have a waiting for sda7 to appear message.
marcin82
If you mean does my sda7 uuid in menu.lst match output of blkid then the answer is yes.
[hugh@renny ~]$ uname -r
2.6.38.8-pclos1.pae.bfs
timeout 30
color black/cyan yellow/cyan
gfxmenu (hd1,6)/boot/gfxmenu
default 3
title mylivecd
kernel (hd1,6)/boot/vmlinuz BOOT_IMAGE=mylivecd root=UUID=06e73607-b4ba-4880-a258-0490933f6dd8 nokmsboot vmalloc=256M acpi=on resume=LABEL=swap4000 splash=verbose vga=788
initrd (hd1,6)/boot/initrd.img
title linux-nonfb
kernel (hd1,6)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=06e73607-b4ba-4880-a258-0490933f6dd8 quiet nokmsboot vmalloc=256M acpi=on resume=UUID=0782b8df-b7fe-40c2-8749-7470ad731b26
initrd (hd1,6)/boot/initrd.img
title failsafe
kernel (hd1,6)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=06e73607-b4ba-4880-a258-0490933f6dd8 quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd1,6)/boot/initrd.img
title windows-7-professional
root (hd1,1)
chainloader +1
title test3-pclinuxos
kernel (hd1,8)/boot/vmlinuz BOOT_IMAGE=test3-pclinuxos root=UUID=6b776499-2558-4fb0-98a3-b069ab6b8f59 quiet nokmsboot vmalloc=256M acpi=on resume=UUID=c6aadcc0-85f0-4e4c-9aab-2ac443402f01 splash=silent vga=788
initrd (hd1,8)/boot/initrd.img
[hugh@renny ~]$ ls -l /boot/
total 10016
-rw-rw-r-- 1 root root 440 Apr 6 2010 boot.backup.sda
-rw-rw-r-- 1 root root 440 Jun 24 13:07 boot.backup.sdb
-rw-rw-r-- 1 root root 440 May 29 20:47 boot.backup.sdc
lrwxrwxrwx 1 root root 30 Jun 25 13:33 config -> config-2.6.38.8-pclos1.pae.bfs
-rw-r--r-- 1 root root 126224 Jun 4 08:52 config-2.6.38.8-pclos1.pae.bfs
-rwxr-xr-x 1 root root 517632 Jun 24 10:41 gfxmenu*
drwxr-xr-x 2 root root 4096 Jun 25 13:31 grub/
-rw------- 1 root root 5227662 Jun 24 10:41 initrd-2.6.38.8-pclos1.pae.bfs.img
lrwxrwxrwx 1 root root 34 Jun 8 17:29 initrd.img -> initrd-2.6.38.8-pclos1.pae.bfs.img
lrwxrwxrwx 1 root root 38 Jun 25 13:33 kernel.h -> /boot/kernel.h-2.6.38.8-pclos1.pae.bfs
-rw-r--r-- 1 root root 1493 Jun 25 13:33 kernel.h-2.6.38.8-pclos1.pae.bfs
-rw-r--r-- 1 root root 164504 May 18 05:03 memtest-4.20
-rw-r--r-- 1 root root 254766 Nov 6 2006 message-graphic
lrwxrwxrwx 1 root root 34 Jun 8 17:32 System.map -> System.map-2.6.38.8-pclos1.pae.bfs
-rw-r--r-- 1 root root 1563805 Jun 4 08:52 System.map-2.6.38.8-pclos1.pae.bfs
-rw-rw-r-- 1 root root 256 Jun 24 10:41 uk-latin1.klt
-rw-rw-r-- 1 root root 256 Apr 6 2010 us.klt
lrwxrwxrwx 1 root root 31 Jun 8 17:29 vmlinuz -> vmlinuz-2.6.38.8-pclos1.pae.bfs
-rw-r--r-- 1 root root 2358000 Jun 4 08:52 vmlinuz-2.6.38.8-pclos1.pae.bfs
Hugh