Ubuntu Installation :: /etc/lilo.conf File Not Found In 11.04?

Jun 20, 2011

I am trying to install kernel 2.6.39.1 on ubuntu 11.04I am fllowing this link But may this link is little oldIt mentions a file /etc/lilo.conf to edit but this file is unavailable.where I can find this file r if the page which I mentioned is old then can anyone give me the link which guides me correctly abt how to install kernel 2.6.39.1 in ubuntu 11.04?

View 9 Replies


ADVERTISEMENT

Ubuntu :: Unable To Find Lilo.conf File In /etc?

Aug 7, 2010

i have dual boot system with windows7 and ubuntu 9.04 i am unable to find lilo.conf file in /etc. what's this file? what to do?

View 2 Replies View Related

Slackware :: Can't Add Ubuntu Into Lilo.conf

Jan 10, 2011

I finally installed Slackware and now I have Windows, Slackware and Ubuntu in my laptop. I installed Ubuntu at the last order and at that time GRUB the default loader. But I feel that I'd like to use lilo more, so I booted into Slackware and run "lilo" and then lilo became the default loader.But then I cannot access Ubuntu anymore. Because in lilo there're no information about Ubuntu. So I added some information about Ubuntu according to that of Windows in lilo. But that failed. I still cannot access Ubuntu. I searched for the posts about this problem, and this is what they say:

Quote:

image=/ub/vmlinuz
label=ubuntu
read-only
root=/dev/sda7
initrd=/ub/initrd.img-2.6.28-13-generic

or something like this. But in my slack I cannot find the image or the initrd.

View 1 Replies View Related

Slackware :: Can't Add Ubuntu Into Lilo.conf?

Jan 10, 2011

My thread "Can't add Ubuntu into lilo.conf" was merged with this one.That problem has been solved, As I solved that problem, I got several more questions: When applying the changes by run "lilo", there's a warning about "large-memory". How come and how to solve? When loading into lilo, there's a capital character "U" in front of "Ubuntu". At the same time, there's nothing in front of Slackware or Windows. I wonder why. And, now that lilo read the booting info from slackware, if sometimes slackware get collapsed, could I still be able to access lilo? If I can access lilo, can I still boot into the other OSes?

View 4 Replies View Related

Ubuntu Servers :: Httpd.conf Not Found While Running .PHP File?

Jul 28, 2010

While trying to run the file in PHP I am getting below error. httpd.conf not found Following directories (and its subdirectories) are accesible via Apache:

View 3 Replies View Related

General :: Putting The Password In Lilo.conf?

May 27, 2009

I wanted to put password in lilo.conf file. I added this line but doesn't seem to work out Code: password=vickey. I also did Code: lilo -v Is there any thing missing

View 8 Replies View Related

Slackware :: New Encrypted Lvm Install - Cannot Open /etc/lilo.conf

Jul 25, 2010

Trying to do an install with encrypted lvm. I have made it to the end of the install and chroot /mnt and then ran mkintrd which added the modules successfully but then when I ran lilo again I got an error saying that said "fatal: can not open: /etc/lilo.conf".

View 1 Replies View Related

Ubuntu Installation :: "No Setup Signature Found" Error And Lilo Won't Boot - Botched

Jun 18, 2010

I was using 2.6.28-14 kernel version, it update me to 2.6.28-15. Now I have upgraded kernels many times, not first timer, but this is a first to me. So I have this wierd system setup, don't ask. Where I use lilo instead of grub, just take it as it comes guys, I have to. At any rate, it upgraded all fine, and I restarted, play the blues I got a "No setup signature found" error and lilo won't boot. So I did some searching on web and everyone says to boot up CD and re-install lilo. Well with grub I've done this many times, no prob bob, but lilo won't work.

So I used my super auto grub CD to try to re-do things. Since grub config and grub was still installed on my Linux partition I tried it right. No go of course, grub says it can't find the partition nor can it mount it. So I tried the beta of lilo on the grub cd and it don't work either. Botched it up worse, first it wouldn't do anything on my second drive, just sat there black screen. Then I did it a second time, let's screw it up some more right. Now it doesn't even find a boot loader in the MBR ha ha.

