Displaying 20 results from an estimated 32 matches for "bootpath".
Did you mean:
rootpath
2009 May 01
5
PyGrub + ZFS: getbootstring. How it works?
I have NexentaCP2 (Opensolaris b104+).
Parameters for the kernel:
''zfs-bootfs=syspool/rootfs-nmu-000,bootpath=/xpvd/xdf@0:a''
Pygrub returns:
''zfs-bootfs=syspool/30,bootpath=/xpvd/xdf@0:a''
Result: Boot with pygrub don''t work.
What is "30" in syspool/30 ?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
htt...
2005 Jan 05
1
[PATCH] kinit/nfsmount.c path from bootp
kinit/nfsmount.c:mount_nfs_root() should use the bootpath specified by
bootp/dhcp. If the "nfsroot" option is specified then it overrides the
boot server bootpath and a message indicating the override is printed.
--- klibc-0.194/kinit/nfsroot.c.orig 2005-01-05 04:13:47.043897880 -0700
+++ klibc-0.194/kinit/nfsroot.c 2005-01-05 04:13:09.3166332...
2006 Jun 22
2
[patch] ipconfig add dhcp file preseeding support
...roto.c b/usr/kinit/ipconfig/bootp_proto.c
index 137847c..59b03b4 100644
--- a/usr/kinit/ipconfig/bootp_proto.c
+++ b/usr/kinit/ipconfig/bootp_proto.c
@@ -74,6 +74,7 @@ int bootp_parse(struct netdev *dev, stru
dev->hostname[0] = '\0';
dev->nisdomainname[0] = '\0';
dev->bootpath[0] = '\0';
+ memcpy(&dev->filename, &hdr->boot_file, FNLEN);
if (extlen >= 4 && exts[0] == 99 && exts[1] == 130 &&
exts[2] == 83 && exts[3] == 99) {
diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/dhcp_proto.c
inde...
2009 Mar 25
3
anonymous dtrace?
...when I do a reboot.
Basically, I have the following problem:
The /boot/solaris/bootenv.rc file in my alternate boot environment is
getting modified when I reboot the machine after doing luactivate <ABE>.
It happens only on init 6, doesn''t happen when I do a simple reboot.
The set bootpath property in this file is getting changed after the
machine boots up for the first time in the newly created BE resulting in
kernel panic (gives error: cannot mount root path
/pci at 0,0/pci-ide at 7/ide at 0/cmdk at 0,0:e)
The Primary boot env is S10u3 and ABE is S10u6.
I want to see at what p...
2007 Oct 08
6
zfs boot issue, changing device id
Hi,
Given two disk c1t0d0 (DISK A) and c1t1d0 (DISK B)...
1/ Standard install on DISK A.
2/ zfs boot install on DISK B.
3/ I change the boot order and my zfs boot works fine.
4/ I install grub on the mbr of DISK B
5/ I disconnect and replace DISK A with DISK B
6/ Reboot, get the grub menu select Solaris ZFS and it panics that it
cannot mount root path @ device XXX...
This is not a ZFS
2011 Apr 15
2
[PATCH] Escape DHCP options written to /tmp/net-$DEVCICE.conf
...n", dev->hostname);
- fprintf(f, "DNSDOMAIN=\"%s\"\n", dev->dnsdomainname);
- fprintf(f, "NISDOMAIN=%s\n", dev->nisdomainname);
- fprintf(f, "ROOTSERVER=%s\n", my_inet_ntoa(dev->ip_server));
- fprintf(f, "ROOTPATH=%s\n", dev->bootpath);
- fprintf(f, "filename=\"%s\"\n", dev->filename);
+ write_option(f, "DEVICE", dev->name);
+ write_option(f, "IPV4ADDR",
+ my_inet_ntoa(dev->ip_addr));
+ write_option(f, "IPV4BROADCAST",
+ my_inet_ntoa(dev->ip_broadcast));
+...
2009 Nov 17
2
p2v for sxce snv115 to xvm on opensolaris host?
hi folks,
is there a straightforward or well-documented way to migrate my physical sxce snv_115 (x64) system into an xvm ?
searching for "p2v" in an opensolaris context seems to pick up a few hits on zones, but nothing obvious relating to xvm on opensolaris
for what it''s worth the host system is opensolaris (2010.02 snv_126), but i''m hoping that''s not very
2008 Dec 31
3
Question about /gplpv
Hi,
I have a question about the switch /gplpv in boot.ini
I see that some of the pv driver code is looking at this option; is
there is any other piece of code that looks at this option before the
drivers get loaded and perhaps change the bootpath or do something
fancy?
Thanks in advance,
Udas
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Aug 23
0
patch: SDI Xpe images support for pxelinux
...oes 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 = "/noguiboot /fastdetect /mi...
2009 Jul 01
14
can''t boot 2009.06 domU on Xen 3.4.1 / CentOS 5.3 dom0
I''ve got a CentOS 5.3 dom0 with Xen 3.4.1-rc5 (or so). I''ve tried the same stuff below with 3.4.0, no difference. I''m trying to install 2009.06 PV domU based on instructions from [1] and [2]. I can run the install fine, I can also get the kernel and boot archive (from [2]) after the install. But for the life of me I can''t get the installed domU to boot.
If I
2008 May 24
3
ipconfig and boot filename option
Hi,
ipconfig is used in ltsp (thin clients) initramfs. Some of the users
have to have 2 dhcp servers in ltsp environments, so they hit on this
problem:
The first dhcp request is from the pxe rom boot code. This code
ignores any dhcp offers that don't have a filename field. So they
always get the correct address, from the ltsp server.
The second dhcp request (in initramfs) is done by
2008 Nov 10
2
PXE booting BartPE ISO file to Eee Pc
...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 with a blinking cursor and just hang...
2011 Aug 07
2
[PATCH] kinit minor checkpatch cleanup
...mber */
*cptr = '\0';
major_num = strtoul(devname+5, &e1, 10);
diff --git a/usr/kinit/nfsroot.c b/usr/kinit/nfsroot.c
index b5ab3bb..3b80773 100644
--- a/usr/kinit/nfsroot.c
+++ b/usr/kinit/nfsroot.c
@@ -56,9 +56,8 @@ int mount_nfs_root(int argc, char *argv[], int flags)
dev_bootpath = dev->bootpath;
break;
}
- if (dev->ip_addr != INADDR_NONE && dev->ip_addr != INADDR_ANY) {
+ if (dev->ip_addr != INADDR_NONE && dev->ip_addr != INADDR_ANY)
client = dev->ip_addr;
- }
}
/*
@@ -107,6 +106,6 @@ int mount_nfs_root(int argc, char *...
2009 Sep 09
10
OpenSolaris domU on RedHat Linux dom0
...226.33.1"
disk =
[ ''file:/Application/xen/images/opensolaris_2008_11.disk,0,w'' ]
kernel = ''/boot/osol/kernel.opensolaris''
ramdisk = ''/boot/osol/ramdisk.opensolaris''
extra = ''/platform/i86xpv/kernel/unix -B
zfs-bootfs=rpool/54,bootpath=/xpvd/xdf@0:a''
on_shutdown = ''destroy''
on_reboot = ''destroy''
on_crash = ''destroy''
When I do that, I get an error message like this.
Unable to find number for device (0)
Can someone please help me debug this problem?
Thanks,
Viswanat...
2016 Aug 08
1
CentOS automatic installation fails with “Installation Destination” error
Hi,
I'm trying to install the centos netboot install on ppc64le platform but
automation installation(kickstart) fails with the following error:
Starting installer, one moment...
find_file: stat /proc/device-tree/chosen/bootpath, No such file or
directory
anaconda 21.48.22.56-1 for CentOS AltArch 7 started.
* installation log files are stored in /tmp during the installation
* shell is available on TTY2
* when reporting a bug add logs from /tmp as separate text/plain
attachments
Starting automated in...
2006 Mar 02
0
glmpath (new version 0.91)
...ed this option to
glmpath and coxpath
Mee Young Park and Trevor Hastie
Update details:
### glmpath 0.90 -> glmpath 0.91 ###
<Major changes>
1. Elastic net penalty added
2. Coxpath functions: coxpath, cv.coxpath, plot.coxpath, predict.coxpath
2. Bootstrap functions: bootstrap.path, plot.bootpath
<Minor changes>
glmpath:
actions[[1]] label
subtract 1 from every id number in actions
bshoot.threshold = 0.1 instead of 0.5
relax.lambda = 1e-8 instead of 1e-9
re-center the intercept in b.corrector/b.predictor
fix gaussian AIC/BIC
corrector1:
fix the first element of AIC/BIC
[[alt...
2006 Mar 02
0
glmpath (new version 0.91)
...ed this option to
glmpath and coxpath
Mee Young Park and Trevor Hastie
Update details:
### glmpath 0.90 -> glmpath 0.91 ###
<Major changes>
1. Elastic net penalty added
2. Coxpath functions: coxpath, cv.coxpath, plot.coxpath, predict.coxpath
2. Bootstrap functions: bootstrap.path, plot.bootpath
<Minor changes>
glmpath:
actions[[1]] label
subtract 1 from every id number in actions
bshoot.threshold = 0.1 instead of 0.5
relax.lambda = 1e-8 instead of 1e-9
re-center the intercept in b.corrector/b.predictor
fix gaussian AIC/BIC
corrector1:
fix the first element of AIC/BIC
[[alt...
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
2008 Dec 31
7
tap:aio
I have never been able to get tap:aio devices running. When I try it in
a Linux PV domain, it says:
XENBUS: Waiting for devices to initialise: 295s...
And they don''t work in my GPLPV drivers, which is the problem I am
trying to solve, but I''d like to see them work under Linux first.
Is there anything extra I need to do? I have loaded the xenblktap module
(forgot to do this
2005 Apr 21
0
BartPE over PXE
...64902FF536A 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 SP1 based ISO from ramdisk.
After u...