search for: start_consoled

Displaying 3 results from an estimated 3 matches for "start_consoled".

Did you mean: start_console
2011 Mar 30
1
menu.c32 hangs
Hello, I'm using iPXE to chain to menu.c32, here is the boot script: #!ipxe dhcp chain http://my-site/menu.c32 http://my-site/boot.php After ipxe promote "http://my-site/menu.c32...... ok", the machine hangs. Then I try to figure out where it does stop. First I put a printf() statement in In syslinux/com32/menu/menumain.c:main:, right after start_console(), then boot
2010 Apr 23
1
Path simple menu integrated progress indicator
This patch modifies the simple menu com32 program to include integrated load progress. It also adds new options to the simple menu configuration MENU LOADMSG -- allows the user to specify the text to display when loading MENU LOADMSGROW -- controls where the text is written Example configuration: MENU LOADMSG Booting MENU LOADMSGROW 25 It works with my setup, please let me know if you find
2010 May 20
0
Bug#582363: xen-utils-3.4: blktapctrl not started by default
...removed in tools-misc-xend-startup.diff @@ -120,24 +86,14 @@ if not sys.argv[1:]: print 'usage: %s {start|stop|reload|restart}' % sys.argv[0] elif sys.argv[1] == 'start': - if os.uname()[0] != "SunOS": - start_xenstored() - start_consoled() - start_blktapctrl() return daemon.start() xenstored and consoled have been started in /etc/init.d/xend instead, but it appears blktapctrl has been forgotten. -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (1000, 'stable'), (50, '...