search for: bootdevice

Displaying 20 results from an estimated 21 matches for "bootdevice".

Did you mean: boot_device
2010 Sep 01
1
[PATCH] Fix virtual disk name (virtio)
...++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index 3a197f9..cf84ea2 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -66,7 +66,9 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, doc.root.elements["devices"].add_element("emulator").add_text("/usr/bin/qemu-kvm") devs = ['hda', 'hdb', 'hdc', 'hdd'] + virtual_devs = ['vda', 'vdb', 'vdc', 'vdd'] which_device = 0 + which_v...
2010 Dec 01
4
problem booting (Fedora) LiveCD ISO over PXELINUX
...abel LiveCD MENU LABEL LiveCD kernel livecd/vmlinuz0 append initrd=livecd/initrd0.img media=network root=live:CDLABEL=F13-LiveCD-POC-20101201-122711 rootfstype=auto ro liveimg rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM ramdisk_size=164212 init=/bin/init iso1=nfs://imagesrv/fedora-livecd.iso iso1mnt=/mnt/bootdevice What I got was the following error message: Boot has failed, sleeping forever. Am I specifying the wrong filesystem or bootdevice? Has anyone been able to get this to work with a LiveCD? Seems like the Fedora Forums Bugzilla most people are giving up on this. My theory is if it works from a CD,...
2010 Aug 25
2
[PATCH] Virtio support
...onfig_mac input, .vm_network_config_ip input { diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index dd71747..cc2071f 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -35,7 +35,7 @@ end def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, - net_interfaces, diskDevices) + virtio, net_interfaces, diskDevices) doc = Document.new doc.add_element("domain", {"type" => "kvm"}) @@ -78,6 +78,10 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice...
2010 Aug 09
3
Lua.c32 wiki page
...odule with 1 function (run_command). Do we have some information available about these functions ? And what is planned for Lua in the future, I haven't seen this discussed here ? What could be useful is: - a way to find the boot-method (and device/name) (syslinux.bootloader, syslinux.bootdevice) - a way to query syslinux information (syslinux.version, syslinux.api) - a way to provide syslinux a generated .cfg (syslinux.load()) - a way to query for pci device (and match pci.ids or modules.list) - a way to query other hardware info - an implementation of the os module, now on...
2002 Jul 19
1
mbr to flash
Dear Mr Anvin, we use SYSLINUX for our industrial embedded devices and it works very good. You can see them at www.control.de (EDSP and TRZB) if you want. Questions 1: I didnt find out how to put the DOS mbr, delivered with SYSLINUX, to my bootdevice. What is the right command? Question 2: When I want to use PXELINUX with a BIOS that does not support Network boot via PXE is it possible to write a PXE boot stack to a floppy (or flashdisk) to use it? OK, Etherboot does work but PXELINUX is more elegant ;-). Thank you in advance -- Rene Rei...
2005 Aug 23
0
patch: SDI Xpe images support for pxelinux
...etc. Just need a part/disk BLOB. Does this help? Rob -default- default local timeout 300 prompt 1 display msgs/boot.msg F1 msgs/help.msg F2 msgs/boot.msg F3 msgs/info.msg label soe kernel 1/startrom.bs label bart kernel 2/startrom.bs -winnt.sif- (renamed to 1/win.sif) [SetupData] BootDevice = "ramdisk(0)" BootPath = "\i386\System32\" OsLoadOptions = "/noguiboot /fastdetect /minint /rdimageoffset=36352 /rdpath=1\w2ksoe.sdi" -winnt.sif- (renamed 2/win.sif) [SetupData] BootDevice = "ramdisk(0)" BootPath = "\i386\System32\" OsLoadOptions...
2006 Oct 04
3
Boot image from hard drive from syslinux initiated by a floppy disk boot
I have been trying to find the information by searching through the archives and google, so I am sorry if this question has been asked before I just have not been able to find an answer. I have a syslinux boot floppy which loads to the boot prompt, I wish to load a .gz image which is on my hd0 0 by using memdisk as the kernel. I have tried to kernel memdisk append root=/dev/hd0 0 (also just
2008 Nov 10
2
PXE booting BartPE ISO file to Eee Pc
...stem32\Drivers inf in i386\INF) from an extracted Server 2003 SP1 download (used 7zip to extract) I've copied setupldr.exe into the root of my TFTP server and renamed it ntldr. I also put startrom.com in there (renamed startrom.bs), ntdetect.com, and winnt.sif. My winnt.sif file: [SetupData] BootDevice = "ramdisk(0)" BootPath = "\i386\System32\" OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=pebuilder.iso" My pxelinux menu to boot startrom.bs: label bartacronis MENU LABEL ^BartPE w/ Acronis kernel startrom.bs Seems to just go to a screen wit...
2018 May 14
0
kickstart leavebootorder
hi all, we have hosts that we want to pxeboot first, always. with uefi, anaconda/kickstart always set the freshly installed disk as first bootdevice and there seems to be no way to disable this behaviour. the rhel7 docs describe a "leavebootorder" option (https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/installation_guide/sect-kickstart-syntax) but it doesn't "leave [the] boot order", it st...
2009 Oct 27
0
ipconfig does not time out (klibc-utils)
...0 DHCP RARP But it never times out or choses the next interface. Another problematic aspect in the functions script is 294 # source ipconfig output 295 if [ -n "${DEVICE}" ]; then 296 # source specific bootdevice 297 . /tmp/net-${DEVICE}.conf 298 else 299 # source any interface as not exaclty specified 300 . /tmp/net-*.conf 301 fi which will fail, if DEVICE=all is set. So to summarise: - ipconfig from klibc does not time out, although it h...
2010 Apr 22
0
Bug#552554: ipconfig does not time out (klibc-utils)
...s out or choses the next interface. > > Another problematic aspect in the functions script is > > 294 # source ipconfig output > 295 if [ -n "${DEVICE}" ]; then > 296 # source specific bootdevice > 297 . /tmp/net-${DEVICE}.conf > 298 else > 299 # source any interface as not exaclty specified > 300 . /tmp/net-*.conf > 301 fi > > which will fail, if DEVICE=all is set. with latest initramfs-tools from unstab...
2012 Oct 10
1
Chainload Bootloader
Hi, I have two disks in my computer with each one, a bootloader. The first disk (a usb key) boot with syslinux bootloader that launches a tiny kernel. The second disk has grub 2. I need to boot the disk 2 with grub, from the tiny kernel of the disk 1. So i use the bios interruption 0x19 to load the second bootloader, but this solution doesn't works. If i use a my own bootloader, the
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...vm_network_config_remove:hover { cursor: pointer; } diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index 9efda1c..a3391c0 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -99,10 +99,7 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, interface.add_attribute("type", "bridge") interface.add_element("mac", {"address" => nic[:mac]}) interface.add_element("source", {"bridge" => nic[:interface]}) - - if nic[:virtio] - interface.add_element(&quot...
2005 Apr 19
1
Large files timeout
I am trying to download a 200MB ISO file and each time I attempt to do so it will timeout after around 30 MB. I've used both a Microsoft and a FreeBSD tftp client with the same results. When PXE booting a pc and letting it download the ISO it either hangs halfway through or the ISO appears to be corrupted when trying to boot to it from ramdisk. I am looking for suggestions on how to
2005 Apr 21
0
BartPE over PXE
...ID: <2C858E195DF38D478FCC18DA9239264902FF536A at ems4.uwsp.edu> Content-Type: text/plain; charset="us-ascii" I am not using memdisk. Windows 2003 SP1 supports booting ISO from a ramdisk. If you place startrom.com, NTLDR (setupldr.exe renamed), an appropriate winnt.sif [SetupData] BootDevice = "ramdisk (0)" BootPath = "\i386\System32\" OSLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=pebuild.iso file with the correct parameters and the ISO file (BartPE using W2003 SP1 source) into the root of the tftp server you can boot an Windows 2003 SP...
2005 Nov 13
1
FW: pxelinux and bar
...etect and startrom.com. In short you dump the ISO image containing the updated ramdisk.sys/.inf to your tftp root. Create a pxeliniux config to load the startrom.bs (startrom.com renamed). Have the ntldr (setupldr.exe) and NTdetect.com in the root also. Create a WINNT.SIF in the root. [SetupData] BootDevice = "ramdisk(0)" BootPath = "\i386\System32\" OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=2\winpe.iso" ;OsLoadOptions = "/noguiboot /fastdetect /minint /rdimageoffset=36352 /rdpath=2\bartpe.sdi" That should get you started. There a he...
2009 Jul 24
1
permit many-to-many vms / networks relationship redux
redux patchset permitting a vm to be associated with multiple networks and vice-versa. updated patchset so as to be applicable against current oVirt server HEAD these patches may be applied in any order, they all need to be pushed together
2009 Jul 09
2
permit many-to-many vms / networks relationship
This patchset contains changes to the ovirt server frontend, backend, and tests components, permitting vms to be associated with multiple networks and vice versa. Also included are two patches which are required for the frontend bits; a patch adding collapsable sections to the vm form, which in itself depends on the second patch that provides default values for the cpu and memory vm table fields
2006 Apr 25
4
pxelinux and startrom.com
Greetings Luis, I saw a thread about Startrom.com and startrom.o that had your name attached... I was wondering if you had a moment to comment on an issue that I have. I have a Linux server that is our corporate PXE server. It is set up in a logical folder structure so that a host can be pointed to boot a variety of different OS's (DOS, Linux loaders, Windows PE). Here is in my dilemma,
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
..._link img{ float: left; padding-top: 2px; diff --git a/src/task-omatic/task_vm.rb b/src/task-omatic/task_vm.rb index a448d30..dd71747 100644 --- a/src/task-omatic/task_vm.rb +++ b/src/task-omatic/task_vm.rb @@ -35,7 +35,7 @@ end def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice, - macAddr, bridge, diskDevices) + net_interfaces, diskDevices) doc = Document.new doc.add_element("domain", {"type" => "kvm"}) @@ -87,11 +87,13 @@ def create_vm_xml(name, uuid, memAllocated, memUsed, vcpus, bootDevice,...