Thread: Can't instal bootloader - Partition outside Disk
i still puzzled has changed in ubuntu os between 10.10 , 11.04 (through 12.04)
10.10 installs flawlessly, bootloader , all.
newer ones install too, except bootloader makes system unusable.
if worked before no longer does, should reported bug?
again, have no disks, revodrive.
current disk configuration ubuntu 12.04 running fine, after 10.10 install cd
, 3 upgrades on net:
pc@pc-system:~$ sudo fdisk -lu
[sudo] password pc:
fdisk: unable seek on /dev/sda: invalid argument
pc@pc-system:~$ sudo parted -l
error: can't have partition outside disk!
error: /dev/sdb: unrecognised disk label
model: linux device-mapper (linear) (dm)
disk /dev/mapper/sil_bgacaidfeacd1: 47.9gb
sector size (logical/physical): 512b/512b
partition table: loop
number start end size file system flags
1 0.00b 47.9gb 47.9gb ext4
model: linux device-mapper (linear) (dm)
disk /dev/mapper/sil_bgacaidfeacd5: 2094mb
sector size (logical/physical): 512b/512b
partition table: loop
number start end size file system flags
1 0.00b 2094mb 2094mb linux-swap(v1)
model: linux device-mapper (linear) (dm)
disk /dev/mapper/sil_bgacaidfeacd2: 2094mb
sector size (logical/physical): 512b/512b
partition table: msdos
number start end size type file system flags
1 1024b 2094mb 2094mb primary linux-swap(v1)
model: linux device-mapper (striped) (dm)
disk /dev/mapper/sil_bgacaidfeacd: 50.0gb
sector size (logical/physical): 512b/512b
partition table: msdos
number start end size type file system flags
1 131kb 47.9gb 47.9gb primary ext4
2 47.9gb 50.0gb 2094mb extended
5 47.9gb 50.0gb 2094mb logical linux-swap(v1)
moved own thread issue lot different thread posted in.
post:
from livecd add these drivers looks running raid or lvm.error: can't have partition outside disk!
error: /dev/sdb: unrecognised disk label
able search lvm partitions if lvm2 package install
# ("apt-get install lvm2" in debian based distros)
# able search linux software raid partitions (md raids) if
# "mdadm" package installed.
sudo apt-get install lvm2
sudo apt-get install mdadm
sudo apt-get install gawk
sudo apt-get install xz-utils
know works on standard partitions may not work on raid. should use raid commands fix. not know raid.
fixparts - repair broken partition tables (not overlapping issues) & delete stray gpt data mbr drives
http://ubuntuforums.org/showthread.php?t=1705325
http://www.rodsbooks.com/fixparts/
first backup partition table, use drive sdx or sda, sdb etc.
sudo sfdisk -d /dev/sdx > parts.txt
installing on fakeraid (motherboard raid), might you:
https://help.ubuntu.com/community/fakeraid
https://help.ubuntu.com/community/fakeraidhowto
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Can't instal bootloader - Partition outside Disk
Ubuntu
Comments
Post a Comment