Bug 677
Summary: | failure to boot 2.5.68 and higher | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | kernel (kernel) |
Component: | i386 | Assignee: | Martin J. Bligh (mbligh) |
Status: | REJECTED UNREPRODUCIBLE | ||
Severity: | high | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.5.69 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | config file for 2.5.69 |
Description
kernel@whatevz.net
2003-05-07 21:32:34 UTC
Created attachment 316 [details]
config file for 2.5.69
config file for the kernel which fails to boot
Stick the early printk patch in there, enable it, and see what you get. ftp://ftp.kernel.org/pub/linux/kernel/people/mbligh/2.5.67/early_printk applied early_printk patch rebooted still no output couple points.. The .config attachment is an URL thats broken.. The requested URL /~brett/bugreports/kernel/2.5.69-failboot/config was not found on this server. Secondly, the early_printk stuff won't do anything unless you explicitly add some early_printk calls. Try adding stuff like early_printk("1"); to init/main.c start_kernel() between the various function calls, then see how far it gets. What happens with other vga= parameters? vga=ask? What happens if you change the devfs-esque root=/dev/ide/host0/bus0/target0/lun0/part1 to root=/dev/hda1 in your grub config ? > The .config attachment is an URL thats broken.. fixed > Secondly, the early_printk stuff won't do anything unless you explicitly add > some early_printk calls. added some calls immediately after setup_early_printk they weren't displayed setup_early_printk(); early_printk("1"); setup_arch(&command_line); early_printk("2"); setup_per_cpu_areas(); early_printk("3"); i'm assuming i cannot place early_printk calls before setup_early_printk(); > What happens with other vga= parameters? vga=ask? with vga=ask, it does as expected, displays modes available, lets me choose one, and then hangs > What happens if you change the devfs-esque > root=/dev/ide/host0/bus0/target0/lun0/part1 to root=/dev/hda1 in your grub config ? same behaviour DIAGNOSED: this changeset http://linux.bkbits.net:8080/linux-2.5/cset@1.1006 was causing the problem, reverting fixes it also, turning off CONFIG_VIDEO_SELECT fixes this 2.5.69-bk13 with CONFIG_VIDEO_SELECT unset works where to from here ?? 18 months old, bug-submitter hasn't answered mail within a week, marking unreproducible. |