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

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