LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
LinkBack Search this Thread
Old 06-19-2003, 08:18 PM   #1
jman11587
LQ Newbie
 
Registered: Jun 2003
Posts: 6

Rep: Reputation: 0
unable to boot after using Knoppix...


i am curently dual booting winxp and win server 2003. i tryed out knoppix today a few times, but then after restarting my computer after using win 2003 the comp hasent been able to boot. the screen runs L 99 99 99 99 for about 5 lines and then says please enter system disk or something like that.

i am still able to use knoppix and am using it right now to post this message.

how can i get my comp to boot again?
thanks for your help.
 
Old 06-19-2003, 08:43 PM   #2
fancypiper
Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 55
Apparently, you managed to install lilo to the mbr. You didn't change the partition table, I hope.

# How do I uninstall Linux completely and keep/use Windows only?
How to Remove Linux and Install Windows 2000
How to Remove Linux and Install Windows XP
You can remove lilo from the mbr with
/sbin/lilo -u
You can remove grub or lilo from the mbr by booting with a Windows 98 boot floppy (at the prompt, type fdisk /mbr), or by using the Windows XP Recovery Console or the Windows 2000 Recovery Console
 
Old 06-19-2003, 08:49 PM   #3
jman11587
LQ Newbie
 
Registered: Jun 2003
Posts: 6

Original Poster
Rep: Reputation: 0
i have tried fixing the mbr with winxp recovery console but it said that i have a non-standard partition table signiture. should i do it anyway?
 
Old 06-19-2003, 08:59 PM   #4
fancypiper
Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 55
I don't know windows that well and I mis-trust their tools. Check some things in Linux first to make sure you didn't fsck up your Windows partitioning scheme

Try booting into knoppix and hit control-alt-F2 and command

/sbin/lilo -u

That should un-install lilo from the mbr and restore it to it's origional condition.

You might want to make sure you didn't manage to partition and format your disk as well. Check and make sure you have your origional Windows partitioning and that you don't have any Linux partitions.

fdisk /dev/hd<X> -l

Return to X with alt -F5 (I think, if not try F2-F6 until you find it)

See anything strange besides fat32 and NTFS filesystems? If not, re-boot and Windows should start up.
 
Old 06-19-2003, 09:25 PM   #5
jman11587
LQ Newbie
 
Registered: Jun 2003
Posts: 6

Original Poster
Rep: Reputation: 0
ok, i tried getting rid of lilo by doing what u said (/sbin/lilo -u) but it said no such file or directory.

so then i tried the second thing u said to do (file system check) and from what i understand, it said the system was unknown for both of my harddrives.

what exactly happened? how can it be fixed?
thanks for your help so far.
 
Old 06-19-2003, 09:53 PM   #6
jman11587
LQ Newbie
 
Registered: Jun 2003
Posts: 6

Original Poster
Rep: Reputation: 0
ok, i tried uninstalling lilo again and this time it said,

Unrecognized token "! Please edit /etc/lilo.conf before running lilo!" at or above line 20 in file '/etc/lilo.conf'
 
Old 06-19-2003, 11:41 PM   #7
fancypiper
Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 55
Quote:
so then i tried the second thing u said to do (file system check) and from what i understand, it said the system was unknown for both of my harddrives
I don't know, but it sounds as if you have managed to wipe out both of your drives.

Here is what I get:
Code:
root@uilleann ~ # fdisk -l                 

Disk /dev/hda: 255 heads, 63 sectors, 4865 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1      1217   9772056    c  Win95 FAT32 (LBA)
/dev/hda2          1217      1229     99855   83  Linux
/dev/hda3          1230      1676   3590527+  83  Linux
/dev/hda4          1677      4865  25615642+   5  Extended
/dev/hda5          1677      1742    530113+  82  Linux swap
/dev/hda6          1743      2189   3590496   83  Linux
/dev/hda7          2190      2636   3590496   83  Linux
/dev/hda8          2637      3751   8956206   83  Linux
/dev/hda9          3752      4865   8948173+  83  Linux

Disk /dev/hdb: 255 heads, 63 sectors, 4867 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1   *         1      1217   9772686    c  Win95 FAT32 (LBA)
/dev/hdb2          1217      4867  29321460   83  Linux
root@uilleann ~ #
 
Old 06-19-2003, 11:57 PM   #8
jman11587
LQ Newbie
 
Registered: Jun 2003
Posts: 6

Original Poster
Rep: Reputation: 0
ok, i did the filesystem check again and both my drives say ntfs.

so thats def. a good thing. and i couldnt have wipped out all my files because i can still access them all from linux.

now to get it to boot. i am still getting that error when i try to delete lilo. cant i just configure it in some way? if so, can u explain how...
 
Old 06-20-2003, 12:24 AM   #9
fancypiper
Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 55
Good, you just need to remove lilo from the mbr.

You can remove grub or lilo from the mbr by booting with a Windows 98 boot floppy (at the prompt, type fdisk /mbr), or by using the Windows XP Recovery Console is what I have heard. Do you have a win98 boot floppy or know anyone running windows98? If the XP recovery console or the boot floppy won't remove it, I don't know what else to suggest.
 
Old 06-20-2003, 12:43 AM   #10
jman11587
LQ Newbie
 
Registered: Jun 2003
Posts: 6

Original Poster
Rep: Reputation: 0
im gonna try that tomorrow.

thanks a lot for your help.

i couldnt have done it without you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Knoppix 3.8 Unable to locate RSDP babelbrennt Linux - Distributions 4 11-10-2005 05:59 AM
Unable to Install FC2 or Run Knoppix fogbert Linux - Newbie 12 05-06-2005 02:44 PM
I cant get knoppix to boot from cd Sabre Jaguar Linux - Software 2 02-27-2005 03:19 PM
Knoppix no boot ginnytwo Linux - Software 8 08-03-2004 04:40 PM
unable to restore lilo even using Knoppix thas Mandriva 4 04-05-2004 07:48 PM


All times are GMT -5. The time now is 11:56 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration