similar to: mounting other compressed filesystems

Displaying 20 results from an estimated 1200 matches similar to: "mounting other compressed filesystems"

2004 Feb 19
1
syslinux 2.06, won't boot => kernel size pb?
Hi, I'm currently trying to build up a booting usbstick. works fine with syslinux. However I have some troubles putting my own kernel image (bzImage) instead of that of a distribution (i.e. already compiled). The only difference I noticed is that the "pre-compiled" kernel is about 1.4M big whereas mine 1.5M. The Syslinux Homepage confirm that "this version [...] can now handle
2004 Mar 31
1
append parameter??
hi, i am wondering about how submission of append parameters can be done. i have the following isolinux.cfg: --------------------------------------------------------------------- DEFAULT linux PROMPT 1 TIMEOUT 100 LABEL linux KERNEL vmlinuz APPEND initrd=initrd.gz nomce quiet ---------------------------------------------------------------------- what i want to do is to tell at
2007 Jan 02
1
adding networking support in initrd
Im pxebooting target machine with vmlinuz & initrd. Once vmlinuz loads initrd, Im calling "/bin/sh" from linuxrc script so that I get command prompt. But my machine is not connected to network. # ping 192.168.25.2 connect: network is unreachable #ifconfig -a can not open /proc/net/dev : No such file or directory my /proc is empty. Please advice how to customize initrd image to
2007 Jul 10
1
not valid FAT fs
hi I'm new to this, and already havin some trouble :( I tried to make my usb pen drive bootable with sysliux, but I got this message: syslinux: this doesn't look like a valid FAT filesystem But I already formatted the usb pen drive int FAT16 fs with cfdisk AND with qtparted (in both cases I got the same message). Anyone that could help me about this?
2004 Dec 17
3
ISOLINUX users - debugging on by default?
I'm considering the suggestion which was raised before about turning the debugging messages on by default in isolinux, or specifically, not building the non-debugging-messages version in the standard distribution. What do people think (especially distro maintainers?) -hpa
2008 Mar 19
1
Google Summer of Code
The SYSLINUX Project has gotten approved for the Google Summer of Code 2008. I have been collecting student project suggestions at: http://syslinux.zytor.com/wiki/index.php/Google_Summer_of_Code_Ideas *Please* feel free to add to this list or to help describe the ideas. -hpa
2004 Feb 11
2
Problem with opening a file
Hi folks, I've got a problem with COMBoot (16 bit) in SYSLINUX 2.06: while the write string call (ax=2, int 22h) works just fine, the open file call (ax=6, int 22h) does nothing at all. Calling that function doesn't modify any register, and doesn't modify the carry flag. I then modified comapi_open in comboot.inc so it sets ax to some value and recompiled SYSLINUX, reinstalled it
2008 Jul 21
15
SYSLINUX Anatomy
Greetings, As a Google Summer of Code student for the SYSLINUX project, I had the chance to learn many interesting things from hpa regarding the internals of SYSLINUX. So besides my main task of implementing ELF modules loading & linking, I decided to put down in the wiki all the information I found concerning SYSLINUX development. In this regard, I have created a special category on the
2014 Mar 01
3
cachefs
has anyone been using cachefs with 6.x series? i have tried using it but i keep getting hung processes after 2 weeks. ATM, running 6.3 but was curious if its more stable on Centos 6.5? -- --- Get your facts first, then you can distort them as you please.--
2005 Jan 23
5
Minimizing linux
anybody knows how to make a certain linux distro small? Ma. Kharisma V. Esguerra System Engineer I Epson Precision (Philippines), Inc. - Cebu Office Module 7A, e-Office, Asiatown I.T. Park, Apas, Cebu City, 6000 Philippines Tel. Nos. (+63 32) 412-7511 to 13 Fax No. (+63 32) 412-7514
2001 Jul 27
2
OpenSSH-RSAAuth-NFS
Here's a bunch of changes I've made to the current portable version of OpenSSH. The aim is that the rsa_authentication flag in sshd_config can be given the values "without-nfs" This is really handy within a large organization where incorrectly secured home directories can allow authorized_keys(2) to be modified by someone other than the owner. So now rsa_authentication can take
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
Thanks for the comment. The next pass for a file format ... ------ FILE BEGINS ----- # Comment lines [menu] item="text to display" status="status line text" action= SUBMENU | INACTIVE | whatever submenu= <number> data="arbitrary string" item="text to display" status="status line text" action= SUBMENU | INACTIVE | RUN | EXIT submenu=
2008 Aug 04
2
thematic map of USA
My goal is to prepare a thematic map of the US, with states shaded according to their values for a variable of interest. I would like to include an inset for Alaska in the upper left and an inset for Hawaii in the lower left. If possible, I'd like to use Albers conic projection, or something similar. Thus far I have tried using the maps package with its state database (which omits
2004 May 06
7
sip traffic.
I can not register via sip to iptel or sipgate and do not see sip into ethereal. I do not unterstand why thats Wudu .. but i am new to asterisk and sip. I am behind a susefirewall2 but asterisk even do not register if it is down. The asterisk is running onto the machine witch is connected to the internet. No answer seems coming back from iptel (sip debug in asterisk). Ports are open (5060,
2006 Feb 09
1
converting lat-long coordinates to Albers Conical Equal Area coordinates
#################################################################################### We have used maptools to construct state, county, township, census-tract, and zipcode level R maps with an Albers Conical Equal Area projection. We would like to be able to plot the location of weather stations or other point locations on the maps. The data the point locations are in latitude-longitude units
2005 Mar 21
1
Help with Syslinux2.11
Im trying to get syslinux to let me boot feather linux from my USB drive. But I don't understand what im being asked to do in the instructions. I need help, thank you. Ricky
2005 Jul 07
1
MS-DOS Magic ?
Hi all, I've tried and retried to make some USB sticks bootable. I started by making one partition, labeling it FAT16, copying a kernel, an initrd and a very simple syslinux.cfg file. I ran syslinux /dev/sda1 on it. Didn't boot. I tried placing on it the mbr.bin file ('cat mbr.bin > /dev/sda') but still no boot. Then I tried various combinations of these two. Labeling
2006 Mar 28
2
R crashes during 'eigen'
Hi all, Hi, When I want to compute the eigenvalues & eigenvectors of a specific matrix, R crashes (i.e. it stops responding to any input). I've tried it with different versions of R (2.1.1, 2.2.0, 2.2.1) - all with crashing as result. What I did before the crash was: M <- as.matrix(read.table("thematrix",header=T)) eigen(M) If, instead of eigen(M), I use eigen(M,
2010 Mar 12
5
Vertical subtraction in dataframes
Hello all, I have not been able to find an answer to this problem. I feel like it might be so simple though that it might not get a response. Suppose I have a dataframe like the one I have copied below (minus the 'calib' column). I wish to create a column like calib where I am subtracting the 'Count' when 'stain' is 'none' from all other 'Count' data for
2009 Nov 10
3
Dates plotting backwards
Hello, I am having a little trouble formatting my dates correctly. When I plot something using the following commands, R plots the most recent date on the left of the figure and then earlier date on the right of the figure. Given that English is read from left to right I would like to have the dates on my figure arranged in the same way. I am sure that this is something fairly simple but I was