Code: Select all
harry@biker:~$ inxi -F
System: Host biker Kernel 2.6.32-1-mepis-smp i686 (32 bit) Distro antiX-M8.5-beta2 Marek Edelman 07 December 2009
CPU: Single core Mobile Intel Pentium III - M (UP) cache 512 KB flags (sse) bmips 2398.74 clocked at 1197.00 MHz
Graphics: Card S3 SuperSavage IX/C SDR X.Org 1.6.5 Res: 1024x768@60.0hz
GLX Renderer Mesa DRI SuperSavage 20061110 AGP 1x x86/MMX/SSE GLX Version 1.2 Mesa 7.6 Direct Rendering Yes
Audio: Card Intel 82801CA/CAM AC'97 Audio Controller driver Intel ICH at ports 1c00 18c0
Sound: Advanced Linux Sound Architecture Version 1.0.21
Network: Card-1 Intel 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller driver e100 v: 3.5.24-k2-NAPI at port 6400
Card-2 RaLink RT2561/RT61 802.11g PCI driver rt61pci v: 2.3.0
Disks: HDD Total Size: 80.0GB (2.0% used) 1: /dev/hda ST980815A 80.0GB
Partition: ID:/ size: 9.9G used: 1.5G (16%) fs: ext3 ID:swap-1 size: 1.04GB used: 0.00GB (0%) fs: swap
Info: Processes 84 Uptime 18 min Memory 112.8/1008.3MB Client Shell inxi 1
Code: Select all
biker:/home/harry# fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xfa4827d6
Device Boot Start End Blocks Id System
/dev/hda1 1 1985 15944481 7 HPFS/NTFS
/dev/hda2 1986 7686 45793282+ 5 Extended
/dev/hda3 9603 9729 1020127+ 82 Linux swap / Solaris
Partition 3 does not end on cylinder boundary.
/dev/hda4 * 7687 9602 15390270 83 Linux
/dev/hda5 6309 7686 11068785 83 Linux
/dev/hda6 5673 6308 5108607 83 Linux
/dev/hda7 1986 3290 10482349+ 83 Linux
Partition table entries are not in disk order
biker:/home/harry#
Code: Select all
timeout 15
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title Biker Antix 8.2 at hda6, kernel 2.6.27-1-mepis-smp
root (hd0,5)
kernel /boot/vmlinuz-2.6.27-1-mepis-smp root=/dev/hda6 nomce quiet nosplash vga=791
initrd /boot/initrd.img-2.6.27-1-mepis-smp
boot
title Popeye Puppy Linux 431 full install
root (hd0,3)
kernel /boot/vmlinuz root=/dev/sda4 pmedia=atahd nosmp
title Microsoft Windows 2000 Professional at hda1
rootnoverify (hd0,0)
chainloader +1
title antiX at hda7, kernel 2.6.32-1-mepis-smp
root (hd0,6)
kernel /boot/vmlinuz-2.6.32-1-mepis-smp root=/dev/hda7 nomce quiet nosplash vga=791
initrd /boot/initrd.img-2.6.32-1-mepis-smp
boot
title antiX-M8.5, kernel 2.6.32-1-mepis-smp
root (hd0,6)
kernel /boot/vmlinuz-2.6.32-1-mepis-smp root=UUID=84d33311-82ef-43bb-b646-b1a74ccf1153 ro
initrd /boot/initrd.img-2.6.32-1-mepis-smp
title antiX-M8.5, kernel 2.6.32-1-mepis-smp (init-3)
root (hd0,6)
kernel /boot/vmlinuz-2.6.32-1-mepis-smp root=UUID=84d33311-82ef-43bb-b646-b1a74ccf1153 ro 3
initrd /boot/initrd.img-2.6.32-1-mepis-smp
title antiX-M8.5, kernel memtest86+
root (hd0,6)
kernel /boot/memtest86+.bin
title MEMTEST
kernel /boot/memtest86+.bin
I haven't tested the other entries yet to see how they will act. I just know that that one works for now.title antiX at hda7, kernel 2.6.32-1-mepis-smp
root (hd0,6)
kernel /boot/vmlinuz-2.6.32-1-mepis-smp root=/dev/hda7 nomce quiet nosplash vga=791
initrd /boot/initrd.img-2.6.32-1-mepis-smp
boot