So at any rate, how in the sam heck do I fix this thing? Short of downloading 10.04 and re-installing everything?? Don't want to do this, too much work when I can just upgrade and keep my stuff installed and setup. So I tried running jaunty from CD and re-loading lilo. So everything is working fine right, I mounted drive and apt-get install lilo and ran lilo. So lilo even telling it what config file to use and where won't find things and won't re-install. So just for grins, even though I thought it wouldn't work I mounted my second drive linux partition, the one with the boot info on it, you ready, to root "/". Then I couldn't unmount

View 2 Replies View Related

Slackware :: Build - Change The Picture With Lilo.conf Doesn’t Work

May 5, 2010

when i load lilo, everything is greenish and weird, i tried to change the picture with Lilo.conf, fallowing the exact instruction given by linux forum, dosnt work. the linux logo got verry strange colors has well,verry ugly.

at first i tried to install my ati driver, but my x1800 is not supported anymore, so i decided to run xconfsetup to use the default ati driver. After that i have been in the xorg.conf generated by the setup and it seem they got the right driver, it say radeon in the device section. another problem i experience is that everytime i lod KDE my default resolution suck, and when i open the control panel and click on display, everything goes right.

the last problem is more serious, when i order my computer to shutdown either by command line or with the logout button, the screen goes black and nothing happen at all. Its sad beccause so far everything else seem to work fine, i installed my network card and my sound card properly.

View 14 Replies View Related

Server :: /etc/named.conf:57: Open: /etc/named.root.hints: File Not Found

Apr 1, 2011

I am using Cent OS 5.5 and i want configure DNS, but while configuring bind i am getting below error.

#/etc/init.d/named restart Stopping named: [ OK ]
Starting named:
Error in named configuration:
/etc/named.conf:57: open: /etc/named.root.hints: file not found[FAILED]

View 2 Replies View Related

Slackware :: Software RAID 1 Versus LILO / Kernel-generic - ERROR: No /sbin/init Found On Rootdev

Jul 1, 2011

I'm currently trying to setup Slackware 13.7 on a server, using software RAID 1. I'm using the README_RAID.TXT document at the root of the Slackware disc as a reference. Anyway, here's what I have so far.

/dev/md1 -> /boot partition
/dev/md2 -> swap partition
/dev/md3 -> / partition

Code:

[root@raymonde:~] # fdisk -l /dev/sd{a,b}
Disk /dev/sda: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders, total 80293248 sectors
Units = sectors of 1 * 512 = 512 bytes

[code]....

I created an initrd image using mkinitrd -F, added an according stanza to /etc/lilo.conf and ran 'lilo' after that. Now I can boot on the vanilla huge kernel all right. But I can't seem to boot on the generic kernel. Whenever I try to do this, the boot process stops short on the following error message:

Code:

mount: mounting /dev/md3 on /mnt failed: Device or resource busy
ERROR: no /sbin/init found on rootdev

View 5 Replies View Related

Ubuntu Installation :: Unable To Open X Config File '/etc/X11/xorg.conf' For Writing?

Apr 21, 2010

When trying to conigure via nvidia-setting using root (sudo) and then saving to config file I get the ' Unable to open X config file '/etc/X11/xorg.conf' for writing.' in a message box - below is what i get on terminal:

Code:
Traceback (most recent call last):
File "/usr/share/screen-resolution-extra/nvidia-polkit.py", line 75, in <module>
operation_status = main(options)
File "/usr/share/screen-resolution-extra/nvidia-polkit.py", line 51, in main

[Code]...

View 7 Replies View Related

Ubuntu Servers :: Modify The Httpd.conf File But It's Empty And Wordpress Installation

Jun 17, 2011

I'm installing Wordpress and I want Hosting Multiple Sites with them. For that I need modify the httpd.conf file but it's empty. Where I can make that changes? These are the changes:

