Re: Feature request: network devices

2009-11-10 Thread Vasily Averin
Bean wrote: > On Wed, Nov 11, 2009 at 3:02 PM, Vasily Averin wrote: >> Bean wrote: >>> On Wed, Nov 11, 2009 at 12:32 PM, Seth Goldberg >>> wrote: >>>> Hi, >>>> >>>> Enhancing the TFTP & PXE boot capabilities of GRUB2 is extre

Re: Feature request: network devices

2009-11-10 Thread Vasily Averin
Bean wrote: > On Wed, Nov 11, 2009 at 12:32 PM, Seth Goldberg wrote: >> Hi, >> >> Enhancing the TFTP & PXE boot capabilities of GRUB2 is extremely important >> to our use of GRUB2, so if you're interested in doing this work, please let >> me know so we can coordinate our efforts. > > Hi, > > Is

Re: Feature request: network devices

2009-11-05 Thread Vasily Averin
mardok45 wrote: > I'm attempting to load Grub2 off a DHCP server with Macintosh's > (PowerPC) Netboot. > > I am able to boot Grub2, but it gives me the following errors: > > error: no such disk > Unsupported type network for device last-boot > Unsupported type network for device last-boot > error

[patch] incorrect root device while /dev/ on tmpfs

2009-10-17 Thread Vasily Averin
and commit it thank you, Vasily Averin diff -up ./util/grub.d/10_linux.in.tmpdevuuid ./util/grub.d/10_linux.in --- ./util/grub.d/10_linux.in.tmpdevuuid2009-08-29 20:05:06.0 +0400 +++ ./util/grub.d/10_linux.in 2009-09-03 11:07:34.0 +0400 @@ -36,7 +36,7 @@ case

filesystem check on software raid partitions

2009-10-17 Thread Vasily Averin
eport the same fs-uuid as filesystem on raid device, and It can confuse search by uuid command. Therefore I think grub2 should check partition for raid/lvm/swap before start of filesystem checks. thank you, Vasily Averin ___ Grub-devel mailin

[patch] deadloop in grub_ext2_iterate_dir

2009-10-17 Thread Vasily Averin
fix for deadloop in grub_ext2_iterate_dir: fpos is not updated if dirent.direntlen == 0 Signed-off-by: Vasily Averin diff -up ./fs/ext2.c.e2rdr ./fs/ext2.c --- ./fs/ext2.c.e2rdr 2009-07-19 17:59:21.0 +0400 +++ ./fs/ext2.c 2009-10-17 15:28:11.0 +0400 @@ -649,6 +649,9