CentOS 5 :: Any Possibility To Install Centos 5.5 On Ext4 By Anaconda?
Jul 14, 2010
It is any possibility to install centos 5.5 on ext4 by anaconda ? Is ext4 filesystem is secure for files server (samba) ?? In anaconda installer there is only ext2, ext3 choice.
View 16 Replies
ADVERTISEMENT
May 1, 2010
I am trying to do a basic install of CentOS 5.4 on my embedded computer. It is a Linutop 2 system with a AMD Geode 800MHz CPU and 512Mb Ram. Have installed an IBM 40Gb 2.5" HD for OS storage. I am doing the install procedure in text mode. Everything goes as planned until I get to the package selection.
1. Booting from (i386) DVD with "linux text" parameter.
2. Skipping media check.
3. Selecting "English" install language.
4. Selecting "DK-latin1" as keyboard layout.
5. Selecting "Remove all partitions and create default layout" and selecting "no" to modifying partition layout.
6. Selecting "yes" to configure "eth0" and mark to enable "IPv4" on boot.
7. Selecting DHCP for IP configuration and Manual host name.
8. Setting time zone to "Europe/Copenhagen".
9. Setting root password to a 16 digit alphanumeric pass-phrase.
10. De-selecting "Desktop - Gnome" (no other entries selected).
When the system is checking for dependencies, an exception
Traceback (most recent call first):
File "/usr/lib/python2.4/site-packages/yum/packageSack.py", line 426, in returnNewestByName
raise PackageSackError, 'No Package Matching %s' % ui_pats
File "/tmp/treedir.22057/instimage/usr/lib/anaconda/yuminstall.py", line 1072, in getBestKernelByArch
pkgs = ayum.pkgSack.returnNewestByName(pkgname)
[Code]...
View 1 Replies
View Related
May 26, 2009
I've recently been trying to put Centos on a PC which I have had Windows 2000 server on up until now. The system has an Intel SCSI RAID Controller which seems to be successfully detected before the graphical stage is reached. The system is fairly old now and consists of a p3 processor and 320mb of ram. However when the installer reaches the point of launching Anaconda in graphical mode it seems to start to load but then the system immediately boots itself down Quoting an Abnormal Setup Termination however gives no more details than that. I have tried changing the graphics card to no effect. I am not sure if anyone knows what could be causing the problem the media also shuld be ok as I have used it successfully on other systems.
View 4 Replies
View Related
May 10, 2010
I'm trying to install CentOS 5.4 from my local repo, booting the server from centos54-netinstall iso (vmware). I write "linux URL..." during boot. I eventually get prompted for network config, where I choose manual configuration. Hitting OK ignores my config and defaults back to dhcp, which won't work since I don't have any dhcp server available.Whats wrong? Is there a bug in anaconda?
View 1 Replies
View Related
Dec 18, 2010
I am trying to set up an atom D525 low power PC 64-bit with a 40 GB solid state disk drive. Is it possible to specify ext4 during the install for proper SSD suupport? I read somewhere that after install I can place a -discard line in fstab to enable trim.
Edit: should I have asked this in the x86_64 forum, as I was planning on installing 64 bit?
View 2 Replies
View Related
Sep 7, 2011
Summary of issue: EXT4 filesystem won't mount--with error = mount: unknown filesystem type 'ext4'. Is no ext4 in kernel the issue? Or is something corrupted?Really perplexed by this. I updated Centos 5.5 to 5.6 to get ext4 (5.6 is supposed to have full support of ext4). I built several arrays and put the ext4 filesystem on them. All went well until I tried to mount them. BTW, this array (below) is set up as a RAID6 using partition 1 of #8 2TB drives.Bear with me here; just trying to be complete and not waste your time.
Attempting to mount give this:[root]# mount -v /dev/md1 /asc/array1mount: unknown filesystem type 'ext4'Note: it does "fake" mount with ption (which apparently does everything except the system call):[root]# mount -f -v /dev/md1/dev/md1 on /asc/array1 type ext4 (rw,grpquota,usrquote)e2fsprogs:Package e2fsprogs-1.39-23.el5_5.1.x86_64 already installed and latest version (for Centos 5.6; CentOS 6x uses the 1.41...)
View 5 Replies
View Related
May 19, 2010
I had 5.4 machine. Upgraded to 5.5 today via yum upgrade. All went fine. Rebooted. Wanted to convert root partition to ext4 (I have three partitions: /boot, / and swap). All of them on software RAID 1 (root is /dev/md2). I did the following for converting
yum install e4fsprogs
tune2fs -O extents,uninit_bg,dir_index /dev/md2
nano /etc/fstab # I indicated here that my /dev/md2 is of ext4
[code]....
View 4 Replies
View Related
Jan 31, 2011
I am just customizing CentOS and would like to change "Welcome message[image is attached] to something that I wanted. I went trough the anaconda source rpm and found that OS name is being picked by %s and not sure what %s refers to or where is that variable it pointing to.
View 2 Replies
View Related
Mar 21, 2011
I am using the "harddrive" option in a kickstart config to have it pick up isolinux files from a USB flash drive. I have been able to get it work by specifying the device name directly, but if I specify a LABEL or UUID, it does not work.Here is what my ks.cfg looks like.
Code:
install
text
harddrive --partition=LABEL="/install" --dir=/
lang en_US.UTF-8
[Code]...
It almost seems like the version of Anaconda in Centos5.4 does not support specifying UUID or LABELs, but I have not been able to confirm that from the Release notes.Appreciate any tips/references/documentation.
View 2 Replies
View Related
Oct 25, 2010
I have an external DVD burner hooked up to an EEE PC 701SD. The disk has worked on a dell desktop computer, and a 701 (the first eee pc which I built the install on) without a problem, however when I boot up the install disk on the 701SD, I get a message telling me it's unable to download the kickstart file. It's being set to cdrom:/ks.cfg, which should work, but it isn't.... This exact same disk just did a full install on the 701 15 minutes before I ran it on this computer.
View 8 Replies
View Related
Nov 29, 2009
Following situation:
I'm trying to make a network-installation of my rootserver with CentOS 5.4 x86_64.
This server is hosted by 1and1 a company of the united internet group, which is a big player in europe.
The network environment of 1and1 is providing classless static routes via dhcp by using the dhcp option 121.
If i'm right anaconda does not support this dhcp option 121 and therefore does not "ask" for the routes.
Without the routes configured the traffic does not get through and the network installation fails.
An installation from fedora12 (anaconda 12.46) works without any problems.
Is there someone in the dev team that can patch or backport it?
View 13 Replies
View Related
Apr 9, 2009
I'm trying to build a dual boot ubuntu 8.10 and fedora 10.I have ubuntu sucessfully installed. with a free partition ready for fedora.I cant seem to get fedora past the beginning of the install. Once it says its loading anaconda, my screen either goes blank, or the anaconda fails and the install exits, telling me to reboot my system.I have downloaded the DVD twice. once from the website, and i think when I bruned it it didn't burn right, I then downloaded it from torrent just to be safe and reburned at the slowest speed. It passes the media test.
I have been reading around it may be cause of my video card?My computer is the following.AMD Athlon +2400 XPXFX Nvidia Geforce 6800 GT or something close.80 gig hard drive1.5 gigs of DDR ram.MSI Motherboard not sure of model off top of my head.I really wanna get this dual boot working, As I feel fedora may have advantages over ubuntu. I was going to try to get ahold of another video card, and maybe try that. What do you think I should do
View 14 Replies
View Related
May 5, 2009
I want a new kernel RPM in my custom CentOS 5 kickstart distro. I built the kernel, got a nice kernel RPM out, and replaced it in my ks.cfg. The install goes fine until the very end, where Anaconda prints some spurious stuff about mkinitrd failing.I get why it might fail -the kernel version argument to mkinitrd was no doubt for the old kernel. But I have no idea where this is -it's not in the ks.cfg afaict, and so I don't quite get where Anaconda / mkinitrd gets it from.
I'd eventually like to use this kernel for the installer as well, but I think I understand that process much better.How do I tell kickstart / Anaconda / mkinitrd to use the new kernel version number?
View 15 Replies
View Related
Apr 1, 2009
Is ext4 available in CentOS 5.3 ?
View 5 Replies
View Related
Oct 5, 2010
I'm using CentOs 5.4 (2.6.18-164.15.1.el5 #1 SMP Wed Mar 17 11:30:06 EDT 2010 x86_64). I tested out ext4 on a partition for the last few months and it seems to work fine. The issue is that quotas dont seem to work correctly on it. Is there a way to revert back to ext3? Mainly the quota tools do not work on it.
View 1 Replies
View Related
Jul 6, 2009
I am noticing RHEL 5.4 is in beta. Does anyone know what 5.4's plans are for ext4? Is it still going to be a non-bootable addon? Or, will GRUB now boot off it?
View 1 Replies
View Related
May 20, 2010
With the release of CentOS 5.5 ext4 is considered stable in this distribution so I decided to migrate to it. Luckily I started from migrating fresh server with CentOS 5.5 using some instruction I found on the internet. I think I shouldn�t say, that I screwed the whole thing up ;) After about 6 hours cursing, kicking, and crying I solved the task and figured the correct sequence of actions. The small problem with migrating root partition is that you can�t unmount it BTW.
During migration task, I found, that CentOS 5.5 rescue mode is somewhat broken a little in terms of ext4 support. It can mount ext4 partitions successfully. But its e2fsprogs package (tune2fs, e2fsck etc.) doesnt see ext4 partitions and say, that superblock is corrupted on a partition once is converted to ext4 (at least it did it for me. May be I should force filesystem type with -t ext4 switch?). Keep in mind, that if you screw your system up too badly, you will not be able to run tune2fs and e2fsck on it from rescue modeBut you will still able to mount it if it is not corrupted badly. In all below examples,Boot your system normally and login as root. Upgrade kernel if you wish (I usually use yum upgrade to upgrade all on new machines). Then upgrade/install some other packages
View 8 Replies
View Related
Aug 13, 2010
I have installed 2 extra 1.5TB drives on a stable Centos 5.5 system. They are set up with 2 unequal partitions on each - with 2 raid 1 arrays. The largest of the raid arrays is used as a new volgeoup with 2 unequal LVMs. The larger of the LVMs is around 1.3TB. I installed an ext4 filesystem (default parameters) on the larger LVM.I went to mount the LVM - the system hung. No keyboard or network response and no response to the soft shutdown button.It was the deadest I have ever seen it - and this system has been incredibly stable.
In the absence of any other suspects - I am tempted to blame ext4 - since I have never used it before - and since wikapeadia tells me ext4 isn't supposed to be in the 2.6.8 kernels...:
[URL]
I will do some more testing on this tomorrow to try to confirm my suspicions. I will try to repeat the crash - then try mounting it as ext3 to see if it behaves differently. Any other tests I should do?What is the status of ext4 in RHEL5.5. Has it been added to the 2.6.18 kernel by RH? Is this what is meant by a "back port"?
View 4 Replies
View Related
Aug 29, 2011
Which file system uses Centos 5.6 by default, Ext3 or Ext4? I have installed on Ext3, it's upgrade from 5.5, but howto convert into Ext4 without damage or lost data?
View 3 Replies
View Related
Jul 9, 2009
The first server I installed installed fine. The second server, installed with the same config, went to "kernel panic not syncing no init found try passing init= option in kernel" error. I tried reinstalling but it keeps going to that error after install reboot. The storage is ISCSI connected via Intel Server Adapter, which allows it to boot from ISCSI. Not sure if that's the cause for the problem, but the first server is connected to the same ISCSI and installed just fine.
Is there a way that I can make sure ISCSI module installs during installation? Although I think it is installed since it's able to copy the files and setup /dev/sda. I just wana make sure that it installs during setup.
View 1 Replies
View Related
May 3, 2009
I have tried to install debian 5.0 and 4.0 without any luck. I have both tried virt-manager and virt-install with both debian-501-i386-netinst.iso, and full dvd. I't always gives me the same error:Starting install.Could not find an installable distribution at '/xen/debian-501-i386-netinst.iso'
[Code]...
View 2 Replies
View Related
Jun 8, 2009
i didnt find a solution to a display problem im having. my server mobo is an asus k8n-dre with built in video. after the install(using built in video) the screen dosnt display fully as in black sections on the left and top of the screen. from the searching i did i found something about an "xrandr" command that would let me change the video settings but it didnt do anything with the black areas when i tried it. i also have a nvidia geforce 9500gt video card so i changed the jumper to boot from it and tried again. the black sections are still there but the centos display covers much more of the screen now. theres still about a third of an inch gap on the left hand side and about 1/4 of an inch on the top. ive also tried updating the software to see if it may be a driver issue but no luck. anyone know how or if it can fit to full sceen? the screen displays up to 1440x900 if im not mistaken but with the built in video it gave me lots of display options including the 1440x900. after changing to the nvidia card it only shows 800x600 and 640x480.
View 5 Replies
View Related
Feb 18, 2010
I am trying to install CentOS 5.2, and the installation ran out of disk space after running for about 2 hours.I checked the FAQ, and it said 1.2 GB. The disk is 3 GB. The default install was selected, and I think that it checks for sufficient available disk space before installing. Still, it ran for quite a while before announcing that it was out of disk space.The Installation Guide is not very helpful, since there is a blank page where the disk space requirement is supposed to be. I just picked the default installation. A search of the forums on "not enough disk space" did not return much.
View 13 Replies
View Related
Mar 23, 2010
I have successfully installed CentOS 5.4, and after choosing it from the GRUB menu, I am getting the following error message:1706-Smart Array Controller Extended BIOS Data Area Memory Corrupted. Int 13h BIOS Cannot Continue - System Halted.I'm using two SAS disks that came along with the server, left the default RAID configuration (1+0) on a P410 controller
View 5 Replies
View Related
May 10, 2010
I've got a box (prev used for WinXP) with 2GB Ram and a new 500GB HD to throw in there.Noticed on the Wiki CreatingUpdateMedia and reading as much as I can ramping up for this.I'm curious how I should partition this disk, and what other decisions I'll need to make on install.I see quite a bit of interest also in virtualization, and if I find a need, this could be useful too.Kernel upgrades?how to do? Does the disk have to be wiped or just use an alternate boot device to replace K on HD? I have a tech background in programming and some solaris, but *nix has grown up in the last 5 years.Hopefully devices will function and networking connectivity can be acheived without too much troubleshooting.
I'm doing this in part to be more educated, especially in the new world of web-hosting where you have a virtualized box, root and shell access, and need to manage it yourself. Beyond that even, my goal is to be able to work on my web-host by setting up a remote linux desktop, and I'll be looking for ways to configure that. There are clients out there (VNC, etc), but I'm not sure on the host-server configuration, and also the port-forwarding setup on my local router.
View 2 Replies
View Related
Jul 2, 2010
[URL]VMware Workstation 7.0.1 Release Notes has a list of supported OS:[URL]According to that, RHEL 5.4 is listed as supported for both host andguest but CentOS 5.4 is only for guest. This is quite strange and, ifit is true, that could be a serious issue.I succeed to install vmware workstaion 7.1 on centos 5.5, but have run-time error:
[root@ ~]# /etc/init.d/vmware start
Starting VMware services:
VMware USB Arbitrator [ OK ]
[code]....
View 7 Replies
View Related
Feb 25, 2009
I'm new on Dell PowerEdge 2900. I dont know how to install centOS 5.2 on it. whice OS type that I should select. at first I select RH enterprise 5 and it format HDD. already and I put centOS 5.2 in, but it was deny and eject that cd. when I power off it shown that
"root(hd0,1)filesystem type is ext2f2,partition type0x83
kernel/linux/vmlinz%(ksLocations)
Error is : file not found
press any key to continue"
View 5 Replies
View Related
Jul 1, 2010
I've been trying for the past week to install an icecast server on my centos 5 VPS hosted through phurix.
I've tried compiling it, installing it from RPM. but im getting nowhere. Has anybody had any luck installing it, who wouldn't mind explaining how they went about it?
I've searched google for hours on end and all I can come up with is generic cent os 4 guides that just wont work. Im not the best when in comes to linux. I do a great job of copying and pasting to a shell prompt and can use ftp etc.
if this is any use.. heres the last output from my last attempt and compiling it...
[root@vps613 icecast-2.3.2]# ./configure --prefix=/usr/local/icecast
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
[Code]...
View 1 Replies
View Related
Aug 10, 2010
How do I know what sound system my Centos 5.5 install is using and how would I configure which soundcard output to use? I want to use the digital coax output from my M-Audio PCI soundcard, which appears to be detected and loaded. When I launch MPD, it autodetects an alsa sound system, but programs like alsamixer don't exist and I can't hear any sound out of the digital coax output. I haven't checked the 3.5mm stereo out yet.A little confused as to which documentation to be looking at at this point.
View 9 Replies
View Related
Oct 2, 2010
I am trying to run though the qmailrocks setup on a centos 5.5 and I am running into an issue when trying to telnet to port 25:
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
Everything else seems to be working (telnet to 110), and I turned off the firewall entirely, but I still cannot telnet to port 25. I also get a blank error within squirrelmail when attempting to send mail out (ERROR:Message not sent. Server replied: ). I apologize for not going directly to the qmailrocks forum, but they are currently closed down (due to lack of funds). I also am a newbie, so I apologize for the lack of needed information. If anyone has any ideas, please let me know what information you would need.
View 2 Replies
View Related