Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2002 14:32:48 +0100
From:      "Petr Holub" <hopet@ics.muni.cz>
To:        <current@FreeBSD.ORG>
Subject:   5.0-DP2 installation problems or be disklabel and GEOM revisited
Message-ID:  <000701c2993e$23e90110$2603fb93@kloboucek>

next in thread | raw e-mail | index | archive | help
Hi all,

I've tried to install 5.0-DP2 and encountered some nasty problems
with disklabel afterward. I've quite a lot of log/debug material
so I don't attach everything since it would be very large mail.
Attached logs are below my signature. I can provide more info if neede
to find out what's up. Here is what happened:

1) I've 60 GB disk with 3 primary partitions and 2 on extended block.
   1st partition contained Win2k, 2nd partition contained 4.6.2 and I
   wanted to install 5.0-DP2 on third one which contained linux; I had
   grub installed on 2nd partition which was marked as active
2) after booting 5.0-DP2 into sysinstall I changed Id of 3rd partition
   to 165 and moved to disklabel; disklabel refused to work on this
   partition so I moved back to sysinstall fdisk deleted 3rd partition
   created it again and disklabel worked (I've met this before even
   with 4.x release - there seems to be some incompatibility between
   sysinstall fdisk and linux fdisk which was originally used to create
   3rd partition); then I installed 5.0-DP2
3) after the reboot I got "invalid partition table" message by BIOS;
   when booted from CD I found both 2nd and 3rd partition had active
   flags; so I removed active flag from third one
4) 4.6.2 booted though there was no grub (?!?)
5) I tried to reinstall grub. Ooops - strange thnigs appeared (see log1
   bellow my signature). That's strange because of two reasons: fist is
   "file not found" message and second is that according to grub
   /boot/loader points to 3rd partition with 5.0-DP2!
6) using /stand/sysinstall in 4.6.2 I managed to install standard
   FreeBSD BootMgr in MBR so I'm able to boot all three systems
7) then I did following:
   7a) rebooted to 5.0
       mount /dev/ad0s2a /mnt
       [something else...]
       sync && sync
       umount /mnt
   7b) rebooted to 4.6.2
/dev/ad0s2a: BAD SUPER BLOCK: VALUES IN SUPERBLOCK DISAGREE WITH THOSE IN FIRST
  ALTERNATE
/dev/ad0s2a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
/dev/ad0s2a: CANNOT WRITE: BLK 2016
/dev/ad0s2a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
/dev/ad0s2a: Automatic file system check failed . . . help!

fsck -b 32 /dev/ad0s2a
[output cut out intentionally]
FREE BLK COUNT(S) WRONG IN SUPERBLK
SALVAGE? [yn] (my answer -> y)
2444 files, 121492 used, 374619 free (1611 frags, 46626 blocks, 0.3% fragmentation)
UPDATE STANDARD SUPERBLOCK? [yn] (my answer -> y)
***** FILE SYSTEM WAS MODIFIED *****

   7c) rebooted to 4.6.2 again - no problems during boot but I can
       see dmesg of 5.0-DP2 from 4.6.2 as well as tho one of 4.6.2
       (see log 2)

8) what's even more nasty is that 5.0-DP2 ate some disklabel information
   from 4.6.2 partition (log 3) while 5.0-DP2 partition seems to be OK
   (log 4). (log 3) and (log 4) are done using 4.6.2 while (log 5) and (log 6)
   are done using 5.0-DP2 (look at the offset differences!). 5.0-DP2 furthermore
   complains while doing "disklabel -r":
Warning, partition c doesn't start at 0!
Warning, partition c doesn't cover the whole unit!
Warning, An incorrect partition c may cause problems for standard system utiliti
es

Some notes on the disk: it's IBM 60GXP IC35L060AVER07-0.
1) BIOS opinion on the disk:
   C/H/S: 29347/16/255, 61493MB, LBA, 32Bit On, Block Mode 16Sec, PIO 4, UDMA 5
2) Linux opinion (RedHat 6.2 with booted from install CD with all default
   kernel and fdisk):
   hda: 120103200 sectors (61493 MB) w/1916KiB Cache, CHS=7476/255/63
3) 4.6.2 according to dmesg:
   ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA100
