[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why You Not Like My Kernel?
From: |
Robert Wolf |
Subject: |
Re: Why You Not Like My Kernel? |
Date: |
Thu, 17 Mar 2011 21:13:14 +0100 |
Hallo Tim,
> I get
>
> > Loading Linux 2.6.35...
> > Loading Initial Ramdisk...
>
> > menuentry 'Debian GNU/Linux, with Linux 2.6.35' --class debian --class
> > gnu-linux --class gnu --class os { insmod part_msdos
> > insmod ext2
> > set root='(hd0,msdos2)'
> > search --no-floppy --fs-uuid --set ad648512-e526-4fa6-8041-900e849419fc
> > echo 'Loading Linux 2.6.35 ...'
> > linux /boot/vmlinuz-2.6.35
> > root=UUID=ad648512-e526-4fa6-8041-900e849419fc ro quiet echo
> > 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.35
> > }
Try to remove "quiet" in "linux" line and you should see kernel messages.
Probably kernel stops somewhere. You can try to add 'echo "Booting..."' after
initrd command. Probably you see it, which means, grub starts your kernel but
the kernel stops running.
Regards,
Wolf.