Re: PXE-Grub has no menu - File not found

2014-07-02 Thread Beeblebrox
I solved the problems and I just wanted to update the thread on how it was done. 1. With my folder dhcp/tftp structure, the way to issue the mknetdir is by including the sub-directory flag. This works: cd /jail_or_vm/root/folder grub-mknetdir --net-directory=./boot --subdir=grub 2. For

Re: [Xen-devel] Loading a 32 bit kernel from 64 bit grub-xen

2014-07-02 Thread Jan Beulich
On 01.07.14 at 20:27, ps...@ubuntu.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/1/2014 12:18 PM, Andrey Borzenkov wrote: В Tue, 01 Jul 2014 12:06:08 -0400 Phillip Susi ps...@ubuntu.com пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been trying to fix

Re: [Xen-devel] Loading a 32 bit kernel from 64 bit grub-xen

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
On 2 Jul 2014 10:36, Jan Beulich jbeul...@suse.com wrote: On 01.07.14 at 20:27, ps...@ubuntu.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/1/2014 12:18 PM, Andrey Borzenkov wrote: В Tue, 01 Jul 2014 12:06:08 -0400 Phillip Susi ps...@ubuntu.com пишет: -BEGIN

Re: [Xen-devel] Loading a 32 bit kernel from 64 bit grub-xen

2014-07-02 Thread Ian Campbell
On Tue, 2014-07-01 at 14:27 -0400, Phillip Susi wrote: On 7/1/2014 12:18 PM, Andrey Borzenkov wrote: В Tue, 01 Jul 2014 12:06:08 -0400 Phillip Susi ps...@ubuntu.com пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been trying to fix grub to load a 32 bit kernel from the

Re: [Xen-devel] Loading a 32 bit kernel from 64 bit grub-xen

2014-07-02 Thread Ian Campbell
On Wed, 2014-07-02 at 09:35 +0100, Jan Beulich wrote: On 01.07.14 at 20:27, ps...@ubuntu.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/1/2014 12:18 PM, Andrey Borzenkov wrote: В Tue, 01 Jul 2014 12:06:08 -0400 Phillip Susi ps...@ubuntu.com пишет: -BEGIN PGP

Chainloadig from grub2 to isolinux

2014-07-02 Thread Beeblebrox
Is there a method to chainload from grub2 - grub_older and grub2 - isolinux? Most live-cd's use an isolinux configuration with many menu items embedded in the isolinux layer. Instead of spending time trying to guess at these, a chainload boot would be most helpful. Thanks and Regards. --

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
GRUB has isolinux config parser. On 2 Jul 2014 11:47, Beeblebrox zap...@berentweb.com wrote: Is there a method to chainload from grub2 - grub_older and grub2 - isolinux? Most live-cd's use an isolinux configuration with many menu items embedded in the isolinux layer. Instead of spending

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Beeblebrox
GRUB has isolinux config parser. Is there any link to usage with examples? The Grub manual does not mention it all I could find was from osdetect.cfg: syslinux_configfile -i /isolinux/isolinux.cfg Which still isn't much to go on. -- FreeBSD_amd64_11-Current_RadeonKMS

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
On 2 Jul 2014 15:38, Beeblebrox zap...@berentweb.com wrote: GRUB has isolinux config parser. Is there any link to usage with examples? The Grub manual does not mention it all I could find was from osdetect.cfg: syslinux_configfile -i /isolinux/isolinux.cfg syslinux_configfile --help

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Beeblebrox
I got it partially working. The background image changes to Debian, but it displays press any key to continue.. then drops back to the main Grub menu. So what am I doing wrong here? menuentry Debian-Jesse-i386-lxde --class gnu-linux --class gnu --class os { set thtp=http,192.168.2.100 set

Re: Chainloadig from grub2 to isolinux

2014-07-02 Thread Vladimir 'phcoder' Serbinenko
On 2 Jul 2014 16:53, Beeblebrox zap...@berentweb.com wrote: I got it partially working. The background image changes to Debian, but it displays press any key to continue.. then drops back to the main Grub menu. So what am I doing wrong here? menuentry Debian-Jesse-i386-lxde --class gnu-linux

Re: Odd problem with submenus

2014-07-02 Thread Andrey Borzenkov
В Tue, 01 Jul 2014 17:59:35 +0100 John Haxby john.ha...@oracle.com пишет: Hello, I have a warning generated by grub2-mkconfig that shows up on various systems that I'm not sure what to do about. Well, I know I can ignore it, but I'm not sure what do do about not getting the warning in the

Re: [PATCH] Fix ACPI halt for certain DSDTs

2014-07-02 Thread Andrey Borzenkov
В Tue, 1 Jul 2014 01:55:22 +0200 Valentin Dornauer valen...@unimplemented.org пишет: Hello! GRUB2 currently seems to be unable to shut down my Fujitsu Lifebook E744 laptop using ACPI. After some debugging, I nailed the problem down to two problems within GRUB’s ‘acpihalt’ command. Please

Re: touch support in Grub2

2014-07-02 Thread Fino Meng
no interrupt, u can polling the touch IC's registers, should work. BR/fino On Wed, Jul 2, 2014 at 1:41 PM, JinJing jjin_750...@hotmail.com wrote: Hi, my dear friends I am wondering whether it's possible to add touch support inside Grub 2 to let customer select OS via touch screen? In