Onsdag 28 mars 2007 21:36, skrev Michael J. Kidd: > Ok.. I'm work'n on integrating this "NO-Dosemu" stuff into my unattended > package..
Im with you, doing the same :) > I've got it all working with one HUGE exception. After all > the files are copied, and the box reboots, I get a message in German > that says > "Disk error > Press any key to restart" > > (Yea, I know.. that's the english version.. ) hm, havent got that far yet > > I've also tried recreating the ntldr files that are in the binary folder > by reversing the dd command and using skip vs seek to extract the > contents off of a functioning drive on first reboot from a windows install. > I guess I have to recreate the Norwegian ones.. > I'll paste the contents of my script below.. basically, I call it > directly after the install.pl finishes running in place of the dosemu > stuff.. I hooked into the master script right after z was mounted, and kept Marios directory structure in z/etc My hooked in script is a copy of whats in master after z is mounted. I then call z/etc/init/profiles/unattended-nodosemu/01install I just tried Marios Boot CD, but its stops at: Unable to determine Boot device I had the same problem with linuxboot, but got it working from my wrapper script. This is what Im looking into now Test machine is a Dell Optiplex 745. > > Some explanation: For some reason, the parted that I've compiled doesn't > format the partition, so I've added dosfstools to my build so I can use > the mkdosfs command to format the partition. I've also taken out the > parts that write to the unattended file since I'm not using the GUI > unattended, and don't need those entries. Yes, same problem here. Looks like the "parted -s /dev/dsk mklabel msdos" is not doing what we want. Maybe adding "dd if=/dev/zero of=/dev/dsk count=1024" before parted mklabel will cure it. > > I've modified the init.functions to work properly without the commands > that aren't included by default in the unattended.cvs build of > linuxboot. Yes, I added some of them in busybox, but is still missing 'dialog' and busybox 'find' is a bit different. The busybox find does not have the -L parameter Can you post your modified 'copy_files' function? Adding dialog to linuxboot should be doable. Im not shure about the find thing. -- mvh Nils Olav Fossum IT-Kontoret Midtre Gauldal Kommune ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