1. Type: LoadModule rewrite_module /libexec/mod_rewrite.so
2. Find the <VirtualHost> section in the httpd.conf file.
3. Find a line in the <VirtualHost> section of the httpd.conf that looks like this: AllowOverride None
3. Replace that line with this line: AllowOverride FileInfo Options
4. On a new line, type ServerAlias *.[URL].
5. Save the httpd.conf file and close it.

View 1 Replies View Related

Installation :: CentOS4.5 Edit Grub.conf - Says It Is A Read Only File ?

Nov 12, 2010

I am trying to edit my grub.conf file. I am logged in as root. It says it is a read only file. I have tried to set permission with chmod 777 and also tried through GUI. Using VI it says it's a read only file. Using nano it will not write either. I have two choices on boot up. I want to automatically go to second automatically. First at the moment is CentOS-4 i386 (2.6.9-55.ELsmp) and second is CentOS-4 i386 (2.6.9-55.EL).

View 9 Replies View Related

Ubuntu Networking :: /etc/samba/smb.conf Not Found?

Apr 30, 2010

I'm running ubuntu 10.04 and I need to set up samba. I haven't used samba since ubuntu 8.10 and I don't know if there have been changes that I'm not aware of. I remember it being a simple process that started with editing the configuration file, but I keep getting this message:

Code:
/etc/samba/smb.conf': No such file or directory

Am I missing something? Has the configuration file changed names?

View 5 Replies View Related

Ubuntu :: Create A Backup Of The Xorg.conf File - Cannot Stat /etc/X11/xorg.conf

Dec 11, 2010

I've just done a fresh install of Lubuntu 10.10 on an older Sony Vaio laptop. Having learned the hard way about editing xorg files, I wanted to create a backup of the xorg.conf file so that I dont have to do another install when I screw everything up. In a terminal, I typed

[Code]....

View 8 Replies View Related

Ubuntu :: ServerTokens Option Not Found In Apache2.conf

Apr 14, 2011

I am trying to set up a lamp server and I would like to change the ServerTokens option from full to prod but when I open /etc/apache2/apache2.conf it's no where to be found. Has the option been moved somewhere else? Same with setting ServerSignature from on to off. I'm starting to wonder if I even have the right conf file.

View 1 Replies View Related

CentOS 5 :: Httpd: Could Not Open Configuration File /etc/httpd/conf/httpd.conf: No Such File

Nov 9, 2009

accidentally I do something wrong with my server and the httpd folder missing and I need it to setup my mail server and anyone can help me what can I do without reinstalling my Cent OS? Here is the error msg :

[root@mydomain etc]# service httpd stop
Stopping httpd: [FAILED]
[root@mydomain etc]# service httpd restart

[code]....

View 3 Replies View Related

Debian :: LILO / Chroot - "EBDA Is Big: Kernel Setup Stack Overlaps LILO Second Stage" Error After Reboot

Oct 16, 2010

I'm fairly new to linux, and a few days ago, as I was updating my system, I got the "EBDA is big ; kernel setup stack overlaps LILO second stage" error after reboot. I use a 3- boot, ( Win XP / Debian / Debian) and Windows XP works fine, but I can't launch any of the Debian. I googled the message, and I found this link :
[URL]

The only problem problem is that when I try to chroot, I got another message, "chroot: failed to run command `/bin/bash': No such file or directory" I googled this message too, but found no relevant answers. I am now using a knoppix usb drive to try to repair the lilo, but I ran out of ideas ...

View 4 Replies View Related

Fedora Installation :: 15 Installation Fails With Grub Error - File Not Found

May 24, 2011

Ive installed about 50+ boxes with ubuntu/mint/fedora/etc but f15 is giving me a real headache...

I tried a fresh install over f14 with this drive (sdb, sda is my backup disk)

Installed obviously in part7

After rebooting (successful copied live image on hdd)

Code:

After another couple of installs (with lvm & w/o lvm) & even disconnecting the second harddrive -> same issue

Typing 'ls' in the rescue grub prompt returns

Code:

Cant 'ls /' into a single them - unknown filesystem (grub is installed in mbr of sdb) 'linux rescue' (wanted to try manual grub installation) command didnt work either.

