Displaying 20 results from an estimated 159 matches for "noreboot".
2012 Sep 07
4
[PATCH] kexec/noreboot: Don't kexec_crash() if noreboot has been requested.
This issue came up when debugging pcpu linked list corruption (patches
for that issue to follow).
--
Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer
T: +44 (0)1223 225 900, http://www.citrix.com
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2016 May 10
1
[PATCH] builder: run/schedule a SELinux relabel if needed
...scientificlinux.sh | 2 ++
13 files changed, 41 insertions(+), 1 deletion(-)
diff --git a/builder/website/centos.sh b/builder/website/centos.sh
index 5217aef..69670fe 100755
--- a/builder/website/centos.sh
+++ b/builder/website/centos.sh
@@ -96,4 +96,6 @@ virt-install \
--nographics \
--noreboot
+DO_RELABEL=1
+
source $(dirname "$0")/compress.sh $output
diff --git a/builder/website/compress.sh b/builder/website/compress.sh
index 2148804..4e09bf3 100644
--- a/builder/website/compress.sh
+++ b/builder/website/compress.sh
@@ -20,10 +20,26 @@
output=$1
+relabel_args=()
+
+if...
2017 Mar 21
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...at palmtx.com.ar <mailto:ricardo at palmtx.com.ar>> wrote:
>
> El Lunes 20/03/2017, PJ Welsh escribi?:
> > Still just starts the kernel and wihtin 4 seconds reboots with 4.9.16-24.
> > Thanks
> > PJ
>
> Edit grub's entry and add "noreboot" to your xen parameters, maybe
> when the
> kernel panicks xen detects it and automatically reboots it.
>
>
>
> "noreboot" grub.conf option still produced nothing other than a flashing
> cursor on the top left. Also, neither num-lock nor caps-lock resp...
2010 Apr 16
1
dom0 reboot like domU
...within dom0) anytime without loosing anything ?
If so, please provide details. If not, does Xen.org have this in roadmap ?
The closest posting I found (old one) is:
http://lists.xensource.com/archives/html/xen-devel/2005-07/msg00885.html
The option is parameter as below (but this grub conf)
noreboot
Debugging
Requests that the machine not be automatically rebooted in the case of fatal errors.
Thanks !
SV
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
Hi all-
I''m using Ubuntu 12.04 and compiled unstable on revision
25605:9950f2dc2ee6, the compilation completed cleanly and I issued
sudo make install. I modified the grub entry for Xen 4.1 as follows:
menuentry ''Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux 3.2.19''
--class ubuntu --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
2017 Mar 20
3
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
El Lunes 20/03/2017, PJ Welsh escribi?:
> Still just starts the kernel and wihtin 4 seconds reboots with 4.9.16-24.
> Thanks
> PJ
Edit grub's entry and add "noreboot" to your xen parameters, maybe when the
kernel panicks xen detects it and automatically reboots it.
> On Mon, Mar 20, 2017 at 2:23 PM, Johnny Hughes <johnny at centos.org> wrote:
> > On 03/20/2017 01:20 PM, PJ Welsh wrote:
> > > No warning, but still just reboots wit...
2006 Jun 15
1
1. Re: Re: [Xen-devel] Re: switchroot mount failed
...xen kernel not detecting the
> SCSI drivers or something.
> which log file u want me to check.
When the boot fails, do you see any lines of output from the kernel stating that it has found a block device 'sda'? If the machine reboots too quickly for you to read then try adding 'noreboot' to Xen's command line.
-- Keir
------------------------------
Message: 2
Date: Wed, 14 Jun 2006 14:13:04 -0700
From: "vineet chadha" <virtual.chadha@gmail.com>
Subject: Re: [Xen-users] Re: [Xen-devel] Re: switchroot mount failed
To: "Keir Fraser" <Keir....
2017 Mar 21
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
On Mon, Mar 20, 2017 at 5:21 PM, Ricardo J. Barberis <ricardo at palmtx.com.ar>
wrote:
> El Lunes 20/03/2017, PJ Welsh escribi?:
> > Still just starts the kernel and wihtin 4 seconds reboots with 4.9.16-24.
> > Thanks
> > PJ
>
> Edit grub's entry and add "noreboot" to your xen parameters, maybe when the
> kernel panicks xen detects it and automatically reboots it.
>
>
>
"noreboot" grub.conf option still produced nothing other than a flashing
cursor on the top left. Also, neither num-lock nor caps-lock respond at
this time... I seem...
2009 Apr 26
1
Need help trying out new mboot.c32
Hi all,
I've started writing a new mboot.c32 using the Syslinux native APIs; it
is currently on the new-mboot branch of the Syslinux git repository.
However, I don't have a huge number of things which use Multiboot set up
to test, so I'd really appreciate it if you're a user of mboot.c32 to
help me try this and report back positive or negative.
I don't have the Solaris DHCP
2005 May 14
1
dom0 startproblem
Hello,
I have a big startproblem with the dom0 kernel.
I use the latest stable xen with the 2.6.10 kernel.
menu.lst:
---
title Xen 2.05 / XenLinux 2.6.10
kernel /boot/xen.gz dom0_mem=512M noreboot
module /boot/vmlinuz-2.6.10-xen0 root=/dev/sda1 ro console=tty0
---
Starterror:
---
(XEN) Initial guest OS requires too much space
(XEN) (8MB is greater than 0MB limit)
---
System:
I use an fresh Debian sarge installation with all needed packages for xen
[Debian standart packages].
Pentium 4, 3Wa...
2005 Jul 28
2
kernel panic - Init problems
...l Panic : Syncing no init found try passing
init= option to kernel
------------------------------------------------------
My grub.conf is
-------------------------------------------------------
title Xen 2.0 / XenLinux 2.6- 1th test
root (hd0,1)
kernel /xen-2.0.6.gz dom0_mem=524288 noreboot
init=/sbin/init
module /vmlinuz-2.6-xen0 root=/dev/hda2 ro
console=tty0
-------------------------------------------------------
I have read the responses on the mailing list to this
issue but still have not managed to get it running.
Can anybody help?
regs,
kc
___________________...
2017 Mar 22
0
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
...palmtx.com.ar>> wrote:
> >
> > El Lunes 20/03/2017, PJ Welsh escribi?:
> > > Still just starts the kernel and wihtin 4 seconds reboots with
> 4.9.16-24.
> > > Thanks
> > > PJ
> >
> > Edit grub's entry and add "noreboot" to your xen parameters, maybe
> > when the
> > kernel panicks xen detects it and automatically reboots it.
> >
> >
> >
> > "noreboot" grub.conf option still produced nothing other than a flashing
> > cursor on the top left. Also, nei...
2008 Mar 28
8
Booting dom0: Kernel Panic - not syncing: Attempted to kill init!
...nu
#
title Scientific Linux (2.6.9-11.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-11.EL ro root=LABEL=/ rhgb quiet console=tty0
console=ttyS0,9600
initrd /initrd-2.6.9-11.EL.img
*#
title Xen 3.1 / XenLinux 2.6
root (hd0,0)
kernel /xen-3.1.0.gz dom0_mem=256000 noreboot
module /vmlinuz-2.6.18-xen ro root=LABEL=/ rhgb quiet console=tty0
console=ttyS0,9600**
module /initrd-2.6.18-xen.img
*
I shut down my machine and restarted it. But it won''t come up... as you
can see right here:
(XEN) Command line: /xen-3.1.0.gz dom0_mem=256000 nor...
2009 Jan 06
3
Booting issue on CentOS 5.2+Xen 3.3.0
...ws.
CentOS 5.2 x86_64 on a HP ML-115
Grub, menu.list
Entries
CentOS xen''s line
title CentOS (2.6.18-92.1.22.el5xen)
root (hd0,0)
kernel /xen.gz-2.6.18-92.1.22.el5 dom0_mem=1.8G
module /vmlinuz-2.6.18-92.1.22.el5xen ro root=LABEL=/ console=tty0
noreboot
module /initrd-2.6.18-92.1.22.el5xen.img
My line
title Xen 3.0 / XenLinux 2.6
root (hd0,0)
kernel /xen-3.3.gz dom0_mem=1.8G
module /vmlinuz-2.6.18.8-xen ro root=LABEL=/ console=tty0 noreboot
module /initrd-2.6.18.8-xen.img
/boot is on a regular...
2005 Jul 01
0
Xen stable won''t boot
Hi,
I have a couple of dual Xeon 3.0GHZ machines. Both have 4GB of memory.
I''m trying to get them to boot Xen stable/2.0.6 (have tried 2.0.5 as well).
Because they are remote, getting error messages can be tricky.
When ''noreboot'' is set in grubs conf, they stop after the ''scrubbing
free RAM'' message. If I remove the noreboot, I''m told a ''CPU trap'' error
occurs before it reboots, which I''m guessing is the CPU FATAL TRAP?
This thread
http://lists.xensource.co...
2004 Jun 23
2
''ser_baud=xxx'' option gone away
The Xen boot option ''ser_baud=<baud>'' has been removed from the
unstable tree. If you were still using this obsolete option then the
effect is that you will get no serial output when you boot Xen, which
may lead you to believe that there is a more serious problem.
To fix this you must move to the new boot option:
''com1=<baud>,8n1''
-- Keir
2006 Sep 11
2
Xen does not load kernel at system boot
...2-xen-686
linux-modules-2.6.17-2-xen-686
xen-docs-3.0
xen-hypervisor-3.0-i386
xen-ioemu-3.0
xen-linux-system-2.6.17-2-xen-686
xen-tools
xen-utils-3.0
/boot/grub/menu.lst:
--------------------
title Debian Xen 3.0
root (hd0,0)
kernel /boot/xen-3.0-i386.gz dom0_mem=128M noreboot sync_console
module /boot/vmlinuz-2.6.17-2-xen-686 root=/dev/hda1 ro
console=tty0
Boot process stops at the messages:
-----------------------------------
[XEN] Scrubbing free RAM ...
[XEN] Xen trace buffers: disabled
Root fs is at /dev/hda1
Could anyone give some hints on solving the p...
2008 Apr 27
2
Random reboots with Xen 3.2.1
I am seeing random reboots after installing Xen 3.2.1 (running with
linux-2.6.18-8 pulled from a few days ago). So far, the reboots only
happen if I have enabled cpufreq=dom0-kernel and actually run
frequency scaling (such as with the ondemand governor). The reboots
only happen after a few hours. The machines seem to be stable if I
pass the cpufreq option to Xen but disable frequency scaling.
I
2013 Feb 16
2
Boot problem with Debian Squeeza and Xen
...insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set
743d959f-5054-441f-b68d-32d9970bb8ab
echo ''Loading Linux 2.6.32-5-xen-686 ...''
multiboot /boot/xen-4.0-i386.gz noreboot placeholder
module /boot/vmlinuz-2.6.32-5-xen-686 placeholder
root=UUID=743d959f-5$
echo ''Loading initial ramdisk ...''
module /boot/initrd.img-2.6.32-5-xen-686
I already tried the boot parameters: noapic nolapic acpi=off in the line
mulitboot .....
2007 May 10
2
Reboot instead of dom0 starupt
Hi,
I just updated to xen 3.0.4 and linux-2.6.16.49-xen0 (gentoo linux).
After reboot
xen starts up just fine but instead of starting the dom0 kernel the
machine just
reboots. The last messages I see on my screen are:
(XEN) Scrubbing Free RAM: .......done.
(XEN) Xen trace buffers: disabled
(XEN) Std. Loglevel: Errors and warnings
(XEN) Guest Loglevel: Nothing (Rate-limited: Errors and