4) 4.6.2 according to fdisk:
   cylinders=7476 heads=255 sectors/track=63 (16065 blks/cyl)
5) 5.0-DP2 according to dmesg:
   ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA100
6) 5.0-DP2 according to fdisk:
   cylinders=119150 heads=16 sectors/track=63 (1008 blks/cyl)

Does anybody have an idea what's up? I'm really afraid of two systems
cross-writing on their paritions :-((( It reminds me of Harry Potter
and Dissapearing Disklabel though I'm not using USF2 (at least not
intentionally) :-(.

BTW: Is it possible to use Kirk McKusick's patch on 5.0-DP2? In my
opinion there is some problem with GEOM (and disklabel might just
get it worse)...

Thanks,
Petr

================================================================
                            Petr Holub
CESNET z.s.p.o.                       Supercomputing Center Brno
Zikova 4                             Institute of Compt. Science
160 00 Praha 6, CZ                            Masaryk University
Czech Republic                     Botanicka 68a, 60200 Brno, CZ 
e-mail: Petr.Holub@cesnet.cz              phone: +420-5-41512213
                                       e-mail: hopet@ics.muni.cz  
 
================================================================
(log 1)
================================================================
bash-2.05a# ls -li /kernel /kernel.prev /boot/grub/stage1 /boot/loader
117149 -r--r--r--  1 root  wheel      512 Nov 29 22:16 /boot/grub/stage1
117125 -r-xr-xr-x  1 root  wheel   155648 Aug 14 21:20 /boot/loader
    12 -r-xr-xr-x  1 root  wheel  3039473 Sep  3 19:51 /kernel
    84 -r-xr-xr-x  1 root  wheel  3039250 Jun 24 11:11 /kernel.prev

grub> find /kernel
Error 15: File not found
grub> find /kernel.prev
Error 15: File not found
grub> find /boot/loader
 (hd0,2,a)
grub> find /boot/grub/stage1
Error 15: File not found
================================================================


================================================================
(log 2)
================================================================
Preloaded elf kernel "kernel" at 0xc040c000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 10 entries at 0xc00f7df0
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
agp0: <VIA Generic host to PCI bridge> mem 0xe0000000-0xe3ffffff at device 0.0 on pci0
pcib1: <PCI to PCI bridge (vendor=1106 device=b099)> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <Matrox MGA G400 AGP graphics accelerator> at 0.0 irq 5
tx0: <SMC EtherPower II 10/100> port 0xd400-0xd4ff mem 0xdfffd000-0xdfffdfff irq 10 at device 6.0 on pci0
miibus0: <MII bus> on tx0
acphy0: <AC101 10/100 media interface> on miibus0
acphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
tx0: address 00:e0:29:8e:75:19, type SMC9432TX_1
pci0: <unknown card> (vendor=0x11de, dev=0x6120) at 7.0 irq 10
bktr0: <BrookTree 878> mem 0xdedfc000-0xdedfcfff irq 11 at device 8.0 on pci0
iicbb0: <I2C bit-banging driver> on bti2c0
iicbus0: <Philips I2C bus> on iicbb0 master-only
iicbus1: <Philips I2C bus> on iicbb0 master-only
smbus0: <System Management Bus> on bti2c0
bktr0: Detected a DPL34-1@-@0 at 0x84
bktr0: AVer Media TV/FM, Philips FR1216 PAL FM tuner, dpl3518a dolby.
pci0: <unknown card> (vendor=0x109e, dev=0x0878) at 8.1 irq 11
pcm0: <Creative EMU10K1> port 0xd000-0xd01f irq 5 at device 9.0 on pci0
isab0: <PCI to ISA bridge (vendor=1106 device=3074)> at device 17.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 8233 ATA100 controller> port 0xff00-0xff0f at device 17.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <VIA 83C572 USB controller> port 0xc400-0xc41f irq 11 at device 17.2 on pci0
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xc800-0xc81f irq 11 at device 17.3 on pci0
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ugen0: Genesys Logic USB Host To Host Bridge, rev 1.00/1.80, addr 2
uhci2: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 11 at device 17.4 on pci0
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
orm0: <Option ROMs> at iomem 0xc0000-0xc87ff,0xc8800-0xcbfff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
BRIDGE 020214 loaded
IPsec: Initialized Security Association Processing.
ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA100
acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-106S 0114> at ata1-master PIO4
acd1: CD-RW <PLEXTOR CD-R PX-W1210A> at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
fd0c: hard error reading fsbn 0 of 0-7 (No status)
Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped

syncing disks... 3 
done
Uptime: 7m23s
Rebooting...
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 5.0-DP2 #0: Fri Nov 29 23:33:32 CET 2002
    toor@evenstar.ics.muni.cz:/usr/src/sys/i386/compile/EVENSTAR
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0687000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc06870a8.
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 1204292260 Hz
CPU: AMD Athlon(tm) Processor (1204.29-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x642  Stepping = 2
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
  AMD Features=0xffffffffc0440000<RSVD,AMIE,DSP,3DNow!>
real memory  = 536805376 (511 MB)
avail memory = 514482176 (490 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <AMIINT > on motherboard
Using $PIR table, 10 entries at 0xc00f7df0
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
---- initial configuration ------------------------
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.1.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.1.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.17.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.17.3
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.5.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.5.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.5.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.5.3
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.6.0
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.6.1
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.6.2
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.6.3
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.7.0
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.7.1
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.7.2
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.7.3
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.8.0
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.8.1
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.8.2
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.8.3
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.9.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.9.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.9.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.9.3
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.11.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.11.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.11.2
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.12.0
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.18.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.18.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.18.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.18.3
---- before setting priority for links ------------
---- before fixup boot-disabled links -------------
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.1.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.1.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.17.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.17.3
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.5.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.5.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.5.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.5.3
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.6.0
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.6.1
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.6.2
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.6.3
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.7.0
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.7.1
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.7.2
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.7.3
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.8.0
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.8.1
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.8.2
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.8.3
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.9.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.9.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.9.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.9.3
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.11.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.11.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.11.2
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.12.0
\\_SB_.LNKA irq   5: [  3  4  5  6  7 10 11 12 14 15]  0.18.0
\\_SB_.LNKB irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.18.1
\\_SB_.LNKC irq  10: [  3  4  5  6  7 10 11 12 14 15]  0.18.2
\\_SB_.LNKD irq  11: [  3  4  5  6  7 10 11 12 14 15]  0.18.3
pci0: <ACPI PCI bus> on pcib0
agp0: <VIA Generic host to PCI bridge> mem 0xe0000000-0xe3ffffff at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
tx0: <SMC EtherPower II 10/100> port 0xd400-0xd4ff mem 0xdfffd000-0xdfffdfff irq 10 at device 6.0 on pci0
acphy0: <AC101 10/100 media interface> on miibus0
acphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
tx0: address 00:e0:29:8e:75:19, type SMC9432TX_1
pci0: <multimedia, video> at device 7.0 (no driver attached)
bktr0: <BrookTree 878> mem 0xdedfc000-0xdedfcfff irq 11 at device 8.0 on pci0
bktr0: Detected a DPL34-1@-@0 at 0x84
bktr0: AVer Media TV/FM, Philips FR1216 PAL FM tuner, dpl3518a dolby.
pci0: <multimedia> at device 8.1 (no driver attached)
pcm0: <Creative EMU10K1> port 0xd000-0xd01f irq 5 at device 9.0 on pci0
isab0: <PCI-ISA bridge> at device 17.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 8233 ATA100 controller> port 0xff00-0xff0f at device 17.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <VIA 83C572 USB controller> port 0xc400-0xc41f irq 11 at device 17.2 on pci0
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xc800-0xc81f irq 11 at device 17.3 on pci0
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ugen0: Genesys Logic USB Host To Host Bridge, rev 1.00/1.80, addr 2
uhci2: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 11 at device 17.4 on pci0
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
acpi_button1: <Sleep Button> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4
fdc0: cmd 3 failed at out byte 1 of 3
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
fdc0: cmd 3 failed at out byte 1 of 3
orm0: <Option ROMs> at iomem 0xc8800-0xcbfff,0xc0000-0xc87ff on isa0
pmtimer0 on isa0
fdc0: cannot reserve I/O port range (6 ports)
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 16 steps from 100% to 6.2%
ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA100
acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-106S 0114> at ata1-master PIO4
acd1: CD-RW <PLEXTOR CD-R PX-W1210A> at ata1-slave PIO4
MBREXT Slice 5 on ad0s4:
0000   00 fe ff ff 82 fe ff ff 3f 00 00 00 83 2d 10 00  |........?....-..|
[0] f:00 typ:130 s(CHS):255/254/255 e(CHS):255/254/255 s:63 l:1060227
0000   00 00 c1 ff 05 fe ff ff c2 2d 10 00 45 63 55 02  |.........-..EcU.|
[1] f:00 typ:5 s(CHS):255/0/193 e(CHS):255/254/255 s:1060290 l:39150405
MBREXT Slice 6 on ad0s4:
0000   00 fe ff ff 07 fe ff ff 3f 00 00 00 06 63 55 02  |........?....cU.|
[0] f:00 typ:7 s(CHS):255/254/255 e(CHS):255/254/255 s:63 l:39150342
0000   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  |................|
[1] f:00 typ:0 s(CHS):0/0/0 e(CHS):0/0/0 s:0 l:0
Mounting root from ufs:/dev/ad0s3a
Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped

syncing disks... 2 2 
done
Uptime: 2m5s
Terminate ACPI
Rebooting...
Copyright (c) 1992-2002 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 4.6.2-RELEASE #0: Tue Sep  3 19:49:27 CEST 2002
    toor@evenstar.ics.muni.cz:/usr/src/sys/compile/EVENSTAR
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD Athlon(tm) Processor (1204.30-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x642  Stepping = 2
  Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
  AMD Features=0xc0440000<<b18>,AMIE,DSP,3DNow!>
real memory  = 536805376 (524224K bytes)
avail memory = 518524928 (506372K bytes)
Preloaded elf kernel "kernel" at 0xc040c000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 10 entries at 0xc00f7df0
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
pci0: <PCI bus> on pcib0
agp0: <VIA Generic host to PCI bridge> mem 0xe0000000-0xe3ffffff at device 0.0 on pci0
pcib1: <PCI to PCI bridge (vendor=1106 device=b099)> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <Matrox MGA G400 AGP graphics accelerator> at 0.0 irq 5
tx0: <SMC EtherPower II 10/100> port 0xd400-0xd4ff mem 0xdfffd000-0xdfffdfff irq 10 at device 6.0 on pci0
miibus0: <MII bus> on tx0
acphy0: <AC101 10/100 media interface> on miibus0
acphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
tx0: address 00:e0:29:8e:75:19, type SMC9432TX_1
pci0: <unknown card> (vendor=0x11de, dev=0x6120) at 7.0 irq 10
bktr0: <BrookTree 878> mem 0xdedfc000-0xdedfcfff irq 11 at device 8.0 on pci0
iicbb0: <I2C bit-banging driver> on bti2c0
iicbus0: <Philips I2C bus> on iicbb0 master-only
iicbus1: <Philips I2C bus> on iicbb0 master-only
smbus0: <System Management Bus> on bti2c0
bktr0: Detected a DPL34-1@-@0 at 0x84
bktr0: AVer Media TV/FM, Philips FR1216 PAL FM tuner, dpl3518a dolby.
pci0: <unknown card> (vendor=0x109e, dev=0x0878) at 8.1 irq 11
pcm0: <Creative EMU10K1> port 0xd000-0xd01f irq 5 at device 9.0 on pci0
isab0: <PCI to ISA bridge (vendor=1106 device=3074)> at device 17.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 8233 ATA100 controller> port 0xff00-0xff0f at device 17.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: <VIA 83C572 USB controller> port 0xc400-0xc41f irq 11 at device 17.2 on pci0
usb0: <VIA 83C572 USB controller> on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: <VIA 83C572 USB controller> port 0xc800-0xc81f irq 11 at device 17.3 on pci0
usb1: <VIA 83C572 USB controller> on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ugen0: Genesys Logic USB Host To Host Bridge, rev 1.00/1.80, addr 2
uhci2: <VIA 83C572 USB controller> port 0xcc00-0xcc1f irq 11 at device 17.4 on pci0
usb2: <VIA 83C572 USB controller> on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
orm0: <Option ROMs> at iomem 0xc0000-0xc87ff,0xc8800-0xcbfff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
plip0: <PLIP network interface> on ppbus0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
BRIDGE 020214 loaded
IPsec: Initialized Security Association Processing.
ad0: 58644MB <IC35L060AVER07-0> [119150/16/63] at ata0-master UDMA100
acd0: DVD-ROM <Pioneer DVD-ROM ATAPIModel DVD-106S 0114> at ata1-master PIO4
acd1: CD-RW <PLEXTOR CD-R PX-W1210A> at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
================================================================

================================================================
(log 3)
================================================================
# /dev/ad0s2:
type: ESDI
disk: ad0s2
label: 
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 1529
sectors/unit: 24563385
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0		# milliseconds
track-to-track seek: 0	# milliseconds
drivedata: 0 

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  a:  1024000        0    unused        0     0       	# (Cyl.    0 - 63*)
  b:  2097152  1024000    unused        0     0       	# (Cyl.   63*- 194*)
  c: 24563385        0    unused        0     0       	# (Cyl.    0 - 1528)
  e:   921600  3121152    unused        0     0       	# (Cyl.  194*- 251*)
  f: 20520633  4042752    unused        0     0       	# (Cyl.  251*- 1528*)
================================================================

================================================================
(log 4)
================================================================
# /dev/ad0s3:
type: ESDI
disk: ad0s3
label: 
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 894
sectors/unit: 14362110
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0		# milliseconds
track-to-track seek: 0	# milliseconds
drivedata: 0 

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  a:   409600        0    4.2BSD        0     0     0 	# (Cyl.    0 - 25*)
  b:  2097152   409600      swap                    	# (Cyl.   25*- 156*)
  c: 14362110        0    unused        0     0       	# (Cyl.    0 - 893)
  d:   409600  2506752    4.2BSD        0     0     0 	# (Cyl.  156*- 181*)
  e:   409600  2916352    4.2BSD        0     0     0 	# (Cyl.  181*- 207*)
  f: 11036158  3325952    4.2BSD        0     0     0 	# (Cyl.  207*- 893*)
================================================================

================================================================
(log 5)
================================================================
# /dev/ad0s2:
type: ESDI
disk: ad0s2
label: 
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 7476
sectors/unit: 120103200
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0		# milliseconds
track-to-track seek: 0	# milliseconds
drivedata: 0 

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  a:  1024000 40965750    unused        0     0       	# (Cyl. 2550 - 2613*)
  b:  2097152 41989750    unused        0     0       	# (Cyl. 2613*- 2744*)
  c: 24563385 40965750    unused        0     0       	# (Cyl. 2550 - 4078)
  e:   921600 44086902    unused        0     0       	# (Cyl. 2744*- 2801*)
  f: 20520633 45008502    unused        0     0       	# (Cyl. 2801*- 4078*)
Warning, partition c doesn't start at 0!
Warning, partition c doesn't cover the whole unit!
Warning, An incorrect partition c may cause problems for standard system utiliti
es
================================================================



================================================================
(log 6)
================================================================
# /dev/ad0s3:
type: ESDI
disk: ad0s3
label: 
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 7476
sectors/unit: 120103200
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0		# milliseconds
track-to-track seek: 0	# milliseconds
drivedata: 0 

8 partitions:
#        size   offset    fstype   [fsize bsize bps/cpg]
  a:   409600 65529135    4.2BSD        0     0     0 	# (Cyl. 4079 - 4104*)
  b:  2097152 65938735      swap                    	# (Cyl. 4104*- 4235*)
  c: 14362110 65529135    unused        0     0       	# (Cyl. 4079 - 4972)
  d:   409600 68035887    4.2BSD        0     0     0 	# (Cyl. 4235*- 4260*)
  e:   409600 68445487    4.2BSD        0     0     0 	# (Cyl. 4260*- 4286*)
  f: 11036158 68855087    4.2BSD        0     0     0 	# (Cyl. 4286*- 4972*)
Warning, partition c doesn't start at 0!
Warning, partition c doesn't cover the whole unit!
Warning, An incorrect partition c may cause problems for standard system utiliti
es
================================================================

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000701c2993e$23e90110$2603fb93>