search for: nu2

Displaying 20 results from an estimated 61 matches for "nu2".

Did you mean: nb2
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...Console COM32 chain.c32 fs cmldr=cmldr APPEND hd0 1 cmldr=cmldr LABEL grub4dos MENU LABEL ^3.grub4dos COM32 chain.c32 fs grldr=/grldr/grldr APPEND file=/grldr/grldr # grub.exe & menu.lst on the device loads GUI # takes @ 1Min to load and then boots #verified boots grub4dos LABEL nu2-2 MENU LABEL ^2. INSERT\partimage -->Tool to get LinuxPartition_UsbDrv Img kernel /DiskImages/memdisk append initrd=/DiskImages/BtInsUSB.img LABEL nu2-4 MENU LABEL ^4. Partition Magic8 -->Universal partition manager kernel /DiskImages/memdisk append initrd=/DiskImage...
2002 Jun 04
1
isolinux 1.74, 1.75pre2 - cannot load NT cdrom bootsectors...
Hi, I've coded loading NT cdrom bootsector into isolinux 1.68 myself (http://www.nu2.nu/bootcd/#multimemdisk) and I now see you have included it in isolinux 1.73 and higher. Great!!! I tried it using isolinux 1.74 and 1.75pre2, but I cannot get it to work. It says: -- Loading Invalid or corrupt kernel image. -- I use the file extension ".bin" as I see in the isolinux.asm...
2011 Jun 24
2
Need help on a R script part
Hi all, I need all your help on this. I have the next part of code:............e1=x1-mean(x1)e2=x2-mean(x2)n1=length(x1)n2=length(x2N=(n1 + n2)nu2=sum( c( ( x1 -mean(x1) )^2 , ( x2-mean(x2) )^2 ) )/Nss=c(e1,e2) b3= N*sum(ss^4)/ (sum( ss^2)^2)............what do lines 6-8 (mathematical notation)?Also the, what means part?............for(j in 1:B){ ss11=sample(x1, n1, replace=TRUE) ss12=sample(x2, n2, replace=TRUE) ............}............??...
2002 Sep 03
0
isolinux.asm - improving spec_query_failed routine...
...rito drive number, this methode works on the worst and badly coded bioses out there... Maybe it can help you with development of future version of isolinux.asm You provide isolinux for the world, for free, so improving your code is the least I can do back... Best regards and good luck, Bart "nu2" Lagerweij. --- Bart Lagerweij - http://www.nu2.nu To contact me go here: http://www.nu2.nu/contact/bart --- ;------------------------------------------------------------ ; Get first emulated drive number ; returns: ; CF=1 - not in emulation mode ; CF=0 - in emulation mode ; DL - drive numb...
2004 Apr 07
2
Memdisk
...y image (XP appears to use WinME boot files for its bootable floppy). For example: http://members.iinet.net.au/~bdriver/bootdisk/download.htm This disk will not boot with Memdisk (Memdisk starts to load the image and then hangs). I'm using Bart's tools to build a boot CD: http://www.nu2.nu/corpmodboot/ Which uses Isolinux and Memdisk. =========================================================== Bob Whitworth HST LAN Support Goddard Space Flight Center rwhitworth at hst.nasa.gov MS 440.8 Building 3/Room 103 301-286-1968 voice...
2002 Dec 12
1
Windows boot-NTLDR not found?
Hello All, I am using NU2's BCD with the isolunix/memdisk add-on to create the cd. Floppy images work fine, however the bootsector (w2K et.al) doesn't. I get an NTLDR not found error. Not a problem, as the issue is that the bootsector needs to be in the root of the CD. Well if I do that then how do I spec that loca...
2002 Mar 28
0
isolinux 1.67
...".bin". Loading address is fixed to (default) 0x0:0x7c00. All my changes are marked between tags: <bart>...</bart> Just thought I'd send it to you do with it what you think best. Really like your "memdisk". Best regards, Bart. --- Bart Lagerweij - http://www.nu2.nu To contact me go here: http://www.nu2.nu/contact/bart ---
2002 Aug 08
1
question - memdisk
Hello! I am already using isolinux & memdisk for making bootable cd-roms (with Bart's method - www.nu2.nu). My question is if memdisk can be used to boot a disk image, directly from hard disk - when in Dos mode. thank you, Adrian Tarog Scanare antivirus realizata de mailserver-ul Jolidon
2004 Feb 16
1
Memdisk booting XP DOS
Memdisk 2.08 does not appear to be able to boot an XP DOS image (it starts to boot and then hangs). XP DOS appears to be borrowed from WinME (v4.90.3000). I was trying to make a multiple boot CD with Bart's method: http://www.nu2.nu/bootcd/#multimemdisk but substituting Brads TCP boot disk instead of Barts: http://members.iinet.net.au/~bdriver/bootdisk/index.htm Brad uses XPs DOS as it is smaller than 98s (which Memdisk has no trouble with). For the time being I will convert Brads disk to 98SE DOS but I will have to l...
2004 May 22
1
PXElinux & memdisk
I am trying to acheve pxe booting of a image of barts boot disk (www.nu2.nu). I have managed to get LTSP booting via pxelinux, so I know my dhcp/tftp servers are ok. However when I try to boot memdisk with either a stock suselinux boot image file (taken from SuSE 9.1) or my dos disk (created by dd if=/dev/fd0 of=/imagefile) I get output like MEMDISK 2.08 command...
2004 Feb 19
1
samba share trough dos
Hello! I'm having trouble to access a Samba share trough ms-dos. I'm using NU2 network boot disk, wich loads ndis drivers ms-dos prompt. So that after that I can do a net use to a share and load an disk image with Ghost. The problem is that i passed from a windows to unix - samba share and i'm not capable of connecting to it. Mapping the share trough Windows XP is no p...
2002 Sep 04
1
isolinux.asm - improving spec_query_failed routine ...
...e... > > Maybe it can help you with development of future version of > isolinux.asm > > > > You provide isolinux for the world, for free, so improving > your code is the > > least I can do back... > > > > Best regards and good luck, > > Bart "nu2" Lagerweij. > > > > --- > > Bart Lagerweij - http://www.nu2.nu > > To contact me go here: http://www.nu2.nu/contact/bart > > --- >
2007 Jul 27
4
Q: extracting data from lm
Warning: I am a complete newbie to R. I have read ISwR, but I am still finding myself completely stuck on some simple concepts. I have tried everything I can think of to solve this one, and finally decided that enough was enough and I need a pointer to a solution. I have the following summary from lm(): ---- > summary(lm(nu1~nu4)) Call: lm(formula = nu1 ~ nu4) Residuals: Min 1Q
2005 Jan 21
4
Load setupldr.bin using isolinux
Hello, Can I load setupldr.bin directly using isolinux without original CD boot sector? Thanks, Theewara
2003 Jan 12
1
Memdisk & tomsrtbt
...states a "fractional end sector" while loading the image. It continues with the process until I get a "Booting..." prompt and then freezes. Here's the whole story: A while back I acquired version tomsrtbt 2.0.103, to make a multi-image boot cd as described at: http://www.nu2.nu/bootcd/#multimemdisk I was able to create the CD and it works for my dos-6.22, win95, win98 images, but not toms. I have done as instructed: 1) download tomsrtbt 2.88 bz 2) unzip it and place it in \isolinux folder 3) create isolinux.cfg as: # ISOLINUX.CFG display boot_msg.txt # Keep you...
2011 Mar 19
3
How would you avoid loops in this simple example?
I'm trying to code more R-like and avoid loops. Here is an example I'm having a hard time getting away from loops with, and the real matrices are rather large, and the computation is too time-consuming. ### Dimensions N <- 2 M <- 3 P <- 4 ### Array and Matrices nu <- array(NA,dim=c(N,M,P)) Lambda <- matrix(1:12,P,M) F <- matrix(1:8,N,P) ### Loop to avoid for (i in 1:N)
2004 Jul 20
4
stupid question
forgive me.. i have no idea what im asking or if its possible... i have 2 partitions as follows and am using the std windows xp bootloader to boot xp - ntfs (windows xp) - fat16 stupid question is... can i use syslinux, isolinux, memdisk or some combo there of to place a bootable cdrom iso image on the fat16 partition and then have a boot menu with something to the effect of : 1) winxp as
2003 Jul 29
2
Rebooting to hard drive from DOS floppy
Hi all, Do any of you have any ideas for getting a DOS floppy to reboot to the hard drive (which may contain Windows 98 or XP or Linux or Novell etc etc)? I want to use syslinux, but it does not support the localboot option like pxelinux and isolinux do. Basically, I want to boot DOS from a floppy, run some DOS stuff, then reboot to the hard drive while leaving the floppy disk in the drive.
2003 Jun 20
4
PXELINUX keeppxe mem footprint
Hi, I want to use PXELINUX to load a DOS disk image which I currently use for Win2K/XP unattended installs. I want to move away from reliance on specific NDIS2 drivers and use the 3Com UNDIS3C driver instead. I have used this successfully to start the MSClient, but the problem is that the UNDI and PXE layer take about 90K of base memory, which means that WINNT.EXE has insufficent memory to run
2004 Jan 16
3
unloading memdisk
Hi Peter, I'm using isolinux and memdisk to create a multiboot rescue cd for personal use as described on Bart's page (www.nu2.nu). One boot item is to boot DOS 7.1 from Win98SE with a lot of other staff for emergencies. This DOS bootimage puts all necessary stuff into it's own ramdisk (XMSDSK). Some progs on the ramdisk needs access to floppy drive A: and unfortunately I've no chance to modify this behavior becaus...