Now again on fedora 14, same installation procedure, works fine. (and i wont bother doing a full distro upgrade from f14)

View 1 Replies View Related

Ubuntu Installation :: Error 15: File Not Found

Oct 24, 2010

Iv been using ubuntu on my laptop for just over a year now and thought it about time my desktop got the same. I cant get rid of the vista section of the disk because of things i have on there so a friend gave me a spare 80gb hard drive to have a play with it and go from there. So first of all installed unbuntu 10.10 on the hard drive alls fine i can boot into both vista and ubuntu, i then want to install backtrack 4, so i booted the backtrack disc and off we went, i split the 80gb hard drive in two and installed backtrack to one section, now i cant boot to anything other than backtrack. I got an option for ubuntu although this does look different now (showing up as 'ubuntu, with linux 2.6.35-22-generic-pae') when i go to this option i get the message "error 15:file not found" I also have the option for other operating system, i get this message when i choose this option "error 11: Unrecognized device string"

View 1 Replies View Related

Ubuntu Installation :: Can't Get Tar.gz File Found In Terminal?

Jun 12, 2011

i am a ubuntu user for about a year now. i ok with most things. but ive noticed the only things i can use are ones that are supplied for me. so i been trying to figure out how to install new programs not just from synaptic and the ubuntu add/remove. my issue is i have ubuntu 11.04 and i cant get my extracted tar.gz file to be recognized in terminal.

i first put cd home/nicholas/desktop/ndiswrapper-1.56 then nothin it just says no file or directory found. now i thought this was supposed to be a basic comand. am i missing something? is there a new way to write it now that were using 11.04 and not 10.10?

View 1 Replies View Related

Ubuntu Installation :: No Configuration File Found?

Aug 16, 2011

I made a bootable USB flash drive for ubuntu 11.04 32bit. I went to the setup and setup the booting option to USB drive. Now I am trying to boot from USB drive it give an error message:

SYSLINUX 4.04 EDD 2011-04-18 Copyright (C) 1994-2011 H. Peter Anvin et al
ERROR: No configuration file found
No DEFAULT or UI counfiguration directive found!
boot: _

View 2 Replies View Related

Ubuntu Installation :: Repair Kernel - File Not Found?

Mar 22, 2010

When I attempt to boot into Ubuntu 9.10, I get the error: "Error 15: File not found" I know the reason for this - I deleted it - Doh. A latest upgrade told me I didn't have enough room in the boot partition to install the latest files, so I thought it would be a marvellous idea to remove the old stuff, to give it some room. I obviously deleted something that I needed by mistake. I was using synaptic to do the remove & thought I would be safe. A good learning experience.

