Thread: BURG Installed Incorrectly - How to remove GRUB2 from Wrong Partition
i installed ubuntu 10.04 via alternate cd full disk encryption.
wanted alter grub2 menu installed burg after reading thread:
http://www.omgubuntu.co.uk/2010/07/b...-themeing.html
once opened burg manager application prompted install burg , asked install it. default sda bad if you're running full disk encryption. did this. should have chosen /dev/mapper/computername-root /dev/sda1.
have nice pretty burg screen doesn't take me unlock screen. make matters worse, before realized had done, used nice gui restore grub /dev/sda.
believe need remove grub2/burg /dev/sda , somehow mbr looking in right place again.
able choose, “ubuntu gnu/linux ,with linux 2.6.32-24-generic (recovery mode)”. rather sloppily enter passphrase, choose boot normal option, enter username & password, startx.
i've been browsing forums day , can't seem find similar screw up.
ideas on how rid of grub /dev/sda , mbr looking @ /dev/sda1 again if that's even issue!?
here's sudo fdisk -l
help!code:disk /dev/sda: 500.1 gb, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0x000180aa device boot start end blocks id system /dev/sda1 * 1 32 248832 83 linux partition 1 not end on cylinder boundary. /dev/sda2 32 60802 488135681 5 extended /dev/sda5 32 60802 488135680 83 linux disk /dev/sdb: 250.1 gb, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0xffffffff device boot start end blocks id system /dev/sdb1 * 1 30400 244187968+ 7 hpfs/ntfs disk /dev/sdc: 500.1 gb, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0xe8aaad72 device boot start end blocks id system /dev/sdc1 1 60801 488384001 83 linux disk /dev/sdd: 1000.2 gb, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders units = cylinders of 16065 * 512 = 8225280 bytes sector size (logical/physical): 512 bytes / 512 bytes i/o size (minimum/optimal): 512 bytes / 512 bytes disk identifier: 0x00090179 device boot start end blocks id system /dev/sdd1 1 121601 976760001 83 linux
thank you.
you might able go command line , type:
which should give grub boot prompt, looks this:code:sudo grub
change correct disk , partition with:code:grub>
hd0 being first disk, , 0 being first partition on first disk. if want point grub first disk's second partition, you'd use:code:root (hd0,0)
for third partition on first disk, root (hd0,2); or, second disk's first partition you'd use: root (hd1,0), , on.code:root (hd0,1)
once you've done root command appropriate disk , partition, can setup grub with:
that is, if you're on first disk.code:setup (hd0)
if can point grub right place , boot easily, might able backtrack burg's install , point right place.
let me know if helps @ all.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] BURG Installed Incorrectly - How to remove GRUB2 from Wrong Partition
Ubuntu
Comments
Post a Comment