You are not logged in.

#1 2010-12-15 00:17:15

Ben9250
Member
From: Bath - England
Registered: 2010-06-10
Posts: 208
Website

[SOLVED] Ubuntu not booting after Switch to Arch's Grub2

Hi, hoping someone can help with this. I changed the grub2 on my /dev/sda to Arch's version, instead of Ubuntu's, and now I keep booting into the initramfs prompt whenever I try to use Ubuntu. The automatic OS detection won't find it when I run the mkconfig command on grub2's wiki, and I currently have the following in Custom:

enuentry "Ubuntu Linux" {
set root=(hd0,3)
linux /boot/vmlinuz-2.6.35-23-generic
initrd /boot/initrd.img-2.6.35-23-generic root=dev/sda3 ro quiet
}

Which according to my partition layout, and a double check on gparted, is correct. Do I need to flag it as boot or something else? I tried putting Ubuntu's grub2 back on with the live cd but it kept saying /dev/ was busy.

Cheers,
Ben.

Last edited by Ben9250 (2010-12-27 00:42:31)


"In England we have come to rely upon a comfortable time-lag of fifty years or a century intervening between the perception that something ought to be done and a serious attempt to do it."
  - H. G. Wells

Offline

#2 2010-12-15 15:05:25

Gnarl
Member
Registered: 2010-11-18
Posts: 63

Re: [SOLVED] Ubuntu not booting after Switch to Arch's Grub2

I ran into the same issue. I think the easiest way to fix it is to install os-prober from AUR and re-run grub-mkconfig -o /boot/grub/grub.cfg.

Offline

Board footer

Powered by FluxBB