Ubuntu :: Deleting Multiple Boot Entries?

Feb 2, 2011

It seems each time I select 'restart later' after downloading updates I get extra lines on my boot screen.The top line works correctly to get me into Ubuntu & the bottom Win. How do I delete the unnecessary lines?

View 8 Replies


ADVERTISEMENT

General :: Grub2 Shows Multiple Entries For Each Of Quad-boot OS's?

Nov 18, 2010

So my grub menu is showing several selections for each of my OS's. In Ubuntu, my OS of choice for now, how can I access the grub and edit it.

I would like to know the steps for console, but also I hope somebody can show me how to use Super Grub to do it.

View 2 Replies View Related

Ubuntu :: Missing Log Entries - Script Deleting The Previous Log Files

Sep 20, 2010

I am using UBUNTU Karmic Koala 9 .10 . Recently I have noticed certain errors with my LOG Files. My Log files are just logging the events for that particular day.All the logs of the previous days are lost. It happens to almost all categories of log.Every log just shows one particular days log. I have not done any changes to any settings on this machine as Ubuntu on my laptop is very stable and totally hiccup free. Previously, the log file viewer used to show logged information from over a week or so.but..now every other days log files just vanishes. I am just concerned

1)Is it because of any rogue script that is deleting the previous log files.
2)Has my machine is getting compromised in anyway as I am using it extensively for Internet.[ I have the normal Firewall enabled already] With regard to this I have a few questions

1)Is it Ubuntu's default behavior?Does it back up the old log files everyday?

2)If it is not the way Ubuntu treats Log files.How can I correct this?

3)Does apt-get clean or apt-get autoclean delete log files?

I have searched Google for past 3 days for a possible solution to this problem without yielding much result.

View 6 Replies View Related

Ubuntu :: Multiple Entries On GNU GRUB?

Aug 2, 2010

I'll get directly to the point, I've installed Ubuntu, Linux on the same partition as Windows 7. Everything works just as it should be, no problems and I'm actually enjoying Ubuntu. It's a nice and clean OS.

Now, I'm having trouble with the GRUB, since I have updated Ubuntu a few times. It's not a large problem, but I don't like it around.

I attached a picture of my GRUB, it may take too many words to describe what's going on, so see for yourself.

View 7 Replies View Related

Ubuntu Servers :: Multiple Entries In Htop?

Aug 29, 2010

Running 9.04 Xubuntu desktop as server and development environment. I turn off gdm once booted up. When sshing in for other computer I ran htop, and found the following multiple processes:

[Code]....

Is there any good reason why I have multiples of these, or conversely is there a problem by having them? Everything works OK. Apache is only serving up my web development pages which I work on now and then, so its not having to handle external traffic. The server is port forwarded on port 80 through the router.

View 4 Replies View Related

Ubuntu :: Multiple Entries In Menu After Upgrade

Sep 19, 2010

I know someone posted a sim. query back in 2008, but I'm know getting the same issue in Lucid. I installed the latest updates last night and when I rebooted I found I had what looks like multiple copies of the same kernel entry in the Menu.lst. I've included my file for review. Sorting this out. Otherwise I reckon Lucid is rock solid. I do tend to leave a lot of default entries in commented out. Will this make my boot slower at all?

titleUbuntu 10.04.1 LTS, kernel 2.6.32-24-generic
uuidc1e66bea-56ad-4e9b-84a3-5f54d36b63c2
kernel/boot/vmlinuz-2.6.32-24-generic root=UUID=c1e66bea-56ad-4e9b-84a3-5f54d36b63c2 ro quiet splash
initrd/boot/initrd.img-2.6.32-24-generic .....

View 2 Replies View Related

Ubuntu :: Multiple Keyring Password Entries?

Apr 27, 2011

