Splack Linux
Slackware for Sparc
Sign Up!
Login
Welcome to Splack Linux
Monday, February 06 2012 @ 04:36 PM

Splack 10 beta with serial console

Hardware compatibilityI\'m trying to install the beta on an Ultra 1, not having a sun keyboard to hand, I\'m using a vt320 on the console port.
The kernel boots fine, and takes me to the login screen, but on trying to log in as root I get the messages Bummer, can\'t open /dev/tty2 and tty3, as would be expected given that I only have the one real terminal, these just keep on repeating forever.
In splack 8 there was an option to boot with a serial console, but this seems to be missing in 10. Is there a workaround, or is the only option to install splack 8 and upgrade?

Story Options

5 comments

The following comments are owned by whomever posted them. This site is not responsible for what they say.
Authored by: crn on Friday, February 18 2005 @ 11:22 PM Splack 10 beta with serial console
Does this happen when you reboot after installing ?
If so boot from cdrom, mount your root partition on /mnt
chroot /mnt /bin/sh
vi /etc/inittab and comment out the offending tty lines

exit
umount /mnt
reboot


[ # ]
Authored by: Anonymous on Saturday, February 19 2005 @ 01:00 AM Splack 10 beta with serial console
No, this is booting from the install iso, I can't proceed with the install as the
errors seem to be preventing bash from starting on the console.
I think it should be possible to edit the inittab in the initrd.img to remove the
offending lines, but I've yet to test this theory...
[ # ]