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

Bug#575919: linux-image-2.6.33-2-amd64: Fails to boot "Waiting for root filesystem"



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

Hi.

maximilian attems, 30.03.2010 17:11:
> On Tue, Mar 30, 2010 at 04:21:14PM +0200, Mathias Brodala wrote:
>> Package: linux-2.6
>> Version: 2.6.33-1~experimental.4
>> Severity: grave
>> Tags: experimental
>> Justification: renders package unusable
> 
> not at most important, as only local breakage, works fine for thousand
> others and we need more info.

I never really liked the description of severities since there?s no way
for me to know if others are also affected by my specific issue. But
yeah, downgrade the severity as seems fit.

>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> All 2.6.33-based kernels in Experimental failed to boot here since they
>> were available. The last boot message I see is the infamous "Waiting for
>> root filesystem". No specific errors or the like are printed before that.
>>
>> I have to Ctrl+Alt+Del my way out and boot with 2.6.32 again.
> 
> how are you booting?

Not sure what kind of answer you expect from me here.

> post your grub2  /boot/grub/grub.cfg

Attached to this mail.

>> pn  grub | lilo                   <none>     (no description available)
> 
> that seems fishy for i686.

Why? The "grub" package is only a dummy transitional package, thus I
don?t need it. If you mean something else, please let me know.


Regards, Mathias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuyF3oACgkQYfUFJ3ewsJhT1QCeLrVVTNdY/YAw1UET4HsgIOUY
S2cAoJj7iSo49z5wlvhtlxlRnv/rrvIR
=8/zW
-----END PGP SIGNATURE-----
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set b9203278-8db6-47cb-9074-e6781dada314
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1920x1080
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set b9203278-8db6-47cb-9074-e6781dada314
set locale_dir=($root)/boot/grub/locale
set lang=de
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.33-2-amd64" --class debian --class gnu-linux --class gnu --class os {
	set gfxpayload=keep
	insmod ext2
	set root='(hd0,6)'
	search --no-floppy --fs-uuid --set b9203278-8db6-47cb-9074-e6781dada314
	echo	Loading Linux 2.6.33-2-amd64 ...
	linux	/boot/vmlinuz-2.6.33-2-amd64 root=/dev/hda6 ro vt.default_blu=250,0,0,0,170,170,170,51,85,85,85,85,255,255,255,255 vt.default_grn=250,0,170,85,0,0,170,51,85,85,255,255,85,85,255,255 vt.default_red=250,170,0,170,0,170,0,51,85,255,85,255,85,255,85,255 
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.33-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.33-2-amd64 (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
	set gfxpayload=keep
	insmod ext2
	set root='(hd0,6)'
	search --no-floppy --fs-uuid --set b9203278-8db6-47cb-9074-e6781dada314
	echo	Loading Linux 2.6.33-2-amd64 ...
	linux	/boot/vmlinuz-2.6.33-2-amd64 root=/dev/hda6 ro single vt.default_blu=250,0,0,0,170,170,170,51,85,85,85,85,255,255,255,255 vt.default_grn=250,0,170,85,0,0,170,51,85,85,255,255,85,85,255,255 vt.default_red=250,170,0,170,0,170,0,51,85,255,85,255,85,255,85,255
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.33-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-2-amd64" --class debian --class gnu-linux --class gnu --class os {
	set gfxpayload=keep
	insmod ext2
	set root='(hd0,6)'
	search --no-floppy --fs-uuid --set b9203278-8db6-47cb-9074-e6781dada314
	echo	Loading Linux 2.6.32-2-amd64 ...
	linux	/boot/vmlinuz-2.6.32-2-amd64 root=/dev/hda6 ro vt.default_blu=250,0,0,0,170,170,170,51,85,85,85,85,255,255,255,255 vt.default_grn=250,0,170,85,0,0,170,51,85,85,255,255,85,85,255,255 vt.default_red=250,170,0,170,0,170,0,51,85,255,85,255,85,255,85,255 
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.32-2-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-2-amd64 (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
	set gfxpayload=keep
	insmod ext2
	set root='(hd0,6)'
	search --no-floppy --fs-uuid --set b9203278-8db6-47cb-9074-e6781dada314
	echo	Loading Linux 2.6.32-2-amd64 ...
	linux	/boot/vmlinuz-2.6.32-2-amd64 root=/dev/hda6 ro single vt.default_blu=250,0,0,0,170,170,170,51,85,85,85,85,255,255,255,255 vt.default_grn=250,0,170,85,0,0,170,51,85,85,255,255,85,85,255,255 vt.default_red=250,170,0,170,0,170,0,51,85,255,85,255,85,255,85,255
	echo	Loading initial ramdisk ...
	initrd	/boot/initrd.img-2.6.32-2-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

Attachment: grub.cfg.sig
Description: Binary data


Reply to: