[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2013-04-28 Thread Thomas Hotz
** Changed in: os-prober (Ubuntu) Status: New => Invalid ** Changed in: grub-installer (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/244141 Title: Grub

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2009-12-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/grub -- Grub: Add detection of bootable disk partitions by UUID https://bugs.launchpad.net/bugs/244141 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 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package grub - 0.97-29ubuntu28 --- grub (0.97-29ubuntu28) intrepid; urgency=low [ Colin King ] * debian/patches/uuid.diff: added uuid command, to select root device by uuid. Supports uuid booting from ext2, ext3, fat, vfat, jfs, ocfs, reiserfs, an

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-17 Thread Colin King
Yep, I certainly neglected to update the documentation. Attached is a diff to fix this omission. Colin ** Attachment added: "UUID grub documentation diff" http://launchpadlibrarian.net/16106796/uuid_doc.diff -- Grub: Add detection of bootable disk partitions by UUID https://bugs.launchpad.n

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-16 Thread Steve Langasek
** Also affects: grub-installer (Ubuntu) Importance: Undecided Status: New ** Also affects: os-prober (Ubuntu) Importance: Undecided Status: New -- Grub: Add detection of bootable disk partitions by UUID https://bugs.launchpad.net/bugs/244141 You received this bug notificatio

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-15 Thread Steve Langasek
Patch committed to lp:~ubuntu-core-dev/grub/ubuntu. I noticed that the changelog entry you provided included a rather extensive bit of explanation of this new feature: uuid command works in two ways, either by specifying the root device to boot from by the uuid number: uuid UUID-

Re: [Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-14 Thread Steve Langasek
On Mon, Jul 14, 2008 at 03:39:48PM -, Colin King wrote: > From my understanding of the patches, they are to do with grub-update > identifying the disk by examining /dev/disk/by-uuid. This is different > to my set of patches which do UUID identification at boot time inside > the boot loader (my

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-14 Thread Colin King
Steve, >From my understanding of the patches, they are to do with grub-update identifying the disk by examining /dev/disk/by-uuid. This is different to my set of patches which do UUID identification at boot time inside the boot loader (my code uses raw BIOS reads of the underlying filesystem and s

Re: [Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-14 Thread Steve Langasek
On Mon, Jul 14, 2008 at 01:01:20PM -, Colin King wrote: > Can anybody point me to the relevant patches - from my understanding > Robert Millan has implemented UUIDs in grub, but without being able to > examine the source I cannot easily compare and contrast the two > implementations. svn://svn

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-14 Thread Colin King
Can anybody point me to the relevant patches - from my understanding Robert Millan has implemented UUIDs in grub, but without being able to examine the source I cannot easily compare and contrast the two implementations. Colin -- Grub: Add detection of bootable disk partitions by UUID https://bu

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-12 Thread Colin Watson
Bumping to alpha-3; let's look at this at the sprint next week. ** Changed in: grub (Ubuntu) Status: New => Confirmed Target: intrepid-alpha-2 => intrepid-alpha-3 -- Grub: Add detection of bootable disk partitions by UUID https://bugs.launchpad.net/bugs/244141 You received this bug

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-07-09 Thread Steve Langasek
Hi Colin, How does this patch relate to the UUID support that's being added to the Debian grub package? It would be great if we could sync up with Debian on this and be using the same code. ** Changed in: grub (Ubuntu) Target: intrepid-alpha-1 => intrepid-alpha-2 -- Grub: Add detection

[Bug 244141] Re: Grub: Add detection of bootable disk partitions by UUID

2008-06-30 Thread Colin King
Attached is a debdiff that supports grub boot for UUID for Intrepid. It supports booting by UUID for the following partition types: PartitionTested ext2Y ext3Y fat/vfatY jfsY reiserfs Y xfs Y ocfsN ddf_raid N