You are not logged in.
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
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
I've tried that, it says the command was not found. Is there any package I need to install?
Offline
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
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
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
For both grub-pc and grub-common I got a target not found error. I was able to install grub, though.
Offline
,,,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
Okay, thanks for your help though 
Offline
Okay, thanks for your help though
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
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.

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 !) 
Offline
Thank you so much! This worked perfectly. 
Offline
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. 
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 !) 
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.