LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 11-02-2006, 06:52 AM   #1
param85047
Member
 
Registered: Oct 2006
Location: Himalayas`
Distribution: Trying with New Distros
Posts: 63

Rep: Reputation: 15
Knoppix Succesfully installed but grub installed in root


Dear Firends,
I've Successfully installed Knoppix 5.1 from Live DVD but while installing Grub I've mistakenly installed it in to the root and Now I have WinXP Pro also, so it doesn't detect my Linu(knoppix). All the Possible Solutions which I know needs a Floopy Drive (incl. some External Boot Manager also) which I don't have. Can anyone show me How I can connect my Knoppix to WinXP Pro.

Already read all this
http://www.littlewhitedog.com/reviews_other_00011.asp
http://www.littlewhitedog.com/reviews_other_00011b.asp

SO kindly show me some other way
Thanking U all in Advance.
 
Old 11-02-2006, 08:59 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
not much on grub in those links...oh well

reboot into knoppix live cd

open a terminal and commands are
su
grub
root (hdX,Y)....as per tut where is /boot partition
root (hd0)


assume you have one drive....and if linux was on say hda5 then second last line is (hd0,4)
 
Old 11-03-2006, 01:39 AM   #3
param85047
Member
 
Registered: Oct 2006
Location: Himalayas`
Distribution: Trying with New Distros
Posts: 63

Original Poster
Rep: Reputation: 15
Please explain

Quote:
Originally Posted by aus9
not much on grub in those links...oh well

reboot into knoppix live cd

open a terminal and commands are
su
grub
root (hdX,Y)....as per tut where is /boot partition
root (hd0)


assume you have one drive....and if linux was on say hda5 then second last line is (hd0,4)
Sir,
Kindly explain in brief, I have 3 HDDs, one with 3 partitions (18.5GB+18.5GB+1GB as swap) in which first contains WinXP Pro

hda1(C: = Primary FAT 32 winxp 18.5gb)/hda2(ext3 empty 18.5gb)/hda3 (1.2Gb Swap)
hdb (80GB Reserved for Data)
hdc (80GB ReiserFS Knoppix)

So now booting from Live DVD what should I do? Please Explain fully.
 
Old 11-03-2006, 07:18 AM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
I like it with someone asks to explain fully when they do not supply enough info, heh heh

explain fully what your linux partitions are on hdc and we can give a more exact answer.

however the only line that will change is the hdX,Y and you can read my tutorial and use the knoppix live cd/dvd to see what your partitions are.

if you elected to have only one partition then its
(hd2,0)
 
Old 11-03-2006, 10:39 AM   #5
param85047
Member
 
Registered: Oct 2006
Location: Himalayas`
Distribution: Trying with New Distros
Posts: 63

Original Poster
Rep: Reputation: 15
Not Fair

Quote:
Originally Posted by aus9
I like it with someone asks to explain fully when they do not supply enough info,

explain fully what your linux partitions are on hdc and we can give a more exact answer.
Dear Friend,
Now this is not fair I've tried to detail everything according to my knowledge hdc doesn't have any partitions. If u'd like to know something else then u can ask me again. Thank U anyhow.
and Thank U for ur Tutorial, I've seen them but not read but what I felt is they r useful in any distros, becaz the grub problem may arise in any distro.

Last edited by param85047; 11-03-2006 at 10:45 AM.
 
Old 11-03-2006, 10:18 PM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
assuming hdc is a drive...it must have at least one partition

did you at least try the hd0,2 solution?
 
Old 11-03-2006, 11:32 PM   #7
param85047
Member
 
Registered: Oct 2006
Location: Himalayas`
Distribution: Trying with New Distros
Posts: 63

Original Poster
Rep: Reputation: 15
Yes tried

Quote:
Originally Posted by aus9
assuming hdc is a drive...it must have at least one partition

