SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2011-09-09 02:27:16

steampunknyanja
#! Member
From: Jackson, Mississippi, USA
Registered: 2011-08-06
Posts: 85

[SOLVED]Cannot boot into crunchbang from grub.

Hello, I installed archbang(I guess I was hit by the distro-hopping-disease) and when I went to boot from the grub menu only archbang and archbang fallback were there, where used to be my windows and crunchbang options. How do I find out what to put in the menu entry for my crunchbang partition?

Last edited by steampunknyanja (2011-09-09 11:35:04)

Offline

Be excellent to each other!

#2 2011-09-09 02:29:16

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [SOLVED]Cannot boot into crunchbang from grub.

alright youll either need to run

sudo update-grub

or

su
update-grub

depending on if you have sudoers or not.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#3 2011-09-09 02:31:54

steampunknyanja
#! Member
From: Jackson, Mississippi, USA
Registered: 2011-08-06
Posts: 85

Re: [SOLVED]Cannot boot into crunchbang from grub.

I've tried that, it says the command was not found. Is there any package I need to install?

Offline

#4 2011-09-09 02:42:22

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [SOLVED]Cannot boot into crunchbang from grub.

try using liloconfig as root, i think arch uses that instead of grub


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#5 2011-09-09 02:57:27

steampunknyanja
#! Member
From: Jackson, Mississippi, USA
Registered: 2011-08-06
Posts: 85

Re: [SOLVED]Cannot boot into crunchbang from grub.

That also doesnt work. Says there is no command. I can edit the menu.lst file, I just have to know what to put for crunchbang

Offline

#6 2011-09-09 03:02:33

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [SOLVED]Cannot boot into crunchbang from grub.

you need to install grub-pc, grub-common, and grub. Then you can use the grub commands to set it up.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#7 2011-09-09 03:05:45

steampunknyanja
#! Member
From: Jackson, Mississippi, USA
Registered: 2011-08-06
Posts: 85

Re: [SOLVED]Cannot boot into crunchbang from grub.

For both grub-pc and grub-common I got a target not found error. I was able to install grub, though.

Offline

#8 2011-09-09 03:06:54

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [SOLVED]Cannot boot into crunchbang from grub.

,,,idk and i dont wanna mess you up man, wait for machienebacon lol.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#9 2011-09-09 03:08:45

steampunknyanja
#! Member
From: Jackson, Mississippi, USA
Registered: 2011-08-06
Posts: 85

Re: [SOLVED]Cannot boot into crunchbang from grub.

Okay, thanks for your help though tongue

Offline

#10 2011-09-09 03:31:57

VastOne
#! Ranger
From: V-Ger
Registered: 2011-04-26
Posts: 10,165
Website

Re: [SOLVED]Cannot boot into crunchbang from grub.

steampunknyanja wrote:

Okay, thanks for your help though tongue

You are seeing a grub menu?  From which distro did it come from?  Arch?

Whichever or wherever your mbr is and whichever distro you had grub running from, you need to do an update-grub from there


VSIDO | Words That Build Or Destroy

We do not run from challenges, they become new innovations within VSIDO!

Offline

#11 2011-09-09 03:35:34

CBizgreat!
#! Die Hard
Registered: 2011-07-27
Posts: 1,608

Re: [SOLVED]Cannot boot into crunchbang from grub.

If archbang uses grub legacy, has a grub/menu.lst, then can help ya out. Used archbang for a few wks, cannot remember which bootloader it uses though. Anyway, if it is grub legacy a cool trick I found for booting grub2 with legacy is ...

Boot archbang, open terminal ... sudo texteditor /boot/grub/menu.lst
note: Texteditor is the text editor you wanna use obviously.

title Crunchbang ( or whatever ya wanna call it )
root (hd0,x) x is the partition #! is installed on -/minus 1. ie: If #! is on sda4, you'd put (hd0,3)
kernel /boot/grub/core.img

Save the menu.lst file. Reboot and enjoy.

more notes; hd0 is of course the master drive. If ya have several hdd's you'd need to change that accordingly eh. That stuff above works like a charm though. Am booting crunchbang using it myself with legacy.

Another thing: afterthought, if you want to set it up so that #! boots immediately after ya select it from the grub legacy menu. Instead of going over to grub2's menu .... Boot #!, open terminal type sudo texteditor /etc/default/grub
When the file opens change this line to GRUB_TIMEOUT=0 Save the file, then in terminal type sudo update-grub

Now grub2 doesn't wait x number of seconds. It boots the default selection immediately. That's how I set mine up anyway. So I don't go from grub legacy's menu over to grub2 ( #!'s) menu and have to wait x seconds or select what I want to boot there again. Goes wham, bam ... crunchbang.

big_smile

Last edited by CBizgreat! (2011-09-09 05:36:54)


Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Offline

#12 2011-09-09 11:35:34

steampunknyanja
#! Member
From: Jackson, Mississippi, USA
Registered: 2011-08-06
Posts: 85

Re: [SOLVED]Cannot boot into crunchbang from grub.

Thank you so much! This worked perfectly. smile

Offline

#13 2011-09-09 11:50:23

CBizgreat!
#! Die Hard
Registered: 2011-07-27
Posts: 1,608

Re: [SOLVED]Cannot boot into crunchbang from grub.

Ha !! This just goes to show, sometimes even I know what I'm talking about ! Not often ... but sometimes.

4 real, ya welcome ... glad ya got #! booting again. wink

Last edited by CBizgreat! (2011-09-09 11:50:40)


Some common cbiz abbreviations. This will save me time and yet @ same time tell folks what the babble is supposed to mean.

Vll ! = ( Viva la gnu/Linux !)    Vl#!! = ( Viva la #! !)    Last but not least, UD ... OD ! = ( Use Debian ... or die !) tongue

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo