[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Booting an LDOM (can't find kernel)



On 07/24/2016 06:50 PM, rodent@NetBSD.org wrote:
> Thanks for your help. Somehow, i made it through the install after selecting
> just the base utilities. The ldom has booted although it hangs on "Started
> Update UTMP about System Runlevel Changes". Here's the dmesg:

I doesn't hang. The machine boots fine, you just need to enable a serial
console, that doesn't happen by default.

Please append "console=ttyS0,9600,8n1" to the kernel command line. A sample
silo.conf for these cases looks like this:

root@notker:~# cat /etc/silo.conf
root=/dev/sda2
partition=1
default=Linux
read-only
timeout=5

image=/boot/vmlinuz
	label=Linux
	append="console=ttyS0,9600,8n1"
	initrd=/boot/initrd.img

image=/vmlinuz.old
	label=LinuxOLD
	append="console=ttyS0,9600,8n1"
	initrd=/initrd.img.old
root@notker:~#

> Overall, this seems to be a big improvement over wheezy, as it couldn't find
> the vdisks as all when booting from the install image. It would be nice to see
> official support for sparc again in the next release, as it seems to have come
> a long way.

We're currently working on making sparc64 release architecture in Debian. Most
of the criteria have been met and we're basically just waiting for some hardware
donation to be set up as the official buildds in Debian's hosting sites.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: