Displaying 20 results from an estimated 1000 matches similar to: "Wiki edit: HowTos/Grub2"
2015 Oct 01
0
BUG: emacs orgmode ob-R.el function org-babel-R-evaluate-session over aggressively performs "; ; cleanup extra prompts left in output" and a possible workaround
Hello ,
I am not sure what the best solution is, but, in my hands using Org-mode version 8.3.2-elpa org-20150929 the reg-expt used to "cleanup extra prompts left in output" is over-aggressive and will trim session :output at lines consisting exclusively of blanks and periods such as produced when printing a BioConductor 'Views' object which wants to appear as
#+RESULTS:
2011 Jul 14
1
PyGrub And Grub2 Submenus
I recently updated the kernel on an Ubuntu 11.04 PVM domU. The dom0 is an up
to date Debian Squeeze host (Xen 4.0.1). Attempting to start the domU after
this with xm create gives "Error: Boot loader didn''t return any data!". I
ran pygrub against the domU manually, I got the following:
Traceback (most recent call last):
File "/usr/lib/xen-default/bin/pygrub", line
2015 Apr 09
2
Using memdisk with grub2 and a compressed iso
Hello,
I'm having a problem booting a compressed ISO image using memdisk via grub2 (version 2.02). The entry in my grub.cfg looks like:
menuentry 'boot ISO image' {
linux16 /memdisk iso
initrd16 /my-image.iso.gz
}
When selected, this starts to boot and then fails with:
Ramdisk at 0x37979000, length 0x0033b298
gzip image: decompressed addr 0x7f7f7000, len
2011 Aug 10
2
memdisk - grub2
I've been trying to use memdisk with grub2 to boot some iso images -( I've done this without any
problem with pxe )
There is a memdisk.mod in /boot/grub/ and I've seen some material talking about this, but no example
of a menu.
After trying countless permutations - Right now I have :
menuentry "Memtest-Plus 4.2" {
echo `hello`
insmod lvm
2019 Oct 15
3
Hiding a grub menuentry?
Does anyone know if it is possible to 'hide' a grub menuentry with
CentOS 7 ?
I have a custom menuentry that I don't want to be seen on the grub
screen - but it needs to be selectable as the entry to boot via
'grub2-reboot'
I've scanned the grub2 documentation - but I can't find anything obvious
- so I'm guessing it can't be done - unless someone knows
2008 Feb 20
3
Skeletal relations
Hi again :)
On Wed, Feb 20, 2008 at 9:01 PM, ogg.k.ogg.k@googlemail.com <
ogg.k.ogg.k@googlemail.com> wrote:
> > 1) Font data, as in the actual font itself, doesn't really belong in an
> ogg
> > stream.
>
> People wanting to have more control on the appearance of an overlay
> might want to control the font. Since font naming is largely non standard
> (eg,
2009 Nov 22
6
Strange interaction from grub2 and XEN
I''m testing how xen and grub2 can work together.
I''m using xen 3.4.2 and grub2 1.97+20091115-1 from debian sid.
After many failed attempts I''ve discovered that on my system the first
argument that grub2 should pass to the linux kernel is lost.
This is my working grub2 configuration:
menuentry "Xen 3.4.0 / Debian GNU/Linux, Linux 2.6.31-1-xen-amd64" {
2009 Nov 22
6
Strange interaction from grub2 and XEN
I''m testing how xen and grub2 can work together.
I''m using xen 3.4.2 and grub2 1.97+20091115-1 from debian sid.
After many failed attempts I''ve discovered that on my system the first
argument that grub2 should pass to the linux kernel is lost.
This is my working grub2 configuration:
menuentry "Xen 3.4.0 / Debian GNU/Linux, Linux 2.6.31-1-xen-amd64" {
2013 Mar 01
7
Conditional Weighted Average (ddply or any other function)
Hello R community,
I am computing weighted average statistic by using ddply function:
My data set is:
N1 T1 S1 I1 C1 FY-4 ROE11 EPS11 MKT11
N1 T1 S1 I1 C1 FY-3 ROE12 EPS12 MKT12
N1 T1 S1 I1 C1 FY-2 ROE13 EPS13 MKT13
N1 T1 S1 I1 C1 FY-1 ROE14 EPS14 MKT14
N1 T1 S1 I1 C1 FY0 ROE15 EPS15 MKT15
N1 T1 S1 I1 C1 FY1 ROE16 EPS16 MKT16
N1 T1 S1 I1 C1 FY2 ROE17
2014 Jul 19
1
installer and os-prober not finding Windows XP installation
I installed CentOS 7 on a Shuttle X27D box (dual-core Atom 330), and
so far it seems to work fine, but it didn't set up a Grub2 entry for
the existing Windows XP installation in the first partition (MBR).
Running os-prober generates no output.
fdisk shows that the NTFS partition is still present as /dev/sda1, and
still has the bootable flag set.
I added a menuentry for Windows to the end of
2011 Feb 28
3
Xen Kernel Panic
Hello,
I compiled xen on ubuntu, but at the bot i got the kernel panic message.
I enabled the support to ext4 fs.
This is kernel panic error:
EXT3-fs: unable to read superblock
ETX4-fs (md0): unable to read superblock
FAT: unable to read boot vector
Kernel panic - not syncing: VFS: Unable to read superblock(9,8)
My grub.cfg generated by update-grup:
menuentry ''Ubuntu, with Linux
2011 Jun 01
0
Booting Xen 4.0.x with GRUB2 on Ubuntu 10.04
Hello, all,
I have finished compiling the Xen tools and Dom0 kernel. The new kernel
alone boots well. However, I cannot figure out how to configure the GRUB2
to boot all components together. I present my GRUB2 configuration below.
Please give me some suggestions or give me your properly working
configuration file to me as a reference.
The menu entry for the new kernel which works fine:
2011 Oct 09
3
GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
Hello,
I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports
Xen on a Ubuntu Linux 10.04 LTS. However, I have never successfully booted
the Hypervisor and Dom0. The screen is always black after some kernel
messages rapidly go by. I think that I may pass the wrong parameters to the
kernel or Hypervisor with GRUB2.
Can any one share his/her working grub.cfg for GRUB2 with
2008 Feb 21
1
Skeletal relations
On Thu, Feb 21, 2008 at 9:00 PM, ogg.k.ogg.k@googlemail.com <
ogg.k.ogg.k@googlemail.com> wrote:
> > If you have an application-specific need for exact font data, then I
> think
> > the mechanism for retrieving this data should lie in your application,
> and
> > not in the media format that you're using for media data. I would have
> said
> > the same
2012 Jul 06
1
Bug#680479: xen-utils-4.0: pygrub does not support grub2 submenus
Package: xen-utils-4.0
Version: 4.0.1-5.2
Severity: important
Tags: upstream patch
pygrub in Debian Squueze does not support Grub2 submenus. At least
Ubuntu Precise uses a submenu for older kernel versions, so a Precise
domU with more than one kernel installed will be unbootable (without
manual fixes) on a Squeeze dom0.
Attached is a patch that adds submenu support to pygrub.
-- System
2010 Apr 15
5
RE: [SEMI-SOLVED] XenSerialConsole help + GRUB2 (Machine locks up on boot)
> Mon, 12 Apr 2010 19:02:12 +0300 <pasik@iki.fi> wrote:
>
> On Mon, Apr 12, 2010 at 11:55:49AM -0400, Mike Viau wrote:
> > > >
> > > > > Can you please paste the full boot messages before it locks up?
> > > > >
> > > > >
> > > >
> > > > Unfortunately no, because I am not getting any
2002 Dec 09
3
smbclient returns incorrect file size for large files
When I connect to a share on an NTFS drive on a Windows 2000 server using smbclient and obtain a directory listing using the 'ls' command, the file size of large files is shown as 259190784. This is not the size of the file according to the Windows GUI which gives 8,849,125,376 bytes (8.24 GB) as the file size.
I have not been able to determine exactly how big a file has to be for the
2012 Mar 12
1
Xen and ATI Radeon 4200
Hi there,
I''ve been trying to find out why my X server is not working with xen and
my ati radeon driver, this is what I''ve got
uname -a
Linux netwarrior 3.2.4-debian #1 SMP Sun Mar 11 22:50:18 ART 2012 x86_64
GNU/Linux
xorg.conf
Driver "fglrx"
grub config
menuentry ''Debian GNU/Linux, with Linux 3.2.4 Debian'' --class debian
--class gnu-linux
2008 May 03
4
Bug#479197: xen-hypervisor-3.2-1-amd64: hypervisor fails to load dom0 ("not an ELF binary")
Package: xen-hypervisor-3.2-1-amd64
Version: 3.2.0-5
Severity: important
The hypervisor loads OK but then fails to load my dom0 kernel. I get
an erorr message "not an ELF binary" followed after 5s by a hypervisor
reboot.
/boot/grub/grub.cfg contains:
menuentry "Debian GNU/Linux, Xen 3.2-1-amd64, Linux
2.6.22-3-vserver-amd64 (single-user mode)" {
set root=(hd0,1)
2004 Oct 05
1
Popping and Clicking on Local WAN with X-Lite
I'm running a base demo install of Asterisk with ztdummy loaded on a
2Ghz Celeron with 256MB Ram - It's running on Fedora Core 2 in Text Only
mode. I can connect with no issues but I'm getting intermitent popping
and clicking noises in the demo playback - I've tried a variety of
different codecs all with the same effect. It's the local wan so I
can't see how QOS