Displaying 20 results from an estimated 6000 matches similar to: "help - I think partition magic just clobbered me."
2009 Apr 22
1
gpxelinux and cramfs
Hello all-
I'm very new to the whole idea of booting a machine from a network
server, so please go easy on me until I can get my head wrapped
around it all.
I have a boot image that I want to be able to serve over the wire to
client machines. I have a kernel and a file system image that I've
put on a USB stick, and it boots fine from there. However, I have
something strange happening
2004 Jan 13
3
RE: [OT] Re: Getting ext3 up and running
I referred to the entry
rootfs / rootfs rw 0 0
in the output of "cat /proc/mounts", that is not really very much explicative, due to the setting "auto" in /etc/fstab
and to the fact that file system had has_journal flag and no ext3 module was mounted.
But I was wrong: I think that if you have an ext3 fs and you mount it as ext2, you continue to see the has_journal flag with
2006 Jun 17
3
If Trying to Recover a Damaged Partition: kbs-CentOS-Extras Has a Tool
Recently (and for ages, I'm sure) folks have suffered partition
destruction and had to try and recover. In the recent thread, the victim
eventually had to resort to Google and fond some package that I can not
remember now.
Well, I was perusing my YumInfo.lst.05, for general info, and I
discovered this (potential) little gem. Thought I would pass it on and
make it "more googleable"
2005 Apr 15
3
pxelinux 2.11 unable to mount root fs
Hi,
I've been using PxeLinux to boot our Debian kernel successfully for
some time now. I recently increased the size of the ramdisk from about
484 MBs to 517 MBs and encountered the following error during bootup:
---
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 105519k
EXT3-fs: Magic mismatch, very weird!
cramfs: wrong magic
sh-2021: reiserfs_read_super: can not find
2003 Apr 28
1
[PATCH] Fix the build for utils/fstype.h
Another post-2.5.68 one. The cramfs header defines u8, so we must quiet
it down.
<b
diff -Nru a/utils/fstype.c b/utils/fstype.c
--- a/utils/fstype.c Mon Apr 28 15:10:56 2003
+++ b/utils/fstype.c Mon Apr 28 15:10:56 2003
@@ -19,7 +19,9 @@
#include <asm/byteorder.h>
#include <linux/romfs_fs.h>
+#define __KERNEL__
#include <linux/cramfs_fs.h>
+#undef __KERNEL__
#include
2003 Jun 18
1
smbpasswd -a failure
Hello,
I am trying to run Samba 2.2.8a in an embedded linux system and
running into problems with smbpasswd. With both smbd and nmbd
processes running fine ( the log files at log level 3 don't show
errors),
when I try to add a user to the smbpasswd file I get the following
error.
# smbpasswd -a pbathini
New SMB password:
Retype new SMB passwd:
User pbathini does not exist in system passwd
2008 Apr 05
6
Can''t get template (domU) to work
Hello All,
I have been having a very difficult time getting any template to work on
xen. Here is what I am running
root@personal:/etc/xen-tools# xm info
host : personal
release : 2.6.22-14-xen
version : #1 SMP Tue Feb 12 09:27:26 UTC 2008
machine : i686
nr_cpus : 2
nr_nodes : 1
sockets_per_node : 1
2003 Oct 13
5
initramfs as an initrd replacement
Hi ,
One of the things I am working on requires me to have a kernel and an
initrd (as root filesystem , based on busybox) in one single image. I am
trying to use initramfs for this, but there are a few things that I just
can't figure out.
As a test, I made a cpio archive of my own for the kernel source (plain
2.6.0-test5). Everything gets unpacked just fine during boot. Somehow I
was
2006 Feb 05
1
Add swap support to fstype, second version
This patch adds support for swap detection to fstype (to be applied on
top of the previous luks patch).
The patch is now against klibc's git tree instead of klibc-1.2.
Signed-off-by: David H?rdeman <david@2gen.com>
--
fstype.c | 42 ++++++++++++++++++++++++++++++------------
swap_fs.h | 18 ++++++++++++++++++
2 files changed, 48 insertions(+), 12 deletions(-)
--------------
2003 Jan 16
1
Fw: syslinux with flash discs?
Johan accidentally wrote me personally with the following email, which I
thought would be better intended for the syslinux list. Replies to *Johan*
please. :)
-d
----- Original Message -----
From: "Johan Win?s" <johan.winas at isg.se>
To: <david at weekly.org>
Sent: Thursday, January 16, 2003 2:33 AM
Subject: syslinux with flash discs?
> Hi..
>
> Just tried out
2006 Feb 05
0
Add LUKS support to fstype, second version
The attached patch adds support for detecting LUKS partitions (Linux
Unified Key Setup - http://luks.endorphin.org/) to fstype. This makes it
easier to automatically detect and activate encrypted (root) partitions
from an initramfs image.
The patch is now against klibc's git tree instead of klibc-1.2.
Signed-off-by: David H?rdeman <david@2gen.com>
--
fstype.c | 17
2013 Aug 30
2
Strange fsck.ext3 behavior - infinite loop
Greetings! Need your help fellow penguins!
Strange behavior with fsck.ext3: how to remove a long orphaned inode list?
After copying data over from one old RAID to another new RAID with rsync, the dump command would not complete because of filesystem errors on the new RAID. So I ran fsck.ext3 with the -y option and it would just run in an infinite loop restarting itself and then trying to correct
2007 Jul 17
2
Repetitive Kernel oops (and two smaller questions)
I have an F7 host that''s running the 2.6.20-2925.11.fc7xen 64-bit
kernel on a Dell 2950 using the latest 64-bit Xen packages in F7,
3.1.0-2.f7. I''m trying to install RHEL 5 386 as a guest which I hear
is possible. 64-bit RHEL5 isn''t available to use anyway. When I try
to paravirtualize the install and only utilize 1 CPU, I always get a
kernel oops right before the
2005 Jan 25
1
feature request: gzip support in syslinux itself
HPA,
is it possible to add GZ support in syslinux itself?
Some standalone software compresses very well, but is not compressed.
Example is the Memtest86+ binary (90KB uncompressed --> 35KB gzip'd) and maybe Smart Boot Manager (gzip'd COM32 binary instead of normal COM32 binary?).
I'm using both on a simple bootdisk, and all space savings are welcome.
a workaround could ofcourse
2006 Apr 10
1
Issues with aacraid
Hi there,
I'm currently trying to install a server with
Centos 4.3 x86_64. I have issues installing drivers from a Driver disk,
I got a driver(2810SA) from the Adaptec site,
I started it up with "linux dd"
It reads the disk fine ....
I can see the aacraid module in the list but as soon as I choose it.
Then I get a screen saying "Do you wish to load more Driver Disks?"
I
2011 Jun 30
6
puppet autosign by VLAN IP
Hi,
Can puppet autosign work by giving vlan IP instead of domain?
For example, in the autosign.conf file, instead of using
*.mydomain.org, I want to give 172.18.133.*
But it does not seem to work if I give the IP address. But I don''t
want to limit the client from *.mydomain.org by only allow certain
vlan client not all the are in the same domain.
Thanks,
-Haiyan
--
You received this
2005 Dec 11
2
Using syslinux to boot from .... hard disk?
Hi all,
Sorry if this question seems odd. Is it possible to use syslinux to boot
from a regular hard disk? I know that's exactly what grub, lilo etc. are
doing, but I would really like to utilize the comboot option of
syslinux. Are there LBA limitations to such a setup?
Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work?
2008 Jul 29
2
syconf(_SC_PAGESIZE) versus getpagesize()
hello karel,
thanks a lot for the klibc portability merges.
current HEAD klibc failure:
mkswap.c: In function ?init_signature_page?:
mkswap.c:148: error: ?_SC_PAGESIZE? undeclared (first use in this function)
although POSIX encourages sysconf() could util-linux use getpagesize() ?
--
maks
2007 Aug 28
1
Stage2.img
I've got a RAID card (3ware 9650SE-2LP) that wasn't supported by the
in-kernel driver until 2.6.19+
Since CentOS 5.0 is based on 2.6.18-8.el5 is was looking for a way to
incorporate their driver from the website so I wouldn't have to use
the "linux dd" kernel option all the time. (trying to automate as much
as possible using kickstart, scripts, etc).
Through reading about
2006 Mar 22
0
[patch] Add LVM2 detection to fstype
The attached patch adds the ability to fstype to detect lvm2 physical
volumes (PV's).
Signed-off-by: David H?rdeman <david@2gen.com>
-------------- next part --------------
diff -Nur klibc-orig/usr/kinit/fstype/fstype.c klibc/usr/kinit/fstype/fstype.c
--- klibc-orig/usr/kinit/fstype/fstype.c 2006-03-22 21:28:31.000000000 +0100
+++ klibc/usr/kinit/fstype/fstype.c 2006-03-23