Although all the passwords are under one Keyring folder, I have to type in the password 4 times. Is this the way the keyring is supposed to work? If so, can I help change this somehow(I'm not a programmer, unfortunately)? It seems that a lot of people have this problem and getting it to work out-of-the-box could bring in more potential users. (Also, different topic, is there anyway to make Dropbox wait until I enter keyring passwords to try to connect or wait until a connection is made to try to connect?

View 1 Replies View Related

Ubuntu :: Deleting Multiple Folders In Different Directories With Filezilla?

Apr 21, 2011

So I have a share hosting account with 60 sites all running wordpress.

There is a plugin I want to delete from all 60 wordpress sites.

The plugin is in the same path in all 60 sites.

mysite.com/wp-content/plugins/carter Is there a way I can search the entire home directory with filezilla or another ftp and delete every folder with that name in every site or I have to do it the tedious 1by1 sucky way?

View 4 Replies View Related

Ubuntu :: Service Menu (Right Click In Dolphin) Trashed With Multiple Entries

May 2, 2011

In Dolphin, when right clicking for context menu, my "Open with" list is trashed with multiple entries, that also contain old applications that I no longer have (or even had?). Just for example: for pdfs I have 3 Acrobat Readers, 2 FoxitReaders, 2 okulars, 2 GIMPs (?) etc. Same for other file types. How to clean it? I absolutely don't mind wiping it completely, so that it all goes back to default values. Configuring it anew is much better than having this list bother me every time I use a right click. I'm on 10.10 now, upgraded from 10.04. I've been using my home folder for like ever, without cleaning it, which is probably the source of the issue.

View 2 Replies View Related

Programming :: Deleting Multiple Lines Above And Below Expression In File

May 19, 2010

I have a very, very large log file (360MB) that I'm trying to thin out. As it turns out the majority of this file has entries that aren't necessary so I'm attempting to build a command that will strip these out. The following command works to display only the data that I do not want:

Code:
cat xml_results.log | grep -B 6 -A 5 "YYY ZZZ"

This displays exactly the data I want to delete from the file by displaying the expression and six lines above it and five lines below it. However I'm at a loss as to how to remove this data from the output and display everything else. I looked into the -v option with grep redirecting the output to a new file:

Code:
cat xml_results.log | grep -B 6 -A 5 -v "YYY ZZZ" > xml_filtered_results.log

However it doesn't work, the new file is the same size as the old one. What am I doing wrong? Is there a better method of doing this? I'm a bit out of my element since the method I'd normally use can't handle files of this size.

View 7 Replies View Related

CentOS 5 :: Yum Upgade Error - Clean Up Multiple Entries Made For Xdelta Package

Feb 12, 2010

I was running CentOs 5.3 and did a "yum upgrade" and got the following problem: Transaction Check Error: file /usr/share/man/man1/xdelta.1.gz from install of xdelta-1.1.4-1.el5.rf.x86_64 conflicts with file from package xdelta-1.1.3-20.i386

[code]....

It seems that somehow multiple entries were made for the xdelta package - how do I clean this up?

View 5 Replies View Related

Ubuntu :: Laptop Boot Failure - Invalid Enviroment Block - Unable To Load Default Boot Entries

Mar 3, 2010

Have been running ubuntu for sometime now and love its functionality...However since a recent update have the following issues..When I power on the laptop I get the toshiba logo followed by grub loading with the message ' invalid enviroment block" "unable to load default boot entries". When I then try to run the laptop off a LiveCd, the ubuntu splash screen appears with the loading process bar (horizontal line) displayed..however it then appears to display a black screen with no further activity..Now all of this is via an external monitor as my laptop screen shows no activity right from the very start with just a blank screen....so am really stuck here wondering if its a harware/software issue or a combination of both...

View 1 Replies View Related

Ubuntu :: Grub2 Boot After Deleting Non-boot Partition?

Aug 14, 2010

I'm as big a fan of Linux as Linus Torvalds himself but it's things like this that help to keep Linux from becoming mainstream. I mean, how would I ever explain the need for the following procedure to a non-techie type, recent or prospective Ubuntu convert? The following is not a question, as I have finally resolved the issue but is more of a rant, I guess you could say. The reasons that I decided to post it are:

1) To hopefully help someone else experiencing this issue.

2) To point out the need for significant improvement in the area of editing partitions under Ubuntu Linux.
3) To vent my spleen.

[Code]...

View 1 Replies View Related

General :: Lost All Boot Entries / Anyway To Recover All Three Boot Records

Mar 30, 2010

I have window 7, Ubuntu and Cent Os installed in my system. I was actually trying to change boots options but unfortunatly i lost all boot entries. Is there anyway i can recover all three boot records.

View 7 Replies View Related

Ubuntu :: Boot Error After Deleting?

May 10, 2011

