Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 09-03-2005, 12:51 PM   #1 (permalink)
TSF Veteran
 
norin's Avatar
 
Join Date: Dec 2004
Location: L-Town, Maine
Posts: 1,748
OS: WinXP Pro SP3

My System

Send a message via Yahoo to norin
removing previous kernel entries from bootmanager

ok, i have a FC3/XP Pro Dual Boot and FC3 is setup to boot first after about 3 seconds, but when i want to choose WinXP Pro to boot into, i have to scroll thru all of the previous kernels that have been updated with FC3, how can i remove those entries? FC3 just recently released a new Updated kernel so what do i do? thanks
__________________
norin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 09-03-2005, 01:09 PM   #2 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 370
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
You need to edit the Grub config file and comment out all the unwanted kernel entries
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-03-2005, 06:49 PM   #3 (permalink)
Henry
 
Spatcher's Avatar
 
Join Date: Apr 2005
Posts: 3,484
OS: Mac OSX


I have the answer at fedoraforum.org (IF it would load up!!!!!!)

I asked the same question, but the site won't load up!

EDIT: Oh, I have a different user name, so pm me if you can access the site and want to know how to do it.
__________________
JohnThePilot: Cenedl heb iaith, cenedl heb galon (a nation without a language is a nation without a heart)
John Butler Trio: Go take a step outside, see what's shakin' in the real world - Good Excuse
Paul Kelly: Just add a dollop of tomato sauce for sweetness and that extra tang - How to Make Gravy
Spatcher is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-03-2005, 11:00 PM   #4 (permalink)
Registered User
 
Join Date: Sep 2004
Location: Severn, MD
Posts: 370
OS: XP SP2


Send a message via AIM to Aeuzent Send a message via MSN to Aeuzent Send a message via Yahoo to Aeuzent
Alright the file you need to change is /etc/grub.conf

You should have a list of entries near the bottom that look like this

Code:
title Red Hat Linux (2.4.7-10)
	root (hd0,1)
	kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 hdc=ide-scsi
	initrd /initrd-2.4.7-10.img
title Red Hat Linux (2.4.8-12)
	root (hd0,1)
	kernel /vmlinuz-2.4.8-12 ro root=/dev/hda3 hdc=ide-scsi
	initrd /initrd-2.4.8-12.img
title Windows 2000
	rootnoverify (hd0,0)
	chainloader +1

You would be doing this to the old entries
Code:
#title Red Hat Linux (2.4.7-10)
#	root (hd0,1)
#	kernel /vmlinuz-2.4.7-10 ro root=/dev/hda3 hdc=ide-scsi
#	initrd /initrd-2.4.7-10.img
title Red Hat Linux (2.4.8-12)
	root (hd0,1)
	kernel /vmlinuz-2.4.8-12 ro root=/dev/hda3 hdc=ide-scsi
	initrd /initrd-2.4.8-12.img
title Windows 2000
	rootnoverify (hd0,0)
	chainloader +1
And the problem is solved
Aeuzent is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-06-2005, 10:19 PM   #5 (permalink)
TSF Veteran
 
norin's Avatar
 
Join Date: Dec 2004
Location: L-Town, Maine
Posts: 1,748
OS: WinXP Pro SP3

My System

Send a message via Yahoo to norin
thank you all very much, it worked fine and now i only have 3 options thank you very much.

one a side note, can someone tell me what the *.smp entry is all about?

thanks again.

norin
__________________

Last edited by norin; 09-07-2005 at 07:54 AM.
norin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 12:16 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85