similar to: Installing 4.4 - problem on 386

Displaying 20 results from an estimated 300 matches similar to: "Installing 4.4 - problem on 386"

2015 Aug 04
2
[PATCH] efi: leaving long mode in kernel_jump routine
Actually your Syslinux config is less relevant than the kernel config file. Indeed Syslinux infers the method to use from the kernel image itself. I assume the .config is public. I will take a look as soon as I can Thomas Le 04/08/2015 14:09, intrigeri via Syslinux a ?crit : > Thomas Letan via Syslinux wrote (04 Aug 2015 09:27:38 GMT) : >> Are you using EFI Handover Protocol? >
2007 Jun 07
1
Crashed ext3-filesystem
Hi! We have a server still running Debian 3.0 (Woody) that nobody likes to touch for maintenance ... ;) Our home-directories are located on a separate HDD (30GB, 1 large primary ext3 partition) and until yesterday it worked correctly. Because the partition was nearly full we had to enlarge our home-space by moving it to a larger HDD. We decided to try a copy of whole partition by using
2010 Aug 07
6
ext4?
Listee's... I have a 5.5 box and I have formatted a partition as ext4 however I can't mount it, the mount command is telling me its an unknown file system type. fsck tells me the partition is a clean ext4 partition but I can't mount it. Some reasearch has lead me to believe the problem is that ext4 isn't enabled in the kernel by default in 5.5 (this was originally a 5.2 box that
2007 Apr 17
4
Via C3 and CentOS5
Hi, I have an Asus terminator C3 with 512Mb. It has a Via P3-800Mhz CPU, with a VIA chipset. It's currently running FC6. I wanted to wipe the machine and install CentOS5. It boots from the CD to the linux prompt, then it fully loads vmlinux, then starts initrd.img, and somewhere at that point it reboots. I have tried: noapic, noapm, noprobe. Same, somewhere during initrd.img or at then
2015 Aug 04
2
[PATCH] efi: leaving long mode in kernel_jump routine
Hi > Maybe I'm missing something, but this has been working flawlessly for > us in Tails so far. What exactly fails? Are you using EFI Handover Protocol? It might explain the difference Thomas
2013 Jun 30
1
Editing the boot prompt
Hi there Gene! Thanks you about your quick response!! As for your request, here is my whole Syslinux.cfg file: default /syslinux/vesamenu.c32 prompt 0 timeout 00 menu hshift 15 menu width 49 menu title Boot menu menu background /syslinux/splash.png menu color title * #FFFFFFFF * menu color border * #00000000 #00000000 none menu color sel * #ffffffff #76a1d0ff * menu color hotsel 1;7;37;40
2007 Apr 30
3
syslinux booting from a third partion of ipod.
Hello, I hope that somebody can help me, I am trying to boot Knoppix from the third parition of an ipod nano with out loosing the player capabilities. After fdisk I have the following partitions: slr ~ # fdisk -l /dev/sda Disk /dev/sda: 4095 MB, 4095737344 bytes 255 heads, 63 sectors/track, 497 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End
2008 Aug 21
3
Disk quotas for Sendmail
Hi, CentOS 5.x, Sendmail 8.13.8. I would like to start using disk quotas on my Sendmail server, and optimally they should be configurable by user or group. How can this be done? (I tried to google, but no success.) - Jussi -- Jussi Hirvi * Green Spot Topeliuksenkatu 15 C * 00250 Helsinki * Finland Tel. & fax +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi *
2005 Sep 17
2
com16/com32 module for APM powerdown
Hello, In case anyone is interested, here are the source code for comboot and com32 modules for powering down a computer using APM. I started work on the ACPI version of it, but it will take some time to parse the spec. Regards, Luciano Rocha -- lfr 0/0 -------------- next part -------------- ; **************************************************************************** ; ; apmoff.asm ; ; A
2008 Oct 30
3
[OT] List of all email users
This is not CentOS-specific, hence OT. I need a list of all email users on my system (there are hundreds of them). The list could be extracted from /etc/aliases and the virtusertable. Does anyone know of a script that would do this automatically? It would have to - exclude commented-out lines (of course) - exclude duplicates - produce a list of usernames (or maybe unresolved email addresses for
2005 Oct 17
2
Can't install CentOS4
Hi everyone, My email server is running CentOS 3 and I can't upgrade it to CentOS 4 using the CD's. At first I thought it was the old Megaraid card (that's no longer supported), so I replaced that with a new card. I've tried ISO's from CentOS 4, 4.1 and now 4.2 which I've tested and booted in other machines. Just not this one. I've never had a problem like this
2013 Jun 30
4
Editing the boot prompt
Hi there!! I has been modified the syslinux.cfg file according to the rules to add some boot parameters but since this modification, every time I that I highlight the modified entry in the boot menu and hit the TAB button on my keyboard, the entry's boot parameters is displayed twice and when I try to "backspace" them out, the line again get displayed twice and so on. So my
2008 Aug 12
2
Sendmail with TLS, permission problem
Hello, list, I have a problem with Sendmail configuration. I'm building (on CentOS 5) a "dual-MTA" setup with amavisd-new (as specified in amavisd-new documentation, file README.sendmail-dual). So far so good. But when I tried to add server SMTP-AUTH and TLS, I get a strange, permission-related error, and STARTTLS will not start. In my .mc conf, the Sendmail user is now the usual
2008 Aug 15
1
Hard disk, format, filesystem
Ok, I give up... I have to ask. This is CentOS 5. I switched one of my raid1 disks, and I already thought I had succeeded. But now it seems that something is very wrong with the first partition on the new disk. Luckily my system is fully bootable with the other disk. Here's some info. The new disk is sdb. // I removed all partitions with parted, and created the first one again. // parted
2007 Aug 02
0
Booting LiveCDs or Installation CDs with Xen support in a Dom0
Hi, In the installation docs for a Solaris Xen 07/07 DomU (http://www.opensolaris.org/os/community/xen/docs/install-solaris-domu-iso.htm) the config file for the Solaris DomU is name = "solaris-install" memory = "1024" disk = [ ''file:/ws/public/isos/65-0604-nd.iso,6:cdrom,r'', ''file:/export/root/solaris_domu/disk.img,0,w'' ] vif = [
2015 Aug 04
0
[PATCH] efi: leaving long mode in kernel_jump routine
Thomas Letan via Syslinux wrote (04 Aug 2015 09:27:38 GMT) : > Are you using EFI Handover Protocol? What we're doing is: label livefailsafe menu label Live (failsafe) kernel /live/vmlinuz2 append initrd=/live/initrd2.img boot=live config live-media=removable apparmor=1 security=apparmor nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin
2008 Aug 19
4
Simple IPTABLES Question
I added these rules to IPTABLES to slow brute force attacks. iptables -A INPUT -p tcp --dport 22 -s my_subnet/24 -j ACCEPT iptables -A INPUT -p tcp --dport 22 -m state --state NEW -m recent --set --name SSH iptables -A INPUT -p tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 5 --rttl --name SSH -j DROP I would like log entries when connections are dropped to see
2005 Mar 07
0
compact flash, fat, reduced knoppix and syslinux
Hi. I've recently picked up a 256MB compact flash card and CF->IDE adapter. I'm wanting to put a smaller version of knoppix on here. I came across miniknoppix here: http://www.inittab.org and decided to have a play around with that. So far I have opened up the ISO image and copied all the files out. I have put a boot sector onto the CF by putting the CF into the IDER adpater then
2009 Jun 07
12
please help: Linux Kernel must be loaded before initrd
Hi, One of my servers in a IDC in another country mysteriously went down this morning, and when I contacted the IDC, I was told that XEN doesn''t boot up, as follows: [QUOTE] This is error message on the screen " Error 19: Linux Kernel must be loaded before initrd" Server is currently up with 2nd kernel. Please check the grub.conf. [/QUOTE] Looking at grub.conf, I see the
2005 Dec 31
0
noprobe boot option with askmethod and NFS install
>insmod <module> should do it On 31/12/05, Jerry Geis <geisj at pagestation.com <http://lists.centos.org/mailman/listinfo/centos>> wrote: >/ />/ If you specify noprobe at boot can you then manually />/ specify to load the 8139too network module? If so how? />/ />/ Thanks, />/ />/ jerry I am trying to to boot with askmethod to do an nfs install I did the