i recently removed the Ubuntu partition in Windows 7. When I try to reboot I am faced with the the grub rescue error where it says no such partition.. I have tried booting Windows 7 from disc and I have even went into my BIOS and it says CD-ROM boot priority.. boot ready then says the grub rescue error again, stating that there is no such partition.

This is really annoying as all the tutorials on the internet say insert Windows 7 then use the recovery tools but I can't even boot any operating system. I have set the BIOS to boot from my CD drive..

View 6 Replies View Related

Ubuntu :: Failed To Boot Default Entries

Feb 7, 2010

when i turn on my computer it says: error : no such device : a77318a7-5f3d-4531-8d27-370f2b43c0e2.Failed to boot default entries

View 9 Replies View Related

Ubuntu :: Changing The Order Of GRUB2 Boot Entries?

Apr 28, 2010

Now it's:

Ubuntu
Memtest
Windows 7

I want:

Windows 7
Ubuntu
Memtest

How do I go about doing it? Do I rename "30_os-prober" in /etc/grub.d/ to "10_os-prober" and "10_linux" to "30_linux"?

View 9 Replies View Related

Ubuntu :: Failed To Boot Both Default And Fallback Entries

Oct 22, 2010

I just installed a fresh copy of 10.10 - i used the erase entire disk and use for 10.10 option after having earlier troubles of the same booting into 10.10 after installing it over the old / partition. it says:

error: couldn't read file.
error: you need to load the kernel first.

Failed to boot both default and fallback entries.One partition, of 10.10 and no idea where to go...

View 2 Replies View Related

Ubuntu :: Deleting Grub - Windows Dual Boot

Jun 2, 2010

I have my laptop NC6910p from HP with windows 7 and Ubuntu lucid as dual boot managed by grub loader.

Yesterday I made a mistake and formated the ubuntu partition as ntfs with a windows media because I needed to do a test in that partition. Now, off course, when I boot the computer is not finding GRUB and naturally not booting to windows.

I tried to boot with ubuntu live cd and did the apt-get install ms-sys but it just does not find the package. I can browse the windows files and all of that.

View 5 Replies View Related

Ubuntu Servers :: Deleting From / Boot After Removing Kernels

Jul 25, 2011

I received an alarm on a server stating that the /boot partition was 90% used. The partition contains several old kernels so I removed all but the current and previous 2 known stable versions using apt. This did not purge the files from the /boot partition.The /boot partition still contains the kernel files for 12 old versions. Is it safe to delete these files after the kernel has been removed using apt? Below is the output of the /boot partition.

View 3 Replies View Related

Software :: Deleting Boot Partition

Oct 17, 2009

I have my hard drive partitioned into 3 partitions with one operating system on each partition, as follows:Windows XP
Windows 7
Slackware 13.0
I want to delete the Windows XP partition to free up space on my hard drive, but I'm afraid that it will corrupt or delete the LILO bootloader and prevent me from loading either of the other 2 operating systems.What should I do? Can I save and restore the bootloader and its configuration somehow?

View 4 Replies View Related

Red Hat / Fedora :: How To Edit Boot Menu Entries

Oct 21, 2010

I have installed two OS on my PC. Windows 7 and fedora 12,but when I boot it shows 3 entries for fedora and one for windows to select. How can I remove redundant menu entries without affecting boot loader.

View 1 Replies View Related

Software :: Grub2 Boot Entries Don't Change?

Feb 6, 2010

My grub2 boot entries never change. I have run sudo update-grub and it finds all the proper kernels and such and says that it has updated. I check with the menu.lst and grub.cfg and they both look to be correct

View 13 Replies View Related

Ubuntu Installation :: Deleting Recovery Partition Marked As Boot?

Sep 2, 2010

I have just bought a new computer and I want to partition it to be dual booting as I have done a few times in the past.

Currently (alternatively, see attached screenshot):

There are three partitions:
/dev/sda1: FAT16 DellUtility (takes very little space and is of no concern)
/dev/sda2: ntfs RECOVERY (takes up 17.58GB and is marked boot)
/dev/sda3: ntfs OS (the rest of the computer, on which windows is currently installed)

[Code].....

