search for: boot_option

Displaying 7 results from an estimated 7 matches for "boot_option".

Did you mean: boot_options
2008 Dec 04
6
[Doc] writeup for error handling usage in XEN
...the crashed domain, while other four handlers will cause whole system/machine halt/reboot. Panic/BUG_ON/ASSERT/BUG has slight differences: 1) ASSERT only takes effect when DEBUG=y while other three handlers takes effect even if DEBUG=y is not used. 2) panic will halt or restart machine based on boot_option. 3) BUG will give more print information besides panic 4) BUG_ON is the "if" added version of BUG We can see panic, BUG, BUG_ON actually have similar functions. [Error handler usage guideline] 1) domain_crash VS BUG_ON? a) We should keep bug severity/scope in mind. If the bug only aff...
2004 Jun 30
0
problem loading initrd
...like an initrd Freeing initrd memory: 220k freed NET: Registered protocol family 16 PCI: PCI BIOS revision 2.00 entry at 0xf00e1, last bus=2 PCI: Using configuration type 1 PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) devfs: 2004-01-31 Richard Gooch (rgooch at atnf.csiro.au) devfs: boot_options: 0x0 Initializing Cryptographic API Real Time Clock Driver v1.12 Non-volatile memory driver v1.2 Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A RAMDISK driver initialized: 16 RAM disks of 1...
2004 Nov 14
25
dom0 kernel crashes with kernel panic during boot
Hi there, I''ve just built xen & dom0 kernel from gentoo ebuilds (bugs.gentoo.org), but my dom0 kernel crashes during boot. Any help is appreciated. Console log, grub.conf and .config are included, machine is celeron/466, 128MB of RAM. Console log: Linux version 2.6.9-xen0 (root@zirafa) (gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)) #2 Sun Nov 14
2002 Apr 25
1
Re: Problems with ext3 fs
...of dmesg (on boot): Apr 22 08:51:10 aurora kernel: VFS: Diskquotas version dquot_6.4.0 initialized Apr 22 08:51:10 aurora kernel: Journalled Block Device driver loaded Apr 22 08:51:10 aurora kernel: devfs: v1.10 (20020120) Richard Gooch (rgooch@atnf.csiro.au) Apr 22 08:51:10 aurora kernel: devfs: boot_options: 0x1 Apr 22 08:51:10 aurora kernel: pty: 256 Unix98 ptys configured Apr 22 08:51:10 aurora kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled Apr 22 08:51:10 aurora kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A Apr 22 08:51:10 aurora kernel: ttyS01 at 0...
2005 Apr 04
0
problem about initramfs
..., 560k init, 0k highmem) [4294667.369000] Mount-cache hash table entries: 512 [4294667.370000] Checking for 'wait' instruction... unavailable. [4294667.455000] NET: Registered protocol family 16 [4294667.460000] devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au) [4294667.461000] devfs: boot_options: 0x1 [4294667.462000] Initializing Cryptographic API [4294667.464000] io scheduler noop registered [4294667.466000] io scheduler anticipatory registered [4294667.468000] io scheduler deadline registered [4294667.470000] io scheduler cfq registered [4294667.472000] RAMDISK driver initialized: 4 RAM...
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...n_options) + + /* system reset */ + if (system->system_reset.filled) { + lua_pushstring(L, "reset"); + lua_newtable(L); + LUA_ADD_NUM_S(L, system->system_reset, status) + LUA_ADD_NUM_S(L, system->system_reset, watchdog) + LUA_ADD_STR_S(L, system->system_reset, boot_option) + LUA_ADD_STR_S(L, system->system_reset, boot_option_on_limit) + LUA_ADD_STR_S(L, system->system_reset, reset_count) + LUA_ADD_STR_S(L, system->system_reset, reset_limit) + LUA_ADD_STR_S(L, system->system_reset, timer_interval) + LUA_ADD_STR_S(L, system->system_reset, timeout...
2004 Nov 25
8
Virtual ethernet driver.
...IX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd VFS: Disk quotas vdquot_6.5.1 Journalled Block Device driver loaded devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au) devfs: boot_options: 0x0 Installing knfsd (copyright (C) 1996 okir@monad.swb.de). SGI XFS with realtime, tracing, debug enabled SGI XFS Quota Management subsystem Event-channel device installed. Xen virtual console successfully installed as tty Starting Xen Balloon driver pty: 256 Unix98 ptys configured [XEN] Initial...