You are not logged in.

#1 2011-10-22 01:46:47

piratebill
Member
From: Sol System
Registered: 2011-10-20
Posts: 134

Changed boot manager to burg....cant boot now

Here is my setup (which worked fine with grub, and fine with burg when I was using Ubuntu):

sda1  -/boot
sda2  -/root (encrypted with LUKS
sda3  -/win7

I replaced grub with burg this afternoon and I know burg is installed successfully (the shiny new themes are displayed), however when I select arch I get this error:

"ERROR: Unable to determine major/minor number of root device '/dev/mapper/MemoryCore'.   (Memory Core is the label for sda2

The burg entry for arch looks like this:

savedefault
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set .......image long uuid here
echo 'Loading Linux linux...'
linux /vmlinuz-linux root=/dev/mapper/MemoryCore ro quiet splash
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux.img

I think burg doesn't know how to decrypt sda2, but I am not sure.  I just switched to arch two days ago, so I apologize if I am missing something obvious.  Any ideas other than a reinstall?

Offline

#2 2011-10-22 10:29:04

VOT Productions
Member
Registered: 2011-10-22
Posts: 47

Re: Changed boot manager to burg....cant boot now

I'd say boot from Live CD, install grub, and then follow https://wiki.archlinux.org/index.php/Burg exactly to the letter.

Offline

#3 2011-10-22 10:41:29

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: Changed boot manager to burg....cant boot now

Try recreating your initramfs. Seems like a problem with initramfs rather than burg (or the bootloader).

Offline

#4 2011-10-22 16:25:31

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Changed boot manager to burg....cant boot now

AFAICT grub does not support partitioned boot........and burg may not do so either. ..... the same error is obtained in grub and burg is a take-off friom grub.

I have had partitioned boot for some time until linux3.0 upgrade which initiated the failed boot from boot ..partition and the same error as you experienced.  I am not certain that the error message tells the full story but is a convenient error to utilize.

Initramfs may contain the answer I have been searching for a long time..........


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

#5 2011-10-22 16:45:16

piratebill
Member
From: Sol System
Registered: 2011-10-20
Posts: 134

Re: Changed boot manager to burg....cant boot now

I got it working.  This page helped me fix it
https://bbs.archlinux.org/viewtopic.php?id=114045

    linux    /vmlinuz26 root=/dev/mapper/your-encrypted-device cryptdevice=/dev/sdaX:your-encrypted-device ro  quiet

    sdaX is your root parttition (X representing the number, e.g. sda1)
    your-encrypted-device: the name of your mapped device, e.g. topsecret or something smile



Just edited the line above and BAM.  Burg booted fine.  Thank you all for the help smile

Offline

#6 2011-10-25 14:34:31

Stebalien
Member
Registered: 2010-04-27
Posts: 1,238
Website

Re: Changed boot manager to burg....cant boot now

Please mark this thread as [solved] by editing the title of your first post.


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

Board footer

Powered by FluxBB