Skip to content

Instantly share code, notes, and snippets.

@scarcry
Created February 27, 2013 18:17
Show Gist options
  • Save scarcry/5050173 to your computer and use it in GitHub Desktop.
Save scarcry/5050173 to your computer and use it in GitHub Desktop.
smartos-20130222T000747Z-USB.img hangs at SunOS screen on old HP laptop with 1GiB of DRAM
booting smartos-20130222T000747Z-USB.img on an old HP laptop hangs at SunOS screen.
I've used both the installer and the no-install option but it hangs at the same point.
No devices except for the thumb drive are attached to any of the laptop's ports.
booting with -v
hangs at:
8042 device: keyboard@0, kb8042 # 0
kb80420 is /pci@0,0/isa@1f/i8042@1,60/keyboard@0
@scarcry
Copy link
Author

scarcry commented Feb 27, 2013

root@OmniOS:~# prtconf -dD
System Configuration: Oracle Corporation i86pc
Memory size: 1016 Megabytes
System Peripherals (Software Nodes):

i86pc (driver name: rootnex)
scsi_vhci, instance #0 (driver name: scsi_vhci)
pci, instance #0 (driver name: npe)
pci103c,30a2 (pciex8086,27a0), instance #0 (driver name: agptarget)
display (pciex8086,27a2), instance #0 (driver name: i915)
pci103c,30a2 (pciex8086,27a6)
pci103c,30a2 (pciex8086,27d8)
pci8086,27d0 (pciex8086,27d0), instance #0 (driver name: pcieb)
pci8086,27d2 (pciex8086,27d2), instance #1 (driver name: pcieb)
pci103c,135c (pciex8086,4222)
pci8086,27d6 (pciex8086,27d6), instance #2 (driver name: pcieb)
pci103c,30a2 (pciex8086,27c8), instance #0 (driver name: uhci)
pci103c,30a2 (pciex8086,27c9), instance #1 (driver name: uhci)
pci103c,30a2 (pciex8086,27ca), instance #2 (driver name: uhci)
pci103c,30a2 (pciex8086,27cb), instance #3 (driver name: uhci)
pci103c,30a2 (pciex8086,27cc), instance #0 (driver name: ehci)
pci8086,2448 (pciex8086,2448), instance #0 (driver name: pci_pci)
pci103c,30a2 (pci104c,8039), instance #0 (driver name: pcic)
pcs, instance #0 (driver name: pcs)
pci103c,30a2 (pci104c,803a), instance #0 (driver name: hci1394)
pci103c,30a2 (pci14e4,170c), instance #0 (driver name: bfe)
isa (pciex8086,27b9), instance #0 (driver name: isa)
motherboard
lp, instance #0 (driver name: ecpp)
i8042, instance #0 (driver name: i8042)
keyboard, instance #0 (driver name: kb8042)
mouse, instance #0 (driver name: mouse8042)
pit_beep, instance #0 (driver name: pit_beep)
pci-ide (pciex8086,27df), instance #0 (driver name: pci-ide)
ide, instance #0 (driver name: ata)
sd, instance #2 (driver name: sd)
ide (driver name: ata)
pci103c,30a2 (pciex8086,27c5), instance #0 (driver name: ahci)
disk, instance #0 (driver name: sd)
fw, instance #0 (driver name: acpinex)
cpu, instance #0 (driver name: cpudrv)
cpu, instance #1 (driver name: cpudrv)
sb, instance #1 (driver name: acpinex)
used-resources
iscsi, instance #0 (driver name: iscsi)
options, instance #0 (driver name: options)
pseudo, instance #0 (driver name: pseudo)
agpgart, instance #0 (driver name: agpgart)

@scarcry
Copy link
Author

scarcry commented Feb 27, 2013

moddebug/W c0000000
mtc_off/W 1
:c <-- continue

installing kb8042, module id 95.
init 'drv/kb8042' id 95 loaded @ 0xfffffffff7c1c000/0xfffffffffbe8ffc4 size 10360/3464
kobj_open: vn_open of /platform/i86pc/kernel/drv/amd64/mouse8042 fails, Errno = 2
kobj_open: vn_open of /kernel/drv/amd64/mouse8042 fails, Errno = 2
kobj_open: vn_open of /usr/kernel/drv/amd64/mouse8042 fails, Errno = 2
can't open drv/mouse8042, path is /platform/i86pc/kernel /kernel /usr/kernel
kobj_open: vn_open of /platform/i86pc/kernel/drv/amd64/mouse8042 fails, Errno = 2
kobj_open: vn_open of /kernel/drv/amd64/mouse8042 fails, Errno = 2
kobj_open: vn_open of /usr/kernel/drv/amd64/mouse8042 fails, Errno = 2
can't open drv/mouse8042, path is /platform/i86pc/kernel /kernel /usr/kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment