Displaying 6 results from an estimated 6 matches for "162070".
Did you mean:
112070
2005 Nov 15
1
cannot.allocate.memory.again and 32bit<--->64bit
...39;m limited with 3.5Gb of memory
i demonstrate, that there is times to times a problem with allocating of
objects of large size, for example
0.state (no objects yet created)
------------------------------------
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 162070 4.4 350000 9.4 350000 9.4
Vcells 59921 0.5 786432 6.0 281974 2.2
1.state: let create now a vector of large size
--------------------------------------------------
> my.vector<-rnorm(100000*500)
> object.size(my.vector)/1024^2
[1] 381.46...
2014 Nov 10
1
syslinux -> Windows 2008R2
...inux.c32 winpe/wimboot*
* append wimboot*
* initrdfile=winpe/bootmgr,winpe/bcd,winpe/boot.sdi,winpe/winpe.wim*
This does nothing, it's probably to be expected as I'm trying to sidestep
the fact that I'm supposed to updgrade to 5.01 acc. to this guide
<http://www.howtogeek.com/162070/it-geek-how-to-network-boot-pxe-the-winpe-recovery-disk-with-pxelinux-v5-wimboot/>
so
I'm taking the files and dumping them into the winpe dir and link them
there.
Other things I see running here is UBCD that I can boot into but fail to
see a good tutorial on how to run the install from it....
2014 Nov 24
2
Windows PE booting without chainloading ipxe
...from patches to5.03 onwards on the mailing list but it seems wimboot has moved on from last year so the documentation on various blogs saying this can be done is obsolete.
http://www.syslinux.org/archives/2012-October/018708.html
What I'm trying to do is outlined here:
http://www.howtogeek.com/162070/it-geek-how-to-network-boot-pxe-the-winpe-recovery-disk-with-pxelinux-v5-wimboot/
Cmdline.c in wmiboot is not happy, it's freaking out at the presence of the initrdfile= option in the boot arguments.
This I'll patch now and see what happens.
I'm going to go onto the ipxe chainloading w...
2005 May 14
1
dom0 startproblem
Hello,
I have a big startproblem with the dom0 kernel.
I use the latest stable xen with the 2.6.10 kernel.
menu.lst:
---
title Xen 2.05 / XenLinux 2.6.10
kernel /boot/xen.gz dom0_mem=512M noreboot
module /boot/vmlinuz-2.6.10-xen0 root=/dev/sda1 ro console=tty0
---
Starterror:
---
(XEN) Initial guest OS requires too much space
(XEN) (8MB is greater than 0MB limit)
---
System:
I use an fresh
2014 Nov 24
1
Windows PE booting without chainloading ipxe
...from patches to5.03 onwards on the mailing list but it seems wimboot has moved on from last year so the documentation on various blogs saying this can be done is obsolete.
http://www.syslinux.org/archives/2012-October/018708.html
What I'm trying to do is outlined here:
http://www.howtogeek.com/162070/it-geek-how-to-network-boot-pxe-the-winpe-recovery-disk-with-pxelinux-v5-wimboot/
Cmdline.c in wmiboot is not happy, it's freaking out at the presence of the initrdfile= option in the boot arguments.
This I'll patch now and see what happens.
I'm going to go onto the ipxe chainloading w...
2014 Nov 25
0
Windows PE booting without chainloading ipxe
...onwards on the mailing list but it seems wimboot has moved on from last year so the documentation on various blogs saying this can be done is obsolete.
> http://www.syslinux.org/archives/2012-October/018708.html
>
> What I'm trying to do is outlined here:
> http://www.howtogeek.com/162070/it-geek-how-to-network-boot-pxe-the-winpe-recovery-disk-with-pxelinux-v5-wimboot/
>
> Cmdline.c in wmiboot is not happy, it's freaking out at the presence of the initrdfile= option in the boot arguments.
> This I'll patch now and see what happens.
> I'm going to go onto the...