Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-11 Thread Andy Whitcroft
On Wed, Jun 10, 2009 at 02:24:22AM -, webservant wrote: Adding that to the boot gives me a functioning Live CD system! This old PC has some slight memory issues which may be triggering this problem. If I run memtest86, I get about 400 errors. However, if I try to replace any of the

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-11 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Incomplete = Fix Released -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-11 Thread webservant
Thanks for working through this with me! Andy Whitcroft wrote: On Wed, Jun 10, 2009 at 02:24:22AM -, webservant wrote: Adding that to the boot gives me a functioning Live CD system! This old PC has some slight memory issues which may be triggering this problem. If I run memtest86,

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Triaged = In Progress -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread Andy Whitcroft
This has been reported a number of times against the -server kernel but not against the -generic kernel before. It would be good to get the eip there translated as it may help us identify what is going wrong. This kind of error only occurs very early in boot before a proper handler has been

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread webservant
There isn't one... d...@luther:/media/cdrom0$ find . -follow -name System* find: File system loop detected; `./ubuntu' is part of the same file system loop as `.'. d...@luther:/media/cdrom0$ find . -follow -name system* find: File system loop detected; `./ubuntu' is part of the same file system

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread webservant
The previous is from the Live CD directly. Next, I booted the Live CD on another system, and found two files. I've zip'd them up with absolute paths in this system.map.generic.zip attachment. ** Attachment added: System.map.*.generic files from the failing Live CD

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread Andy Whitcroft
That is most unfortuanate. Can you post an ls of the contents of the /boot directory on the CD and an md5sum of the kernel image therein. -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread webservant
There is no /boot on the Live CD. Here is an ls of the root directory: d...@luther:/media/cdrom0$ ls -l total 1528 -r--r--r-- 1 root root 143 2009-04-20 10:29 autorun.inf dr-xr-xr-x 2 root root2048 2009-04-20 10:30 casper dr-xr-xr-x 3 root root2048 2009-04-20 10:30 dists dr-xr-xr-x 2

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread webservant
For which files do you want an md5sum? Here is a long list of the CD: d...@luther:/media/cdrom0$ ls -alR . .: total 1533 dr-xr-xr-x 10 root root2048 2009-04-20 10:30 . drwxr-xr-x 5 root root1024 2009-06-09 08:51 .. -r--r--r-- 1 root root 143 2009-04-20 10:29 autorun.inf dr-xr-xr-x

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread Andy Whitcroft
On Tue, Jun 09, 2009 at 01:49:37PM -, webservant wrote: For which files do you want an md5sum? Here is a long list of the CD: ./casper: total 702317 -r--r--r-- 2 root root 3501776 2009-04-16 23:41 vmlinuz Thats the one I am after! Thanks for the list. -- Ubuntu 9.04 live CD

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread Andy Whitcroft
From the System.map you found and attached it appears we have paniced here (EIP was c073e30d): c073e1cb t setup_bios_corruption_check c073e37a t relocate_initrd The kernel option X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is new in Jaunty not existing in Intrepid. It is possible this code is

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread Andy Whitcroft
It seems that this can be turned off using a kernel parameter. It would be worth booting with the option below and seeing if that makes a difference. Add this to the kernel command line in syslinux: memory_corruption_check=0 ** Changed in: linux (Ubuntu) Status: Incomplete = In

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-09 Thread webservant
Adding that to the boot gives me a functioning Live CD system! This old PC has some slight memory issues which may be triggering this problem. If I run memtest86, I get about 400 errors. However, if I try to replace any of the SDRAM, I get upwards of 48,000 errors. I believe the memory

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-08 Thread Colin Watson
** Package changed: casper (Ubuntu) = linux (Ubuntu) -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-08 Thread Leann Ogasawara
** Changed in: linux (Ubuntu) Importance: Undecided = High ** Tags added: regression-release -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-07 Thread webservant
Fair enough, but realize that the the hardware currently triple-boots (Windows XP, Ubuntu 8.10 Desktop, and Ubuntu 8.10 Server). So, whatever is different in 9.04 isn't a problem in 8.10. If you need anymore information/testing, let me know. Thanks for the guidance, and happy hunting. Doug

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-06 Thread Brian Curtis
** Package changed: ubuntu = casper (Ubuntu) -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-06 Thread Brian Curtis
Since your computer is an older model, we aren't sure if its supported by ubuntu all that well. Marking as triaged so the devs can look at it and decide where to go from here. ** Changed in: casper (Ubuntu) Status: Incomplete = Triaged -- Ubuntu 9.04 live CD crashes on boot

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-05 Thread Brian Curtis
Thank you for reporting this bug and helping to make ubuntu better. Try the following: After starting up with the CD and selecting your language. Select the data integrity check to make sure the image burn went successfully. Let us know of the results. ** Changed in: ubuntu Status: New

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-05 Thread webservant
On the computer documented in the bug, I get the exact same error as when I attempt to boot the live cd. This is the same error that I receive when I upgraded my server patition on this hardware via a network upgrade. However, on a different system Dell Dimension 2350 with a P4 2.60 GHz cpu, I

[Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-05 Thread Brian Curtis
Ok, please look at the following page and attach and paste the necessary information to this bug https://wiki.ubuntu.com/DebuggingCasper -- Ubuntu 9.04 live CD crashes on boot https://bugs.launchpad.net/bugs/384044 You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 384044] Re: Ubuntu 9.04 live CD crashes on boot

2009-06-05 Thread webservant
OK. I followed the instructions, removing quiet and splash and adding debug= to the boot line. I received the same dump message almost immediately (nothing else). Brian Curtis wrote: Ok, please look at the following page and attach and paste the necessary information to this bug