Difference between revisions of "User:Tonyr/Journal/Sep07"

From FreekiWiki
Jump to navigation Jump to search
(→‎14Sep07: another link for eMac video)
(15sep07 section)
Line 38: Line 38:
 
''Netboot Revisited''<br>
 
''Netboot Revisited''<br>
 
Vagrant installed my modified boot files on the netboot server (whatever that means).  I tested netboot/install on an iMac, and it worked.  Well, at least it started the install process.  The iMac was defective (severe power and video issues) and died early on in the process.  Let's just say it worked well enough.  More testing to come.
 
Vagrant installed my modified boot files on the netboot server (whatever that means).  I tested netboot/install on an iMac, and it worked.  Well, at least it started the install process.  The iMac was defective (severe power and video issues) and died early on in the process.  Let's just say it worked well enough.  More testing to come.
 +
 +
 +
==15Sep07==
 +
''eMac Video Resolution''<br>
 +
Extracted form one of the links I mentioned yesterday, here are the lines that I insert into the Display section of xorg.conf to get the display to work.
 +
Modeline "1024x768" 99.190000 1024 1072 1168 1376 768 769 772 810 +HSync +VSync
 +
Modeline "1280x960" 122.240000 1280 1328 1424 1696 960 961 964 1002 +HSync +VSync
 +
 +
''Netboot Revisited''<br>
 +
We used the netboot/install setup to do a complete install on another iMac today.  Works well.  The process still needs an automated clock setter early in the installation

Revision as of 14:49, 15 September 2007

06Sep07

Netboot Revisited
Vagrant got the common infrastructure ppc netboot set up, and we tested it on a G3 iMac in the Mac area. With a little coxing and head scratching we got it to find yaboot and yaboot.conf, but after that the process couldn't find any of the other boot files. I'll transcribe the boot trace as best I can here.

<in OpenFirmware>
> boot enet:0,ubuntu-installer\feisty-ppc\yaboot
CLIENT: 00039315657e 192.168.2.128
SERVER: 00163e6c369e 192.168.2.29
<and some other stuff that winked in before switching to...>

<yaboot monitor>
Transfer FILE: /boot.msg
FTP ERROR response 1 File not foundWelcome to yaboot version 1.3.13
Enter "help" to get some basic usage information
boot: <cr>
Please wait, loading kernel...

CLIENT: 00039315657e 192.168.2.128
SERVER: 00163e6c369e 192.168.2.29
Transfer FILE: /vmlinux
TFTP ERROR response 1 File not found
Can't read Elf  e_ident/e_type/e_machine info
boot:

Vagrant said he grabbed the boot files from the feisty-ppc distribution. That's a problem right there, since the initrd file there doesn't work for several reasons, and there are some simple pathname mods necessary in yaboot.conf. My mods are on the resident G3 tower station (in the MacBuild area) on the Desktop in a folder named ubuntu_ppc_netinstall, free for the taking. That doesn't address the issue of not finding the rest of the boot files. The solution to that is down the dhcp/tftp/boot-server path somewhere.


14Sep07

eMac Video Resolution
Feisty installs on an eMac just fine, but the Xorg configuration is inadequate. The default configuration results in no X display of any kind. The vertical refresh rate is wrong. Reconfiguring the xserver doesn't fix anything.

These posts

suggest another horz/vert rate modification, but also shows how to use programs gtf and read-edid to construct the appropriate Modelines for the supported display resolutions. That's the next thing to try.

Netboot Revisited
Vagrant installed my modified boot files on the netboot server (whatever that means). I tested netboot/install on an iMac, and it worked. Well, at least it started the install process. The iMac was defective (severe power and video issues) and died early on in the process. Let's just say it worked well enough. More testing to come.


15Sep07

eMac Video Resolution
Extracted form one of the links I mentioned yesterday, here are the lines that I insert into the Display section of xorg.conf to get the display to work.

Modeline "1024x768" 99.190000 1024 1072 1168 1376 768 769 772 810 +HSync +VSync
Modeline "1280x960" 122.240000 1280 1328 1424 1696 960 961 964 1002 +HSync +VSync

Netboot Revisited
We used the netboot/install setup to do a complete install on another iMac today. Works well. The process still needs an automated clock setter early in the installation