home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23006 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.1 KB  |  59 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!munnari.oz.au!hp9000.csc.cuhk.hk!cucs5.cs.cuhk.hk!wong060
  3. From: wong060@cs.cuhk.hk (Lewis S.H. Wong)
  4. Subject: Re: Repost of swapper/scsi(?) boot problem 0.98.5, 0.99.2
  5. Message-ID: <1993Jan6.080345.25613@cucs5.cs.cuhk.hk>
  6. Keywords: boot problem swapper scsi 0.98.5 0.99.2
  7. Sender: news@cucs5.cs.cuhk.hk
  8. Organization: Faculty of Engineering, The Chinese U. of Hong Kong
  9. References: <philipr.726164463@extro.ucc.su.OZ.AU>
  10. Date: Wed, 6 Jan 1993 08:03:45 GMT
  11. Lines: 46
  12.  
  13. philipr@extro.ucc.su.OZ.AU (Philip Rhoades) writes:
  14.  
  15. >This is a repost of a previous problem - there was no posted solution
  16. >and my mail to the person bounced. I have the same problem with both the
  17. >SLS 0.98.5 created boot disk and a new boot disk from 0.99.2:
  18.  
  19. >Last week I've tried to upgrade to 98p6 by recompiling the new kernel and
  20. >making a new bootdisk (yes, I don not use Lilo) ... compiling was fine, but
  21. >when I tried to boot from the new disk I've got the following:
  22.  
  23. >    (after recognizing my SCSI disk correctly ...)
  24. >    general protection: 0000
  25. >    EIP: 0008:0004C461
  26. >    EFLAGS: 00010286
  27. >    fs: 0017
  28. >    base: C0000000, limit 000A0000
  29. >    PID: 0, process nr: 0
  30. >    C7 02 00 00 00 00 A1 68 FF 04
  31. >    task[0] (swapper) killed - unable to recover
  32. >    kernel panic: trying to free up swapper memory space
  33. >    in swapper task - not syncing
  34.  
  35. >Then it all halts ... I've tried the 99 version, too - with the same
  36. >result. But I can boot it from my old 98p5 bootdisk ...
  37.  
  38. >Is there a way to get 98p6 or 99 running ? My machine is a 486 with 
  39. >8 meg RAM and a SCSI disk on an AHA1542B
  40.  
  41. >Please, is there any solution ? Maybe something has changed for compiling
  42. >the kernel from 98p5 to 98p6 ? Any options etc. ?
  43.  
  44. >Sven Kuehne                        Technische Universitaet Braunschweig
  45. >c0033010@ws.rz.tu-bs.de            Rechenzentrum
  46.  
  47. >- Anyone have a solution to Sven and my problems?
  48. You need to change the ROOT_DEV to the appropriate harddisk partition,
  49. for example,
  50.  
  51. ROOT_DEV=/dev/sda3
  52.  
  53. this means the third partition of the first scsi harddisk will be the
  54. root device of Linux.
  55.  
  56. Lewis
  57.  
  58. wong060@cs.cuhk.hk
  59.