Displaying 20 results from an estimated 1200 matches similar to: "Multiboot"
2019 Nov 14
1
hardlinking missing files from src to a dest: didn't work way I thought it would.
Am 14.11.19 um 15:02 schrieb Paul Slootman via rsync:
> On Thu 14 Nov 2019, Pierre Bernhardt via rsync wrote:
> So it's looking for b/a as the link-dest directory.
>
> Use a full pathname for --link-dest to remove all uncertainty.
> E.g.:
>
> rsync -av --link-dest=$(pwd)/a a/ b/
>
> In this case, as the destination is also in same current directory, you
>
2002 Feb 12
1
SSH Client Hangs after logging in to SSHD
I'm not a ssh expert and I don't know if the log is good or bad, but I too am
running OpenSHH under OpenServer. I find that after I connect, the return key
has no effect unless I first type:
stty sane <Ctrl>j
If you've hit <ENTER> before that you must first press <Ctrl>j a couple of times
to clean out the buffer. After I type the above command, everything
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All:
The vignette with the sos package used "upquote.sty", required for R
Journal when it was published in 2009. Current CRAN policy disallows
"upquote.sty", and I've so far not found a way to pass "R CMD check"
with sos without upquote.sty.
I changed sos.Rnw per an email exchange with Prof. Ripley without
solving the problem; see below. The
2008 Dec 30
0
PV-Grub and multiboot kernels
Hello Xen-users,
I am trying to load two executables into a single 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)
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 feature.
--
2006 Jan 14
1
Patch mboot.c with Symbols/segments loader for multiboot ELF kernels
The program segments loaded presently in mboot.c only consists of a
subset of sections described by the ELF Section Header Table (SHT) in
the ELF kernel binary. Segments with useful information often 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
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 the --- and whether the Sun kernel
needs it's arguments
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
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 possible? If so, how? If not, why not.
TIA,
nb
a domU kernel from a
2016 Apr 19
0
multiboot.mod and module.mod missing in grub-efi-arm64
Hallo,
I am currently installing XEN on an ARM64 EFI machine. (Debian
Testing), Therefore, I installed the following packages:
__________________________________________________________________
root at armbox:/etc# dpkg -l "xen*" | awk '/^ii/ {print $2 "\t\t" $3}'
xen-hypervisor-4.6-arm64 4.6.0-1+nmu2
xenstore-utils 4.6.0-1+nmu2
root at
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 magic.
I will sketch a patch tomorrow, just wondering if we can have
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
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. only prob is that i can't figure
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 would
not need many different kernels (or one
2002 Jul 12
1
Multiboot and machine trust accounts
I have client running windows 2000 which is part of a domain with a samba
(2.2.3a) server running as PDC. Authentication works fine. On the _same_
client I have added a partition that boots into Win XP, it has the same
machine name. However I cannot get it to join the domain. I can use
the administrator account to look at objects on the pdc, but when I try to
create a user account I get a
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 -> / , ext3
After
2006 Oct 31
0
6275642 multiboot should dump machine state when it encounters an unexpected trap (fix build dependency)
Author: sethg
Repository: /hg/zfs-crypto/gate
Revision: 0677d2bfec0ac655cfa0ab5f2797144be1d83351
Log message:
6275642 multiboot should dump machine state when it encounters an unexpected trap (fix build dependency)
Files:
update: usr/src/psm/stand/boot/i386/Makefile.com
2011 Aug 30
1
"update-grub" adds line to "multiboot"
Hello Xen folks,
I use Debian Squeeze. I want to passthrough PCI devices.
With the old stable Debian (grub legacy) i did not have problems.
I edit /etc/default/grub like:
quote:
GRUB_CMDLINE_XEN_DEFAULT="quiet xen-pciback.permissive xen-pciback.hide=(00:14.2)(01:05.1)"
I run "update-grub". Now i look at /boot/grub/grub.cfg:
### BEGIN /etc/grub.d/20_linux_xen
2004 Feb 19
1
Multiboot CD
Hi.
I want to make a admin/rescue/... CD (DVD) with some images on it.
I'm looking for tool to do this an wanted to ask if isolinux could be
the solution.
For example I want to make a DVD with images of
- Knoppix
- Slax
- (Beos or OpenBSD LiveCD)
- emergencycd3
- repairlix
- Linuxdefender
of course some live and rescueCDs, I thing about a Windows-Install-CD.
I want to put some bootable
2008 Aug 26
0
Can Syslinux multiboot usb partitions?
Hi.
I have had success with a fat32 syslinux partion (/dev/sdc1) booting up
Ubuntu Hardy 8.04.1 Live CD (renaming isolinux to syslinux, and isolinux.cfg to syslinux.cfg).
Problem to solve;
Since some distros expect files/folders in their 'root' location, some 'Append' path locations are unchangeable. For example, Ubuntu works great in the 'root' directory, but if you try