9front - general discussion about 9front
 help / color / mirror / Atom feed
* disk errors on booting, but not install
@ 2012-06-11 22:58 Ethan Grammatikidis
  2012-06-11 23:39 ` sl
  0 siblings, 1 reply; 3+ messages in thread
From: Ethan Grammatikidis @ 2012-06-11 22:58 UTC (permalink / raw)
  To: 9front

machine is an x61, this is the first time I'm running it without ide emulation.

using the latest iso, it installed ok, mounting cwfs and running mkfs all went as expected, but it has problems on boot. there are two problems, they may be related or separate, not sure. it's been tried with 9pcf and 9pccpuf on-disk, and 9pcf on iso (actually usb, but i used the kernel from the iso).

problem 1: if it loads the kernel from the hdd it complains about the disk, giving multiple "bad disk" errors (sometimes filling the screen) and repeatedly reporting the disk name. if it loads the kernel from usb it doesn't give these errors. same kernel, the only difference is where it's loaded from.

5f74fcf22a25322029feaee86c21eb38	/n/9/9pcf
5f74fcf22a25322029feaee86c21eb38	/shr/sdU7.0/9pcf

problem 2: if i tell it to use the installed cwfs root it just re-prompts for bootargs. i think it also says the partition doesn't exist (like "/dev/sdE0/other doesn't exist"), but i failed to actually make a note of which conditions cause that message. also if the kernel is 9pccpuf it re-prompts for nvram data every time it wants the bootargs.

-- 
This is obviously some strange usage of the 
word "simple" that I was previously unaware of.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: disk errors on booting, but not install
  2012-06-11 22:58 disk errors on booting, but not install Ethan Grammatikidis
@ 2012-06-11 23:39 ` sl
  2012-06-12  0:17   ` disk errors on booting, but not install [CRUSHD LIEK BUG] Ethan Grammatikidis
  0 siblings, 1 reply; 3+ messages in thread
From: sl @ 2012-06-11 23:39 UTC (permalink / raw)
  To: 9front

> machine is an x61, this is the first time I'm running it without ide emulation.

It sounds like there is some disagreement between BIOS, install and the installed
system. If the settings aren't precisely the same both during and after install you
may run into problems.

Can you show us the contents of your plan9.ini? On my x61t I use this:

bootfile=9pcf
bootargs=local!/dev/sdE0/fscache
nobootprompt=local!/dev/sdE0/fscache
nvram=/dev/sdE0/nvram
mouseport=ps2intellimouse
monitor=vesa
vgasize=1024x768x32
*msi=1
*acpi=
*mp=400
*mp0=00 00 14 03 fb 06 00 00 ff fb eb bf 00 00 00 00 
*mp1=00 00 00 00 00 01 14 01 fb 06 00 00 ff fb eb bf 
*mp2=00 00 00 00 00 00 00 00 01 00 50 43 49 20 20 20 
*mp3=01 03 50 43 49 20 20 20 01 15 50 43 49 20 20 20 
*mp4=01 16 49 53 41 20 20 20 02 02 20 01 00 00 c0 fe 
*mp5=03 03 05 00 16 00 02 00 03 00 05 00 16 01 02 01 
*mp6=03 00 05 00 16 00 02 02 03 00 05 00 16 03 02 03 
*mp7=03 00 05 00 16 04 02 04 03 00 05 00 16 05 02 05 
*mp8=03 00 05 00 16 06 02 06 03 00 05 00 16 07 02 07 
*mp9=03 00 05 00 16 08 02 08 03 00 05 00 16 09 02 09 
*mp10=03 00 05 00 16 0a 02 0a 03 00 05 00 16 0b 02 0b 
*mp11=03 00 05 00 16 0c 02 0c 03 00 05 00 16 0d 02 0d 
*mp12=03 00 05 00 16 0e 02 0e 03 00 05 00 16 0f 02 0f 
*mp13=04 03 05 00 16 00 ff 00 04 01 05 00 16 00 ff 01 
*mp14=03 00 00 00 00 04 02 10 03 00 00 00 00 0D 02 11
*mp15=03 00 00 00 00 0E 02 12 03 00 00 00 00 64 02 14
*mp16=03 00 00 00 00 68 02 14 03 00 00 00 00 69 02 15
*mp17=03 00 00 00 00 6A 02 16 03 00 00 00 00 6D 02 11
*mp18=03 00 00 00 00 70 02 14 03 00 00 00 00 71 02 15
*mp19=03 00 00 00 00 72 02 16 03 00 00 00 00 73 02 17
*mp20=03 00 00 00 00 74 02 10 03 00 00 00 00 75 02 11
*mp21=03 00 00 00 00 76 02 12 03 00 00 00 00 77 02 13
*mp22=03 00 00 00 00 7D 02 10 03 00 00 00 00 7E 02 10
*mp23=03 00 00 00 03 00 02 11 03 00 00 00 15 00 02 10 
*mp24=03 00 00 00 15 01 02 11 03 00 00 00 15 02 02 12

Key here is the combination of *msi=1 and SATA.

-sl

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: disk errors on booting, but not install [CRUSHD LIEK BUG]
  2012-06-11 23:39 ` sl
@ 2012-06-12  0:17   ` Ethan Grammatikidis
  0 siblings, 0 replies; 3+ messages in thread
From: Ethan Grammatikidis @ 2012-06-12  0:17 UTC (permalink / raw)
  To: 9front

On Mon, 11 Jun 2012 23:39:39 +0000
sl@9front.org wrote:

> > machine is an x61, this is the first time I'm running it without ide emulation.
> 
> It sounds like there is some disagreement between BIOS, install and the installed
> system. If the settings aren't precisely the same both during and after install you
> may run into problems.
> 
> Can you show us the contents of your plan9.ini? On my x61t I use this:
> 

mine's a lot simpler:


bootfile=9pccpuf
bootargs=local!/dev/sdE0/other
nvram=/dev/sdE0/nvram
mouseport=ps2
monitor=vesa
vgasize=1024x768x16

ohh.. that's wierd. I have *msi=1 on the usb plan9.ini. the installer didn't put that into the on-disk one. it put all my other mods in so I didn't think about it.

And that was it! Both problems gone with this one line: *msi=1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-12  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-11 22:58 disk errors on booting, but not install Ethan Grammatikidis
2012-06-11 23:39 ` sl
2012-06-12  0:17   ` disk errors on booting, but not install [CRUSHD LIEK BUG] Ethan Grammatikidis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).