it is safe to delete the current boot partition. I am also not quite clear on when the recovery partition would be used and whether it is really all that necessary (18GB doing nothing seems like a lot to me). Should I make a system recovery media for windows before repartitioning? Also, I am not sure which type of ext partition to use. Finally, I am not sure how big to make the swap space. I think I recall the normal rule being twice the RAM (6GB RAM in my case), but 12GB swap space seems like a lot. Although I do sometimes run memory intensive programs (simulations for research). I normally use other computers for such simulations since they have far more RAM than my computer can possibly have even with a large swap space.

View 9 Replies View Related

OpenSUSE Install :: Can't Boot Into Windows 7 After Deleting The Partition?

Oct 29, 2010

I was dual booting windows 7 with opensuse 11.3 and then realized I wasn't ever using Opensuse. I then deleted the partition it was in and now I cannot boot into windows. Grub immediately takes over upon booting but doesn't detect any partitions. I tried booting from an opensuse cd and changing the boot order priority, but grub still comes up. I don't have a windows 7 installation disc

View 4 Replies View Related

Fedora :: Separate Window Boot Entries From Grub Loader?

Mar 16, 2011

I have PC with following specs:
Intel E7500 CPU / Intel G31 Motherboard
Kingston 800MHz 2GB RAM
Hitachi 500 GB SATA HDD + Seagate 160 GB SATA HDD

I initially had only 500 GB HDD. I installed two installations of Windows 7 Ultimate - one 32-bit and one 64-bit installations. Both working fine.

Later on I installed the 160 GB HDD and installed Fedora 13 in it in a partition. The rest space of the 160GB I am using with Windows for storing data.

Now, the boot entries of both Windows installations are in the Grub Loader of F13. Means, if I remove the 160GB HDD, I cannot boot into my Windows installations.

Now I want to remove the 160 GB HDD and install a new 2TB hard-drive. That way, I cannot log into my Windows. And I do not want to lose the Linux installation also.

How can I remove the 160 GB HDD and install a new one without sacrificing my Windows installations?

OR...Is it possible that I can copy complete image of F13 on to the new HDD, so that things are same for the Windows installations?

View 4 Replies View Related

General :: Windows - Change The Order Of All Boot Entries In GRUB2 Not Just The First?

Jun 19, 2011

It's quite easy to change the default boot entry through etc/default/grub. However, this only allows for the first entry to be changed. I want to be able to move all the entries in any order I like. What is the best/easiest way to do this?

View 1 Replies View Related

General :: Boot Loader Problems - GRUB Has No Valid Entries?

Sep 28, 2010

I have an existing WinXP install on the main drive (/dev/sda) of a Dell laptop. I installed OpenSUSE 11.3 on the second (caddy tray) drive and didn't touch the existing windows partition during install.After install completed, I found there was no boot loader entry for WinXP during startup. Only SUSE-related stuff. I opened YaST boot loader and tried creating an entry of type "other" and device of "/dev/sda1" and set this as the default entry.The /boot/grub/menu.lst file now has an entry:Quote:

title Windows XP-32
rootnoverify(hd0,0)
chainloader (hd0,0)+1

[code]....

View 11 Replies View Related

General :: How To Add Entries / How To Delete Entries

Oct 13, 2010

I am working on Red Hat Linux since last six months and learning it steps by steps. like configurating ftp server,NSF ,DNS and then email server. I want to learn squid server but technically before going into it what you suggest me that may I first learn to configure Linux as a router,Firewall machine or do IP masquerading on a server. Because all these things are directly or indirectly involve in squid.So guide me because going to start squid i may understand Linux IP table ,how to add entries in it,how to delete entries ,I think you understand my point which i want to ask for guidence.

View 4 Replies View Related

General :: PC Wouldn't Boot After Deleting Hard Drive Contents?

Mar 10, 2010

I have Intel Pentium3 motherboard model 845GVSR with 40 GB Hard Drive, DVD/CD ROM and 4 USB slots but no Floppy Drive.My PC was working fine until I deleted the contents of hard drive accidentally using trial version of killer software.I ried to install Linux by making a boot-able CD, but it did not work.Then i tried to make a boot-able USB using Universal Notebook Installer, it did not work either. I just get the Error " Error loading operating system.Then I tried a free software from net by the name James Format Tools - DOS on USB. Using this computer did boot but DOS did not install and I got the error message "invalid drive specification".I understand that now I will have to write boot sector afresh and will have to Format the hard drive,, but how to do this as all my attempts to get to the hard drive failed

View 5 Replies View Related







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