Quote:
Originally Posted by hacker supreme
Satimis, what hardware is this running on?
|
Hi hacker supreme,
This is an old P-III box
Mobo - Abit BE6
http://www.hothardware.com/articles/...5FMotherboard/
HD - UDMA100, connected on IDE3 as master
(UDMA66 Primary IDE)
CDWriter - Connected as IDE1 master
(Primary IDE)
CDRom - Connected as IDE1 slave
(Primary IDE)
CPU - P-III
$ cat /proc/cpuinfo
Code:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 1
cpu MHz : 515.492
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse up
bogomips : 1031.99
clflush size : 32
Edit:
$ sudo cat /boot/grub/menu.lst
Password:
Code:
timeout 3
title Ubuntu, kernel 2.6.20-16-generic
root (hd0,0)
kernel /vmlinuz-2.6.20-16-generic root=UUID=d9cb5057-ee1d-448b-b635-e24be0deb7a1 ro quiet splash
initrd /initrd.img-2.6.20-16-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-16-generic (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.20-16-generic root=UUID=d9cb5057-ee1d-448b-b635-e24be0deb7a1 ro single
initrd /initrd.img-2.6.20-16-generic
title Ubuntu, kernel 2.6.20-15-generic
root (hd0,0)
kernel /vmlinuz-2.6.20-15-generic root=UUID=d9cb5057-ee1d-448b-b635-e24be0deb7a1 ro quiet splash
initrd /initrd.img-2.6.20-15-generic
quiet
savedefault
title Ubuntu, kernel 2.6.20-15-generic (recovery mode)
root (hd0,0)
kernel /vmlinuz-2.6.20-15-generic root=UUID=d9cb5057-ee1d-448b-b635-e24be0deb7a1 ro single
initrd /initrd.img-2.6.20-15-generic
title Ubuntu, memtest86+
root (hd0,0)
kernel /memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
Edit:
At starting booting it displays;
... ACPI unable to locate RSDP
B.R.
satimis