Displaying 20 results from an estimated 381 matches for "multiboot".
2013 May 23
3
Xen/ARM multiboot (v2) support
Hi Ian,
can we push multiboot v2 support for Xen/ARM still into 4.3?
It looks like it can coexists with zImage in the same binary - the
multiboot structure can be put just behind the zImage header and the
code can determine how it has been started: zImage bootloaders clears
r0, multiboot one''s would set r0 to the MB...
2011 Mar 06
10
grub commands problem with Ubuntu 10.04
...kernel (hd0,2)/boot/xen.gz
module (hd0,2)/boot/vmlinuz-2.6.32.27 dummy=dummy
root=/dev/sda2 loop=/ubuntu/disks/root.disk ro console=tty0
module (hd0,2)/boot/initrd.img-2.6.32.27
}
then I get unknown command kernel,unknown command module
and if I tried replacing kernel with multiboot in above then I get the
same error
unknown command multiboot ,unknown command module
I am doing on Ubuntu 10.04 64 bit
what is the problem above?
--
Regards
Abhi
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-use...
2007 May 01
1
Using pxelinux mboot.c32 to multiboot Solaris
Hi All,
Now that we have multiboot capable pxelinux, thanks to mboot.c32,
I decided to try and remove pxegrub from my x86 jumpstart infrastructure
since, in theory, pxelinux can now do it all.
The problem I'm having is I'm not very sure I'm following Tim's documentation
correctly... I'm not 100% what comes after...
2008 Oct 20
0
PATCH[001/001]: mboot.c: prefer ELF header over multiboot header
From: Ralf Ertzinger <ralf at skytale.net>
If a loaded kernel is in ELF format and contains a multiboot header indicating
valid relocation information, prefer the informations from the ELF header.
This is in violation of the Multiboot spec, but it's the way GRUB does
things and Solaris kernels rely on this behaviour.
Signed-of-by: Ralf Ertzinger <ralf at skytale.net>
---
diff --git a/com3...
2008 Dec 30
0
PV-Grub and multiboot kernels
...ngle VM
at different addresses. The goal is to pass control
to the first executable, which will treat the second
executable as data.
Can PV-Grub be used to accomplish this? I suspect
ordinary Grub should be able to do this, outside of Xen,
with a configuration like this:
menu.lst:
title a multiboot test
root (hd0,0)
kernel /boot/first-exec.elf
module /boot/second-exec.elf
and I have successfully booted into an ordinary
multiboot-format kernel with this configuration.
However, when I start PV-Grub with the following
configuration:
kernel = "/usr/lib/xen/boot/pv-grub-x86...
2002 Oct 07
1
Multiboot with isolinux
I used to use multiple syslinux floppy images to implement what I call
CD-ROM-multiboot (EL Torito supports up to 64 bootable images, Award
BIOS 8 images, if not wrey old). Now that floppies are getting too
small, I find that I must find a workaround for hard coded isolinux
directory name in isolinux. Not a big deal, but there might be also
others who would like to have multiboot feat...
2012 Nov 29
9
[PATCH] xen: find a better location for the real-mode trampoline
...ther, it points to the beginning of the BIOS-reserved
area of the EBDA, while the option ROMs place their data below that
segment.
For this reason, 0x413 is actually a better source than 0x40e to get
the location of the real-mode trampoline. But it is even better to
fetch the information from the multiboot structure, where the boot
loader has placed the data for us already.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
xen/arch/x86/boot/head.S | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/xen/arch/x86/boot/head.S b/xen/arch/x86/boot/head.S...
2005 Dec 04
4
Problems with multiboot DVD and isolinux > 3.07
Hi,
some time ago I tried to boot an isolinux boot loader from another one
to be able to boot e.g. a Knoppix CD with its original boot loader and
menus from a "main" isolinux on a multiboot DVD.
This works for isolinux <= 3.07 now!
However, newer isolinux boot loaders have some problems and the isolinux
(e.g. of the Knoppix CD) loaded from the multiboot DVD's main isolinux
(> 3.07) freezes for some reason.
As an example I want to tell you how I integrated Knoppix to my...
2006 Jan 14
1
Patch mboot.c with Symbols/segments loader for multiboot ELF kernels
...needed for
debugging purposes (symbol tables, string tables, etc.) aren't usually
present in the program segments and hence not loaded above.
Some kernels use this debugging information to provide better error
messages or logging. Also a topology of the used memory can be got from
the SHT. The multiboot specification proposes loading these extra
sections into memory and providing the multiboot kernel with the address
of the SHT. This address pointer is passed through the "syms" structure
of the MIB (Multiboot Information Block) along with other essential
information.
This patched versi...
2005 May 16
6
etherboot & multiboot
I''ve now given up trying to get grub working with my particular e1000
adapter, I''ve tried all the patches and all I can get is something that
works a little bit but never past the grub menu.
I''m sure I read something somewhere about a tool which would combine a
multiboot image + modules into a single bootable item which could be
loaded by lilo, and am hoping that the same thing might be able to make
me something which will work with xen + etherboot.
The other thing I''m sure I read somewhere (or maybe it''s the same thing
and I''m just conf...
2011 Aug 30
1
"update-grub" adds line to "multiboot"
...--class debian --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set 5a097ed6-415b-45ff-bba7-d628c92b1f7a
echo ''Loading Linux 2.6.32-5-xen-amd64 ...''
multiboot /xen-4.0-amd64.gz placeholder quiet xen-pciback.permissive xen-pciback.hide=(00:14.2)(01:05.1)
module /vmlinuz-2.6.32-5-xen-amd64 placeholder root=/dev/mapper/vg_dom0-lv_root ro quiet
echo ''Loading initial ramdisk ...''
module /initrd.img-2.6.32-5-xen-amd64
}
The...
2007 May 27
2
Slightly OT: Debian and CentOS multiboot: menu.lst problem
Hi,
I want to slowly migrate from Debian to CentOS, so I setup a multiboot
on my main machine. There's a Debian Etch install on /dev/hda, and GRUB
is also installed on the Debian side.
On /dev/hdb, I have CentOS 5. I fdisked the drive manually, then chose
manual partitioning during install. The setup for CentOS is:
hdb1 -> swap
hdb2 -> /boot, ext2
hdb3 ->...
2016 Apr 19
0
multiboot.mod and module.mod missing in grub-efi-arm64
...b-efi-arm64-bin 2.02~beta2-36
grub2-common 2.02~beta2-36
__________________________________________________________________
Grub generates the following boot entry: (based on/etc/grub.d/20_linux_xen)
__________________________________________________________________
multiboot /boot/xen-4.6-arm64 placeholder ${xen_rm_opts}
echo 'Linux 4.5.0-1-arm64 wird geladen ?'
module /boot/vmlinuz-4.5.0-1-arm64 placeholder
root=UUID=978551a9-c49d-4c48-a5a7-2648b1d757f9 ro
echo 'Initiale Ramdisk wird geladen ?'
module --nounzip /boot/initrd.img-4.5.0-...
2006 Aug 25
1
Is it possible to run two or more multiboot linux installations on a single drive using Xen.
Hi all,
I have a multiboot configuration with 2 linuxes using grub as a boot
loader. Both are working installations independently of Xen.
I have installed Xen kernels on both systems.
I want to boot one of the two systems as Domain 0, and the other as
Domain 1 so that I can run the two systems simultaneously.
Is this po...
2006 Nov 28
2
How to determine your bootloader from the kernel
If you have a multiboot kernel which is booted by
syslinux/pxelinux/isolinux, etc., is there a way to determine who actually
is the bootloader among the three?
I'm wondering if the multiboot header or any part of memory has a consistent
identifier somewhere.
thanks,
Ram
2003 Jun 28
1
multiboot iso images
can anyone help me? i've pretty much mastered making multiboot floppy image cd's. what i really need now is a way to choose between multiple cd iso images. for instance. i want to burn a dvd or cd that will give me a menu of iso images that i can run. so if i want to choose between knoppix, smoothwall, netbox, partition magic, etc., i should be able to. on...
2004 Jan 07
0
pxelinux and multiboot support
Hi.
Is it possible to integrate multiboot support, which was described by
the nilo-project?
I think grub support multiboot too.
The reason for this feature request is, that it would be much easier to
configure some modules to be loaded by pxelinux, than compiling a new
full featured kernel. Also, if there are many different hosts, we...
2006 Mar 09
2
multiboot patch
Peter,
Is this page update to date?
http://www.kernel.org/git/?p=boot/syslinux/syslinux.git;a=shortlog
I sent a multiboot symbol table loading patch
(syslinux-3.11-mboot-sym_table-patch) a few months ago and I thought you
have checked it in. I didn't follow up after that. But i dont see it in the
changes now, should i resend it?
thanks,
Ram
2002 Jul 12
1
Multiboot and machine trust accounts
...ut when I try to
create a user account I get a failed trust relationships error.
I'm guessing that this is consequence of the win 2000 version changing the
machine account password from the well know password, so that the Win XP
version cannot initialise the session key.
Is a win 2000 + XP multiboot configuration workable?
Sorry if this is a dumb question, but I've RTFM and used google to search
for answers without success.
TIA
2015 Jan 18
1
Error loading vesamenu.c32
> On Sun, Jan 18, 2015 at 6:44 AM, Angel <angelv64 at gmail.com> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA256
> >
> > Hello.
> >
> > I'm trying to setup an multiboot USB, mainly to install Debian using
> > netinst images.
> >
> > I've mounted one of iso image and copied to a directory in USB (made
> > with syslinux 6.03) and copied too the kernel and initrd for hd install.
> >
> > I've setup a directory to start the U...