Hi Bernard,

Here is attached si.log from the node. I also attach a ide.disk like the
one we used.

Systemconfigurator version is 2.2.2-11ef, we are not using a raid in the
nodes (only 1 disk, and no need of space on the nodes).

The output of the node installation reads like:

mv: cannot stat '/boot/grub/device.map': No such file or directory.
Probing devices to gues BIOS drives. This may take a long time.

end_request: I/O error, dev fd0, sector 0

(14 times this line, carlos add.)

Installation finished. No error reported.

This is the contents of the device map /boot/grub/device.map
Check if this is correct and fix it and rerun the script grub-install.

(fd0) /dev/floppy/0
(hd0) /dev/scsi/host0/bus0/target0/lun0/disc

use of unnitialized value in concatenation (.) or string at
/usr/lib/systemconfig/Boot/Grub.pm line 315

run post_install_scripts

And thats all, apart from the beeps...

If there is any log that I am missing, please, tell me.

Carlos


-- 
Carlos Vasco Ortiz (ITP Tecnología y Métodos)
Tel: 34 91 207 91 21   [ITP-only internal ext.: 91 21]
Fax: 34 91 207 94 11
mailto:[EMAIL PROTECTED]

/dev/sda1        48   ext3  /boot      defaults
/dev/sda5        2048  swap
/dev/sda6        *    ext3  /          defaults
nfs_oscar:/home  -    nfs   /home      rw
mount_dev_on_devfs

get_arch

adjust_arch

ifconfig_loopback

load_my_modules

variableize_kernel_append_parameters

read_kernel_append_parameters

read_local_cfg
Checking for floppy diskette.
YOU MAY SEE SOME "wrong magic" ERRORS HERE, AND THAT IS NORMAL.
No floppy diskette in drive.

read_kernel_append_parameters

start_network
IP Address not set with pre-boot settings.

sleep 0: This is to give your switch (if you're using one) time to
recognize your ethernet card before we try the network.
Tip: You can use <ctrl>+<c> to pass the time (pun intended).




dhclient

Overriding any DHCP settings with pre-boot settings from kernel append
parameters.

read_kernel_append_parameters

ping_test

Pinging your SystemImager server to ensure we have network connectivity.

PING ATTEMPT 1:

We have connectivity to your SystemImager server!
Monitoring initialized.

start_syslogd

get_boel_binaries_tarball
rsync -av 20.53.200.201::boot/x86_64/standard/boel_binaries.tar.gz 
/tmp/boel_binaries

tmpfs_watcher

get_scripts_directory
rsync -a 20.53.200.201::scripts/ /scripts/

autodetect_hardware_and_load_modules
Detecting hardware:
i810_rng i8xx_tco tg3 piix ahci ide-scsi

Loading sd_mod...
done!

Loading ide-disk...
not needed or already loaded.

Loading i810_rng...
not needed or already loaded.

Loading i8xx_tco...
not needed or already loaded.

Loading tg3...
not needed or already loaded.

Loading piix...
not needed or already loaded.

Loading ahci...
done!

Loading ide-scsi...
not needed or already loaded.

get_hostname_by_hosts_file
Hosts file exists...
Searching for this machine's hostname in /scripts/hosts by IP: 20.53.200.1

run_pre_install_scripts
>>> 99all.harmless_example_script

choose_autoinstall_script
Using autoinstall script: /scripts/node1.sh

write_variables

run_autoinstall_script
>>> /scripts/node1.sh

get_arch
enumerate_disks
sda
DISKS=1
Partitioning /dev/sda...
Old partition table for /dev/sda:
parted -s -- /dev/sda mklabel msdos || shellout
Creating partition /dev/sda1.
parted -s -- /dev/sda mkpart primary ext2 0 96 || shellout
Creating partition /dev/sda2.
parted -s -- /dev/sda mkpart extended 96 80000 || shellout
Creating partition /dev/sda5.
parted -s -- /dev/sda mkpart logical ext2 96 2144 || shellout
Creating partition /dev/sda6.
parted -s -- /dev/sda mkpart logical ext2 2144 80000 || shellout
New partition table for /dev/sda:
parted -s -- /dev/sda print
Load device mapper driver (for LVM).
Load additional filesystem drivers.
Ah, good. Found an /etc/raidtab file. Proceeding...
mke2fs -j /dev/sda6 || shellout
mkdir -p /a/ || shellout
mount /dev/sda6 /a/ -t ext3 -o defaults || shellout
mkswap -v1 /dev/sda5 || shellout
swapon /dev/sda5 || shellout
mke2fs -j /dev/sda1 || shellout
mkdir -p /a/boot || shellout
mount /dev/sda1 /a/boot -t ext3 -o defaults || shellout
mkdir -p /a/proc || shellout
mount proc /a/proc -t proc -o defaults || shellout
mkdir -p /a/sys || shellout
mount sysfs /a/sys -t sysfs -o defaults || shellout
Evaluating image size.
Report task started.
rsync -aHSv --exclude=lost+found/ --exclude=/proc/* --numeric-ids 
20.53.200.201::oscarimage2/ /a/
Report task stopped.
rsync -av --numeric-ids 20.53.200.201::overrides/oscarimage2/ /a/
mount /dev /a/dev -o bind || shellout

run_post_install_scripts
>>> 99all.harmless_example_script
umount /a/sys || shellout
umount /a/proc || shellout
umount /a/dev || shellout
umount /a/boot || shellout
umount /a/ || shellout
I have been done for 1 seconds. Reboot me already!
I have been done for 2 seconds. Reboot me already!
_______________________________________________
Oscar-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to