In grub menu I have options: Kernel: 2.6.31-15 - generic and also its recovery option, both of which get the same error. (It's a dual boot with XP as the original os). Ideally I'd just like to get the latest working kernel and put it somewhere appropriate, rather than do a full install. Is this possible and if so how? I have a separate boot partition (in dev/sda5), swap (sda7) and Linux (sda6).

[Code]...

View 1 Replies View Related

Ubuntu Installation :: File Not Found Just Before Displaying Grub

Apr 30, 2010

Just before the computer boots into the grub menu, I noticed a message on the prompt saying that a file was not found. I had reinstalled Ubuntu 10.04 prior to this. Maybe the grub was not configured properly but I don't know how to fix or find the missing file. I also noticed that I don't have /boot/grub/grub.cfg.

View 3 Replies View Related

Ubuntu Installation :: Grub Following Error 15: File Not Found?

May 21, 2010

My problem now is: After booting my laptop, Ubuntu doesn't load and i'm stuck in a GRUB command prompt and not sure what to do. If i type "boot" I get "error: no loaded kernel"Here is how I got there:1. I ran 9.1 healthily until I was prompted to do an upgrade. I ran the upgrade but some packages weren't authenticated so I ran a partial upgrade. 2. I reboot but I'm faced with "Error 15: File not found". After some research and going through the forums, I thought I found the solution by following these instructions to copy the GRUB files from the Live CD (https://help.ubuntu.com/community/Gr...0from%20LiveCD)3. Once I completed this, I'm now stuck at a grub> prompt when rebooting (the error 15 has disappeared). (the screen header informs me i'm dealing with "GNU GRUB version 1.98-1ubuntu5"Any thoughts on what I might have done wrong? From my reading today, I might have installed GRUB2 (even though Grub legacy would have been appropriate?). What is the best way out?

View 9 Replies View Related

Ubuntu Installation :: Scons: *** No SConstruct File Found?

Jul 24, 2010

I am trying to build chromium but I see this error. There are so many references to this everywhere.mohan@branes:~/Downloads/home/chrome-svn/tarball/chromium/src/build$ ../hammer -C build chromeCould not change directory to ./buildscons: *** No SConstruct file found.File "/home/mohan/Downloads/home/chrome-svn/tarball/chromium/src/third_party/scons/scons-local/SCons/Script/Main.py", line 824, in _main

View 3 Replies View Related

Ubuntu Installation :: Grub Error 15: File Not Found

Nov 2, 2010

Have a Dell Inspiron 4100 laptop. 1GB RAM and 1 Ghz processor. Has a working install of Oracle Enterprise Linux 5.4 OEL uses Grub version 0.97 My OEL install works well and I do not want to make any changes to it such as upogarding GRUB to a later version etc.

I have installed Xubuntu mini and this completed without a problem.

I have a single hard drive.

I went into OEL and mounted the Xubuntu root drive so I could see the /boot/grub/menu.lst file.

I copied the entries for the main xbuntu kernel etc and pasted them into my OEL grub.conf.

title Ubuntu 10.10, kernel 2.6.35-22-generic
uuid d6ed555c-54a3-4639-af25-3582c60624ad
kernel /boot/vmlinuz-2.6.35-22-generic root=UUID=d6ed555c-54a3-4639-af25-3582c60624ad ro quiet splash

[Code]....

I am doing this so someone else can borrow this laptop for internet use for a few weeks and OEL is not very user friendly and also want to protect my install.

View 9 Replies View Related

Ubuntu Installation :: File Not Found - Grub Rescue ?

Nov 30, 2010

I am reading spc456's thread with the same subject line and trying to work through the thread with suggestions by drs305.

My situation is very similar. It started with a sudden Windows boot problem (still my primary OS):

Quote:

This was only if I selected Windows from the boot menu. I thought I could cure it with the Windows-7 Repair Disk from neosmart.net. This appears to have wiped my Boot partition completely and now I can't boot anything. (I'm using the Ubuntu 10.10 live as I type this.)

I downloaded boot_info_script055.sh and here are the RESULTS but I don't know what needle to look for in that haystack.

Code:

Boot Info Summary:

Well, I see why the Windows boot didn't show up. Looks like 30-OS_prober was failing to find the Windows boot record, which makes sense if the whole blessed (ahem) boot partition has been hosed.

I tried to follow the grub-install instructions:

Code:

But since grub2 is obviously not going to find the Windows boot record, I will continue with drs305's.

Code:

No, I have not mounted /dev. Where would I do that? Against which FS?

In any case, I am now printing the article "How to restore the Ubuntu/XP/Vista/7 bootloader" to see if I can get that going.

To my dismay, I discovered that the disk supplied with my Dell machine is NOT a Windows Installation disk, so no straightforward "fixmbr" command will be possible at this time.

I'll let y'all know how I have fared with this. I am sceptical because it's not merely the master boot record that has gotten corrupted but the whole blessed (have I used that adjective already?) boot partition.

View 4 Replies View Related

Ubuntu Installation :: No Syslinux Configuration File Found?

Apr 2, 2011

When trying to boot a USB disk image of either 10.10 or 10.04 I get an error saying that no syslinux configuration file could be found and "syslinux error: No DEFAULT or UI configuration directive found.".

The USB disk was created using the Startup Disk Creator on Maverick.

I'm guessing the second error is just caused by the first, since the syslinux.conf definitely isn't there. Thing is, I've used the 10.04 image before and it's worked fine, so I'm starting to think it's the Startup Disk Creator that's at fault.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved