male wrote:
Please spending of antiX as root
Code: Select all
dpkg --list | grep grub
dpkg --list | grep os-prober
fdisk -lu
parted -l
These are the outputs:
Code: Select all
root@antiX1:/home/hugo# dpkg --list | grep grub
ii grub-common 1.99-27+deb7u1 i386 GRand Unified Bootloader (common files)
ii grub-gfxboot 0.97-48 i386 GRand Unified Bootloader
root@antiX1:/home/hugo# dpkg --list | grep os-prober
ii os-prober 1.58 i386 utility to detect other OSes on a set of drives
root@antiX1:/home/hugo# fdisk -lu
Disk /dev/sda: 40 GB, 40015987200 bytes
255 heads, 63 sectors/track, 4865 cylinders, total 78156225 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 24702975 12353953 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sda2 24702976 47157247 11229435 83 Linux
Warning: Partition 2 does not end on cylinder boundary.
/dev/sda3 47157248 78163967 15502725 5 Extended
Warning: Partition 3 does not end on cylinder boundary.
/dev/sda5 47159296 65701887 9269505 83 Linux
Warning: Partition 5 does not end on cylinder boundary.
/dev/sda6 65703936 75075583 4690980 83 Linux
Warning: Partition 6 does not end on cylinder boundary.
/dev/sda7 75077632 78163967 1542240 82 Linux swap
Warning: Partition 7 does not end on cylinder boundary.
Disk /dev/sdb: 100 GB, 100027630080 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195366465 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 1026047 514048 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sdb2 1026048 195371007 97177185 8e Linux LVM
Warning: Partition 2 does not end on cylinder boundary.
Disk /dev/sdc: 15 GB, 15998169600 bytes
255 heads, 63 sectors/track, 1945 cylinders, total 31246425 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 2048 31260671 15631213 c FAT32 LBA
Warning: Partition 1 does not end on cylinder boundary.
Disk /dev/mapper/VolGroup-lv_root: 48 GB, 48882839040 bytes
255 heads, 63 sectors/track, 5943 cylinders, total 95474295 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/mapper/VolGroup-lv_root1 0 95485951 47745148 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
Disk /dev/mapper/VolGroup-lv_home: 48 GB, 48512701440 bytes
255 heads, 63 sectors/track, 5898 cylinders, total 94751370 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/mapper/VolGroup-lv_home1 0 94765055 47383686 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
Disk /dev/mapper/VolGroup-lv_swap: 2 GB, 2072770560 bytes
255 heads, 63 sectors/track, 252 cylinders, total 4048380 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/mapper/VolGroup-lv_swap1 0 4063231 2032191 82 Linux Swap / Solaris
Warning: Partition 1 does not end on cylinder boundary.
Warning: Unable to open /dev/fd0 read-write (Sistema de ficheros de sólo lectura). /dev/fd0 has been opened read-only.
Error: /dev/fd0: unrecognised disk label
root@antiX1:/home/hugo# parted -l
Model: ATA WDC WD400BB-00DE (scsi)
Disk /dev/sda: 40,0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 12,6GB 12,6GB primary ext4 boot
2 12,6GB 24,1GB 11,5GB primary ext4
3 24,1GB 40,0GB 15,9GB extended
5 24,1GB 33,6GB 9494MB logical ext4
6 33,6GB 38,4GB 4798MB logical ext4
7 38,4GB 40,0GB 1580MB logical linux-swap(v1)
Model: ATA ST3100011A (scsi)
Disk /dev/sdb: 100GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 525MB 524MB primary ext4 boot
2 525MB 100GB 99,5GB primary lvm
Model: TOSHIBA TransMemory (scsi)
Disk /dev/sdc: 16,0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 16,0GB 16,0GB primary fat32 lba
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/VolGroup-lv_root: 48,9GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0,00B 48,9GB 48,9GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/VolGroup-lv_home: 48,5GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0,00B 48,5GB 48,5GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/VolGroup-lv_swap: 2080MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0,00B 2080MB 2080MB linux-swap(v1)
Warning: Unable to open /dev/fd0 read-write (Sistema de ficheros de sólo
lectura). /dev/fd0 has been opened read-only.
Error: /dev/fd0: unrecognised disk label
root@antiX
So, there is a:
(1) 40 GB hard disk (sda) in which is antiX
(2) 100 GB hard disk (sdb) in which is Blag
(3) 16 GB pendrive (sdc)
I note the following errors:
(I) In sdb:
Code: Select all
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 1026047 514048 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sdb2 1026048 195371007 97177185 8e Linux LVM
Warning: Partition 2 does not end on cylinder boundary.
(II) In sdc:
Code: Select all
Device Boot Start End Blocks Id System
/dev/sdc1 2048 31260671 15631213 c FAT32 LBA
Warning: Partition 1 does not end on cylinder boundary.
(III) In VolGroup-lv_root1:
Code: Select all
Device Boot Start End Blocks Id System
/dev/mapper/VolGroup-lv_root1 0 95485951 47745148 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
(IV) In VolGroup-lv_home1:
Code: Select all
Device Boot Start End Blocks Id System
/dev/mapper/VolGroup-lv_home1 0 94765055 47383686 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
(V) In VolGroup-lv_swap1:
Code: Select all
Device Boot Start End Blocks Id System
/dev/mapper/VolGroup-lv_swap1 0 4063231 2032191 82 Linux Swap / Solaris
Warning: Partition 1 does not end on cylinder boundary.
(VI) In fd0:
Warning: Unable to open /dev/fd0 read-write (Sistema de ficheros de sólo lectura). /dev/fd0 has been opened read-only.
Error: /dev/fd0: unrecognised disk label
Given those errors (that I can't really fully assess), and in particular the last one (IV) I am about to give up with this Blag installation. I just wait for any opinion regarding this, to proceed.
P.S.: I don't pay much attention to the warnings in sda, since antiX works perfect.