Re: [GITGRUB] New menu interface (implementation)

2009-09-30 Thread Bean
On Thu, Oct 1, 2009 at 7:21 AM, Michal Suchanek wrote: > It is not. A label can have focus (the whole icon+text widget) but panel > cannot. > > It will be impossible to make both focused at once without special trickery. Hi, It's possible to make both focused, actually my next demo would be to

Re: [GITGRUB] New menu interface (implementation)

2009-09-30 Thread Michal Suchanek
2009/9/30 Bean : > Hi, > > Update: > > Change the region structure, remove region tree as it's duplicate with > similar function of widget. > Change layout manger, only allow one dimension (direction = horizontal > or vertical). > Add margin_top, margin_left, margin_right, margin_bottom, > border_w

[PATCH] Create environment block safely

2009-09-30 Thread Colin Watson
If grub-editenv create is interrupted, it's theoretically possible for it to create an incomplete block that future grub-editenv calls won't recognise. It would be better for it to atomically create either a complete block or nothing. Any objections? 2009-09-30 Colin Watson * util/grub

Re: [GITGRUB] New menu interface (implementation)

2009-09-30 Thread Bean
Hi, Update: Change the region structure, remove region tree as it's duplicate with similar function of widget. Change layout manger, only allow one dimension (direction = horizontal or vertical). Add margin_top, margin_left, margin_right, margin_bottom, border_width, border_height, border_color p

Re: Faulty BIOS or GRUB issue (USB Stick won't boot)

2009-09-30 Thread Daniel Mierswa
On 30.09.2009 08:20, Vladimir 'phcoder' Serbinenko wrote: [...] A workaround could be following: losetup /dev/loop0 /dev/sdb1 Why do I need to create a loop device for the first partition? grub-install --root-directory=/mnt/usb /dev/loop0 This will give a GRUB error, saying that there's no mat

Re: Faulty BIOS or GRUB issue (USB Stick won't boot)

2009-09-30 Thread Daniel Mierswa
On 30.09.2009 10:26, James Courtier-Dutton wrote: Can you do a fdisk -u -l /dev/sdb But of course. Disk /dev/usb1: 1041 MB, 1041961984 bytes 33 heads, 61 sectors/track, 1010 cylinders, total 2035082 sectors Units = sectors of 1 * 512 = 512 bytes Disk identifier: 0x Device Boot

Re: Faulty BIOS or GRUB issue (USB Stick won't boot)

2009-09-30 Thread James Courtier-Dutton
2009/9/30 Daniel Mierswa : > Hey list, > in January this year I got my hands dirty with a laptop and tried booting it > via USB stick. The thing is that, when installed to the MBR of the stick, > the BIOS just won't detect it and print "Operating system not found" and > skips to reading the MBR fro