| Author |
Message |
absolutezero
Stray Dog
Joined: 23 Jun 2001 Posts: 3
Location: USA
|
Posted:
Sat Jun 23, 2001 2:25 pm Post subject: |
|
i am having a problem with the install, i get it all installed. and when i got to boot for the first time i get an error 22:05, can't find root FS, any ideas. I really want to use this program, but can't get passed this thing
thanks justin |
|
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Sat Jun 23, 2001 4:03 pm Post subject: |
|
Do you have a raid card? |
_________________
Toxin wrote:It's on Fox News - it must be true.
|
|
|
|
|
absolutezero
Stray Dog
Joined: 23 Jun 2001 Posts: 3
Location: USA
|
Posted:
Mon Jun 25, 2001 6:26 am Post subject: |
|
no i don't have a raid card |
|
|
|
|
|
|
rsaenz
Stray Dog
Joined: 18 Jun 2001 Posts: 14
Location: Honduras
|
Posted:
Mon Jun 25, 2001 7:09 am Post subject: |
|
that same message i see once, but the LinuxforWindows was installed. if is true, the way to invoke the linux is from windows, program file: linux for windows or something. if you donīt find the icon, will have to search thru my computer/C drive/Linux
this is only if linuxForWindows was used on install |
_________________ --------------------
hi!
may the force be with you
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Mon Jun 25, 2001 8:39 am Post subject: |
|
Quote:
no i don't have a raid card
22:05 == MAJOR:MINOR
printf "%d\n" 0x22
gives 34
than you look for 34 in the list you get with
ls -l /dev/hd*
brw-rw---- 1 root disk 34, 5 apr 30 06:10 /dev/hdg5
that is why i asked if you had raid. So what kind of hardware do you have? |
_________________
Toxin wrote:It's on Fox News - it must be true.
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Mon Jun 25, 2001 8:50 am Post subject: |
|
Quote:
that same message i see once, but the LinuxforWindows was installed. if is true, the way to invoke the linux is from windows, program file: linux for windows or something. if you donīt find the icon, will have to search thru my computer/C drive/Linux
this is only if linuxForWindows was used on install
--------------------
hi!
may the force be with you
The error 22:05 or something like it is common. You get it when lilo can't find the kernel and i think your error had a other reason than zeros. |
_________________
Toxin wrote:It's on Fox News - it must be true.
|
|
|
|
|
absolutezero
Stray Dog
Joined: 23 Jun 2001 Posts: 3
Location: USA
|
Posted:
Mon Jun 25, 2001 1:13 pm Post subject: |
|
i have a intel IDE card, it work fine with 7.2 but no go with 8.0 |
|
|
|
|
|
|
SillyRabbit
Mutt

Joined: 16 May 2001 Posts: 127
Location: Canary Islands
|
Posted:
Wed Jun 27, 2001 12:26 pm Post subject: |
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Wed Jun 27, 2001 3:41 pm Post subject: |
|
Start the installation cd
press f1
type: rescue
$fdisk -l /dev/hda
you should now see your linux partitions, if not don't go on. POST
$mount -a /dev/hda5 /mnt
$chroot /mnt
change with your favorite editor in /etc/lilo.conf
/dev/hdg* into /dev/hda*
$lilo
this should do it but if it doesn't and your computer is screwed up don't blame me.
Because you should have backed up if you had important information on it. |
_________________
Toxin wrote:It's on Fox News - it must be true.
|
|
|
|
|
|
|