[Bug 625383] Re: grub hangs at early booting after handoff from PXE

2011-04-27 Thread Colin Watson
We fixed this in the cert lab by using chain.c32 rather than LOCALBOOT.
As far as I know, this problem was due to a PXE BIOS bug rather than a
syslinux change, although it's possible that an otherwise innocuous
syslinux change managed to tickle some previously undisturbed PXE BIOS
bugs.

** Changed in: syslinux (Ubuntu)
   Status: Triaged = Won't Fix

** Changed in: syslinux (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) = Colin 
Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/625383

Title:
  grub hangs at early booting after handoff from PXE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625383] Re: grub hangs at early booting after handoff from PXE

2011-04-27 Thread Colin Watson
Release-noted, insofar as it's possible:

 * Some users booting machines from the network using PXE, and using the
`LOCALBOOT` facility in Syslinux to hand off to a local hard disk, found
that there was no argument that would successfully cause a local boot.
Syslinux provides a `chain.c32` COM32 image which is less reliant on PXE
BIOS implementation details. (Bug:625383)

** Changed in: ubuntu-release-notes
   Status: New = Fix Released

** Changed in: ubuntu-release-notes
 Assignee: Canonical Foundations Team (canonical-foundations) = Colin 
Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/625383

Title:
  grub hangs at early booting after handoff from PXE

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 625383] Re: grub hangs at early booting after handoff from PXE

2010-10-04 Thread Ameet Paranjape
** Changed in: ubuntu-release-notes
 Assignee: (unassigned) = Canonical Foundations Team 
(canonical-foundations)

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-24 Thread Colin Watson
Dave: that doesn't seem obviously relevant.  We did catch up on quite a
few upstream versions.

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-23 Thread Dave Walker
Syslinux seems to of made a few undocumented changes in Maverick.
Another example is bug #610017.

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-15 Thread Ameet Paranjape
@Mathieu,

Any update on your tests?

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-15 Thread Mathieu Trudel
Yes, it doesn't even get to accepting Shift, so it's as mentioned by
Colin: this affects syslinux, not grub.

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-14 Thread Kate Stewart
** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-10 Thread Colin Watson
It seems unlikely to me that this is a GRUB bug.  The evidence suggests
that GRUB is simply not being loaded at all.

Here is the Syslinux documentation on LOCALBOOT, and note that the
permissible values for PXELINUX are *not* the same as for ISOLINUX:

LOCALBOOT type  [ISOLINUX, PXELINUX]
On PXELINUX, specifying LOCALBOOT 0 instead of a KERNEL
option means invoking this particular label will cause a local
disk boot instead of booting a kernel.

The argument 0 means perform a normal boot.  The argument 4
will perform a local boot with the Universal Network Driver
Interface (UNDI) driver still resident in memory.  Finally,
the argument 5 will perform a local boot with the entire PXE
stack, including the UNDI driver, still resident in memory.
All other values are undefined.  If you don't know what the
UNDI or PXE stacks are, don't worry -- you don't want them,
just specify 0.

On ISOLINUX, the type specifies the local drive number to
boot from; 0x00 is the primary floppy drive and 0x80 is the
primary hard drive.  The special value -1 causes ISOLINUX to
report failure to the BIOS, which, on recent BIOSes, should
mean that the next boot device in the boot sequence should be
activated.

In addition, the Syslinux 4.00 changelog says that -1 is also supported
for PXELINUX.  However, 0x80 is out of spec for PXELINUX.

If the BIOS doesn't do what you want for any of these defined values,
then it is not at all clear to me that there is anything that we can do
about it.  I don't know what to suggest.

** Package changed: grub2 (Ubuntu Maverick) = syslinux (Ubuntu
Maverick)

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-10 Thread Ameet Paranjape
Colin,

Spoke to Anouar and he agrees that it doesn't appear we can do anything
about this.

I'm going to mark this bug as a Won't Fix for now.

** Changed in: syslinux (Ubuntu Maverick)
   Status: Triaged = Won't Fix

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-09-10 Thread Mathieu Trudel
Ameet, Colin,

Just to clarify things (though I agree there is sadly little than can be
done anyway) I marked this bug as affecting grub because (if I recall
correctly) using Shift would still sometimes yield the GRUB menu. We'll
re-test this in the lab first though.

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-08-30 Thread Anouar Mansour
This system has grub debug image installed, yet nothing shows up.

** Attachment added: 20100830_002.jpg
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/625383/+attachment/1530305/+files/20100830_002.jpg

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-08-30 Thread Ameet Paranjape
Foundations team,

Please update the bug with any other suggestions to pull debug logs.
Thanks.

** Changed in: grub2 (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: grub2 (Ubuntu)
 Assignee: (unassigned) = Canonical Foundations Team 
(canonical-foundations)

** Also affects: grub2 (Ubuntu Maverick)
   Importance: High
 Assignee: Canonical Foundations Team (canonical-foundations)
   Status: Triaged

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-08-27 Thread Mathieu Trudel
Ok, apparently -1 works on the Inspiron 1545 as well, but this solution
is not usable as it makes other machines (e.g. Toshiba systems) fail to
boot in the same way described above.

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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 625383] Re: grub hangs at early booting after handoff from PXE

2010-08-27 Thread Ameet Paranjape
Mathieu,

Are you able to provide any screen shot or log of the hang from a remote
console?

** Changed in: grub2 (Ubuntu)
   Importance: Undecided = High

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

-- 
grub hangs at early booting after handoff from PXE
https://bugs.launchpad.net/bugs/625383
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