similar to: Multiboot and machine trust accounts

Displaying 20 results from an estimated 10000 matches similar to: "Multiboot and machine trust accounts"

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
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
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. --
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
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
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 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
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
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
2003 Nov 25
2
PDC Machine Trust Accounts
I read in the Samba HOWTO Collection that every machine in the domain needs to have a corresponding UNIX account. Does this mean whenever I add a machine to the network, I must create a UNIX account for each one?? Am I supposed to create Unix accounts for my users as well? Doesn't this defeat the purpose of using a centralized authentication backend such as LDAP or MySQL?
2011 Nov 27
2
Multiboot flash from 2 iso's
Hello, Im trying to learn syslinux and want to create a multiboot flashdrive, which will have more than one liveCD available for booting. I've installed a simple live cd (secure linux live cd disk#1) to my Fat32 partition. It boots well. Now i want to add another live CD (geexbox disk#2) to boot from the same Fat32 partition. I need to copy some files from live cd (geexbox) and add them
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
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)
2009 Nov 15
2
Trying to multiboot bartpe & puppy linux on a usb flash with syslinux
Hey list, I have an older 2005 Uniwill 259ia3 with a Phoenix bios. Flash booting is limited to keys 512 MB or less! Here's my setup recipe: used the HP utility v. 2.0.6 giving me this geometry ---------------- fdisk -l ----------- Disk /dev/sdb: 493 MB, 493879296 bytes 255 heads, 63 sectors/track, 60 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start
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
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
2002 Feb 27
5
Machine trust account reqd in 2.2.3a?
Greetings, I was reading over the documentation online for using SAMBA as a PDC, and in the section about creating machine trust accounts is talks about having to add machine accounts to the /etc/passwd file. The text also mentions that future versions of SAMBA will remove this requirement: "Because Samba requires machine accounts to possess a UNIX uid from which an Windows NT SID can
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
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