[Bug 248369] Re: Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.

2009-01-30 Thread Michele Mangili
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.
https://bugs.launchpad.net/bugs/248369
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248369] Re: Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
There are one of two ways you should be able to test:

1)  If you are comfortable installing packages on your own, the linux-
image-2.6.27-* package is currently available for you to install and
test.

--or--

2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the
bug reported here or if the issue remains.  More importantly, please
open a new bug report for each new bug/regression introduced by the
2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
specifically note if the issue does or does not appear in the 2.6.26
kernel.  Thanks again, we really appreicate your help and feedback.

** Tags added: cft-2.6.27

-- 
Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.
https://bugs.launchpad.net/bugs/248369
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248369] Re: Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.

2008-08-26 Thread Leann Ogasawara
There hasn't been any recent activity in this bug report and we were
wondering if this is still an issue?  The Ubuntu kernel team is actively
working on the upcoming Intrepid Ibex 8.10 release.  If you could please
test the latest Alpha release for Intrepid it would be much appreciated
- http://www.ubuntu.com/testing .  Please let us know your results.  If
the issue still exists, please also provide the appropriate debugging
information as outlined at https://wiki.ubuntu.com/KernelTeamBugPolicies
.  Thanks in advance.

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.
https://bugs.launchpad.net/bugs/248369
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248369] Re: Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.

2008-07-17 Thread nobody27182
** Description changed:

  Binary package hint: linux-image-2.6.24-19-generic
  
  Board: FSC D1184
  RAM: 512M
  Symptoms: Boot is very slow and hangs most of the time. If it boots the PS/2 
Keyboard doesn't work and the system is very slow.
  
  The System boots fine with 256M RAM and the 2.6.24-19 Kernel. Gutsy and
  Edgy worked fine with 512M RAM. I know of several people who got the
  same problem on the same hardware. That rules out hardware errors.
  
  The kernel boots flawlessly with the kernel option mem=522176K. Maybe
  the physical memory mapping is broken?
  
  $ lsb_release -rd
  Description: Ubuntu 8.04.1
  Release: 8.04
  
  $ cat /proc/version_signature
  Ubuntu 2.6.24-4.6-server
  
  $ uname -a # (same error on non openvz kernel)
  Linux server 2.6.24-19-openvz #1 SMP Wed Jun 18 17:50:33 UTC 2008 i686 
GNU/Linux
  
  dmesg, dmidecode and lspci output is attached. These are the logs with
  the mem=522176K option, because successful boot is nearly impossible
  without.
  
  *** Update ***
- The board seems to have a buggy BIOS which sets the MTRRs wrong. The 
addresses 1fe0-1fef are not covered in /proc/mtrr. The kernel needs the 
boot option mem=510M, so that the uncached 960K don't get used. The keyboard 
worked after I added the bootoption i8042_nopnp.
+ The board seems to have a buggy BIOS which sets the MTRRs wrong. The 
addresses 1fe0-1fef are not covered in /proc/mtrr. The kernel needs the 
boot option mem=510M, so that the uncached 960K don't get used. The keyboard 
worked after I added the bootoption i8042.nopnp.
  
  The Fedora 9 Kernel gives an error message and corrects the usable
  memory ranges automatically.

-- 
Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.
https://bugs.launchpad.net/bugs/248369
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 248369] Re: Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.

2008-07-16 Thread nobody27182
** Summary changed:

- Very slow boot and/or hangs on FSC D1184 Board with 512M RAM. 256M works fine 
/ pre Hardy worked.
+ Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.

** Description changed:

  Binary package hint: linux-image-2.6.24-19-generic
  
  Board: FSC D1184
  RAM: 512M
  Symptoms: Boot is very slow and hangs most of the time. If it boots the PS/2 
Keyboard doesn't work and the system is very slow.
  
  The System boots fine with 256M RAM and the 2.6.24-19 Kernel. Gutsy and
  Edgy worked fine with 512M RAM. I know of several people who got the
  same problem on the same hardware. That rules out hardware errors.
  
  The kernel boots flawlessly with the kernel option mem=522176K. Maybe
  the physical memory mapping is broken?
  
  $ lsb_release -rd
  Description: Ubuntu 8.04.1
  Release: 8.04
  
  $ cat /proc/version_signature
  Ubuntu 2.6.24-4.6-server
  
  $ uname -a # (same error on non openvz kernel)
  Linux server 2.6.24-19-openvz #1 SMP Wed Jun 18 17:50:33 UTC 2008 i686 
GNU/Linux
  
  dmesg, dmidecode and lspci output is attached. These are the logs with
  the mem=522176K option, because successful boot is nearly impossible
  without.
+ 
+ *** Update ***
+ The board seems to have a buggy BIOS which sets the MTRRs wrong. The 
addresses 1fe0-1fef are not covered in /proc/mtrr. The kernel needs the 
boot option mem=510M, so that the uncached 960K don't get used. The keyboard 
worked after I added the bootoption i8042_nopnp.
+ 
+ The Fedora 9 Kernel gives an error message and corrects the usable
+ memory ranges automatically.

-- 
Very slow boot on FSC D1184 Board. Probably broken BIOS. Fix inside.
https://bugs.launchpad.net/bugs/248369
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs