home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / sys5 / r4 / 1206 < prev    next >
Encoding:
Text File  |  1993-01-10  |  2.2 KB  |  55 lines

  1. Newsgroups: comp.unix.sys5.r4
  2. Path: sparky!uunet!paladin.american.edu!gatech!rpi!newsserver.pixel.kodak.com!laidbak!tellab5!vpnet!samantha!jeff
  3. From: jeff@samantha.chi.il.us (Jeffrey K. Johnson)
  4. Subject: Re: Multi boot
  5. Message-ID: <1993Jan10.074209.1208@samantha.chi.il.us>
  6. Reply-To: jeff@samantha.chi.il.us
  7. Organization: JBC Associates
  8. References: <1993Jan4.015620.16920@sun490.fdu.edu>
  9. Date: Sun, 10 Jan 1993 07:42:09 GMT
  10. Lines: 43
  11.  
  12. In <1993Jan4.015620.16920@sun490.fdu.edu> sturm@sun490.fdu.edu (Neal Sturm) writes:
  13.  
  14. : 1. Has anyone had any luck with BOOTMENU by Gordon W. Ross. Actually,
  15. : the bootmenu program works fine, it's the PFDISK program that I have
  16. : been having trouble with. There seems to be a bug in it when the
  17. : partition size is greater then 99 Meg.
  18.  
  19. I am using BOOTMENU on ISC SVR4.0.3.  I had to hack PFDISK to use the
  20. ioctl to do absolute sector reads and writes since the SCSI disk device
  21. driver doesn't provide access to sector 0 without creating a slice using
  22. edvtoc(1M).  I don't have the 99M problem you described.  Here are my
  23. partition tables:  (I have an Adaptec 1542B so 1 cylinder = 1 Meg)
  24.  
  25.     # pfdisk version 1.3 by Gordon W. Ross  Oct. 1990
  26.     For help, enter: '?'
  27.     pfdisk> l
  28.     # Partition table on device: /dev/rdsk/0s0
  29.     geometry 496 64 32 (cyls heads sectors)
  30.     #  ID  First(cyl)  Last(cyl)  Name     # start, length (sectors)
  31.     1   6      0         79       MS-DOS   # 32, 163808
  32.     2  99     80        495       SVR4     # 163840, 851968
  33.     3   0      0          0                # 0, 0
  34.     4   0      0          0                # 0, 0
  35.     active: 2  
  36.     pfdisk> 
  37.  
  38.     # Partition table on device: /dev/rdsk/1s0
  39.     geometry 80 64 32 (cyls heads sectors)
  40.     #  ID  First(cyl)  Last(cyl)  Name     # start, length (sectors)
  41.     1   0      0          0       # (empty)  # 0, 0
  42.     2   0      0          0       # (empty)  # 0, 0
  43.     3   6      0         77       # DOS-big  # 32, 159712
  44.     4  99     78         79       # UNIX     # 159744, 4096
  45.     active: 4  
  46.     pfdisk> 
  47.  
  48. Is there a later version of BOOTMENU than 1.3?
  49.  
  50. -- 
  51. Jeff Johnson          Voice: (708) 991-0197    Fax: (708) 358-7578
  52. Computer Consultant      1107 E. Paddock Dr.
  53. JBC Associates          Palatine, IL  60067-4151
  54. jeff@samantha.chi.il.us      ...!uunet!vpnet!samantha!jeff
  55.