did you at least try the hd0,2 solution?
Dear Sir,
According to infor. below hdc is a HDD and has a single partition with reiserFS and I've tried the solution it says u don't have the permission or Permission denied but Really Thanks for ur kind support and I've going to format the drive which has knoppix as I got Ubuntu 6.10 DVD, Mandriva Free 2007 DVD, Fedora Core 6 DVD, Open Suse 10 DVD, So I plan to install them.
Can U please tell me, out of these distros which has KDE interface and which has gnome becaz I liked the interface of Knoppix which is probably a KDE interface.
As Usual Thanking U
Your Friend

hda1(C: = Primary FAT 32 winxp 18.5gb)/hda2(ext3 empty 18.5gb)/hda3 (1.2Gb Swap)
hdb (80GB Reserved for Data)
hdc (80GB ReiserFS Knoppix)
 
Old 11-04-2006, 02:08 AM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
b4 you burn your bridges my friend heh heh

run the live cd aka knoppix
click on the shell to start a terminal (konsole)

commands are

su
grub
root (hd2,0)
setup (hd0)
quit

please write down what messages you are getting for the failure

permission denied suggests to me you forgot to run SU (my shout) which means

su = set user to root if no user named.

your knoppix konsole prompt changes to a # symbol when you are in root power mode.

and I am assuming you mean hdd is a hard disk drive jumpered as a master on second controller


Now that puts grub into the mbr of the first drive

but while in knoppix click on icon for hdc1 and confirm the /boot/grub/mneu.lst has a chainloader command similar to my tutorial which is

title xp
root (hd0,0)
makeactive
chainloader +1

Last edited by aus9; 11-04-2006 at 02:11 AM.
 
Old 11-05-2006, 01:06 AM   #9
param85047
Member
 
Registered: Oct 2006
Location: Himalayas`
Distribution: Trying with New Distros
Posts: 63

Original Poster
Rep: Reputation: 15
Thank U

Dear Friend,
Really Thank U it worked but after starting It doesn't allow me to select the background from FAT32 HDD hdb2 which is my DATA HDD. It says only locale files allowed. Anyway shifted over Mandriva Free 2007 and installed succesfully but it doesn't have softwares like Knoppix and doesn't mount my DVD writer, and doesn't detect hdc (80GB)can u please tell me the solution, will try Ubuntu 6.10 and FC 6 and Open Suse 10.1 ( I already have DVDs of them)idoubt that whether other Distro contains the bunch of software which Knoppix has.

Thank U for ur precious time and advice.
I went through ur tutorial and finally made the grub to MBR.
 
Old 11-05-2006, 03:45 AM   #10
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
great to hear grub is working for you.....once you have knoppix and know how to put grub in to mbr or a root partition there is nothing stopping you.

oh sorry to hear about mdk.

pls consider this thread closed and post in mdk forum for any issues you have.

like all good posters include all relevant things including you have 3 drives their partition makeup...what version of mdk you are trying ....and what its current /etc/fstab file is.

hint why not try a search first?

good luck
 
Old 11-06-2006, 03:08 AM   #11
param85047
Member
 
Registered: Oct 2006
Location: Himalayas`
Distribution: Trying with New Distros
Posts: 63

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by aus9
great to hear grub is working for you.....once you have knoppix and know how to put grub in to mbr or a root partition there is nothing stopping you.

oh sorry to hear about mdk.

pls consider this thread closed and post in mdk forum for any issues you have.

like all good posters include all relevant things including you have 3 drives their partition makeup...what version of mdk you are trying ....and what its current /etc/fstab file is.

hint why not try a search first?

good luck
Thank U, Knoppix Has some Poblems specially relating to mounting, VCD/DVD playing.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed ISPConfig succesfully, now my java scripts aren't working! fatum112 Linux - Server 0 10-28-2006 01:42 PM
Has anyone succesfully installed XEN on Suse10.1 and got it to work? ikw38 Linux - Software 0 07-12-2006 01:26 PM
Windows ME no longer boots after SuSe 9.0 personal installed succesfully... 75monkeys Linux - Newbie 12 05-23-2004 06:34 PM
Installed Fedora, which installed Grub - how to boot to Knoppix? squall14716 Linux - General 3 03-15-2004 03:11 PM
Anyone succesfully installed WordPerfect 8 under Mandrake 8.0 pervez_choudhury Linux - Software 1 06-19-2001 04:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 04:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration