General :: Putting Grub1 Into MBR Without Having It Installed

Jan 21, 2011

I am currently trying to install Sabayon linux, and it expects to use Grub1 for booting from usb (what am I trying to do). So I copied grub files into boot section, but now I need to "root and setup" it - and that's what I can't do, because I don't use Grub1 normally, since I am on Ubuntu which uses Grub2.

(I decided to use Grub1 instead of Grub2 because Sabayon could have some special params, and I am not that much experienced to copy them in new format to grub2 configuration file). So my question is - is there a way to copy grub1 to MBR without having it installed? (using some utility or something like that).

View 11 Replies


ADVERTISEMENT

Ubuntu :: Upgrade From Grub1 To Grub2?

Jan 8, 2010

My machines are using Kubuntu 9.10 but not from a fresh install. They are being upgraded from 8.04, 8.10, 9.04 until this version. So I still have GRUB1 as the bootloader. Can I upgrade to GRUB2? If yes, how? Will I gain anything with this upgrade?

View 3 Replies View Related

Ubuntu :: Restore Grub1 With 11.04 Live Cd?

Jun 2, 2011

Can I restore grub1 with a ubuntu 11.04 live cd?
if yes how, cause "sudo grub" doesn't work
or can i use grub 2 for fedora 12 and windows 7? i think i recall that fedora would need a chainloader and it's own grub1 but that's the one that's broken

View 2 Replies View Related

General :: Putting MB Of Stuff Onto The Internet?

Jan 20, 2010

Noticed the statistic from the computer that it had taken 147MB from the internet today and put 8MB out. Why did it put out so much data, 8MB, why would it need to do that? It makes me paranoid.

View 8 Replies View Related

Ubuntu Installation :: Mixing Grub1 And Grub2 On Multiple Distros?

Aug 8, 2010

How is this supposed to work out? I noticed some distros are really good about recognizing your other linux distros and some not. They keep recognizing windows, but not other linux distros. Also, I have run into a few problems when my operating systems were on different hard drives. I have my operating systems running from a small 250gb laptop hard drive with special mounting and am using my TB hard drive for internal storage /data.However, my last attempt at installing a linux partition on the TB hard drive with Windows and another linux partition on the laptop hard drive didnt work out so well. Updating grub via the command line didnt sort this out. Sudo su root Apt-get update grub (or grub update) or whatever didnt work before when I tried it.

View 4 Replies View Related

Ubuntu Installation :: Convert Grub1 Entry Into Grub2 Shape?

Nov 6, 2010

I have two partition in my netbook (plus swap):
/dev/sda4 with Ubuntu 10.4 /dev/sda5 with Centos 5.5
I use Ubuntu obviously. Centos is there because I need to run some test on that distro. The problem is Centos uses Grub and Ubuntu uses Grub2.

This is /boot/grub/menu.lst from Centos:
Code:
default=0 timeout=5 splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title CentOS (2.6.18-194.17.4.el5xen)
root (hd0,4)
kernel /boot/xen.gz-2.6.18-194.17.4.el5
module /boot/vmlinuz-2.6.18-194.17.4.el5xen ro root=LABEL=/1 rhgb quiet
module /boot/initrd-2.6.18-194.17.4.el5xen.img .....

This was generated running update-grub2 and grub-install under Ubuntu. It's not working. It gives me something like bad magic number. How can I convert the grub1 entry in a grub2 shape?

View 3 Replies View Related

General :: Putting A Remote Syslog Into Its Own File?

Aug 11, 2010

I have a Tomato router and it has the capability to have its logs go to a external server. syslog is the obvious choice for this. So I enabled remote logging on my linux server's syslogd (syslogd -r) and I can see all of the logs in /var/log/syslog. What I want to do is take everything that comes from the IP of my router (10.0.0.1) and divert it to its own file like /var/log/tomato to avoid polluting my syslog with external logs.

I can't find any examples of someone doing this. My only solution is to get a script together that strips out any line in /var/log/syslog with 10.0.0.1 in it and puts the line into /var/log/tomato and have the script run as a cron job, but that seems unnecessarily messy.

Unless someone knows that there is a solution, I'm 95% sure that syslog doesn't support this after reading more in-depth of the man page. So I need to migrate to syslog-ng or make a crazy script that runs with cron.

View 3 Replies View Related

General :: Putting The Password In Lilo.conf?

May 27, 2009

I wanted to put password in lilo.conf file. I added this line but doesn't seem to work out Code: password=vickey. I also did Code: lilo -v Is there any thing missing

View 8 Replies View Related

General :: Putting Function Key Chars In A File?

Sep 18, 2010

Years ago on AIX I used to create a file of key strokes, including function keys (mainly F3 and F12) into a file, and used that file as input to an INFORMIX program, to automated tasks, something like this:
fglgo myprogram.fgo <keystrokefile.txt

Now, I'm using Aubit language on GNU/Linux, and I'd like to do the same kind of thing, but I can't recall how I worked out the chars for the function keys, I'm using a different emulation (xterm), and I can't work out what characters to put in the key stroke file. My $TERM variable contains "xterm". If I type "infocmp", I get this:

Code:
# Reconstructed via infocmp from file: /usr/share/terminfo/x/xterm
xterm|xterm terminal emulator (X Window System),
am, bce, km, mc5i, mir, msgr, npc, xenl,
colors#8, cols#80, it#8, lines#24, pairs#64,
acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,

[Code]....

1. Is the above infocmp output the place I should get the information I need?

2. What chars do I need to put into my file to simulate me pressing F3 and F12?

3. Is there a way for me to put such chars in a file by just pressing those function keys (I tried a here document, but that doesn't work (it's as if the function keys are not even pressed)).

View 5 Replies View Related

General :: Script After Putting The File In Bashrc?

Oct 23, 2010

I have a problem with my script. The problem is the system keeps rebooting after I put the directory file in .bashrc. The intentional for putting the file in .bashrc is to run the script automatically after login as root, I don know why is this happen. It was working fine for the first time without putting the file in bashrc. I could break the loop after hitting the "ESC" key. would it be the script problems?

Here is my script
count=20
while [ $count -gt 0 ];do
sleep 1
echo Press ESC to break the operation
((count=count-1))

[Code]...

View 11 Replies View Related

General :: Getting An External 8-bay ESATA Enclosure And Putting Drives In It?

Feb 21, 2010

My Motherboard has 4 SATA ports on it, Is there a way short of buying an expensive RAID card to add more SATA drives and do a software raid still? What about getting an external 8-bay eSATA enclosure and putting drives in it? Will the OS see this and software raid? (linux)

View 2 Replies View Related

General :: Prevent Ubuntu From Putting Monitor To Sleep?

Jun 23, 2010

Ubuntu 10.04

Under Preferences > Power Management I have changed the settings to never put the computer to sleep and never to put the display to sleep.

My display still goes to sleep and I am prompted for my password when I leave the computer unattended.

I would like to be able to hit the "Lock Screen" app I added to the top panel to lock my screen, but otherwise I would like it to just stay on.

View 1 Replies View Related

General :: Task Bar - Putting Back The Original Settings?

Apr 7, 2010

I am using Ubuntu 9.10, I removed the task bar at the bottom of the screen and replaced it with a new one. The problem is when I click on Fire Fox and by default Fire Fox would drop to the bottom of the screen, now it just disappears. Is there any way of putting back the original settings.

View 1 Replies View Related

OpenSUSE Install :: Intermittent Error "18 Selected Cylinder Exceeds Maximum Supported By BIOS" Grub1.5

Aug 5, 2010

Immediately after the grub menu disappears I get the following error msg: Error 18 Selected cylinder exceeds maximum supported by BIOS. Sometimes the grub options come up again (in Text mode) ...all works fine Sometimes just start via "Failsafe", reboot...all works fine. What is happening here and what would be the right procedure to avoid this happening again.

View 6 Replies View Related

Ubuntu :: Run A .iso Without Putting It Onto A Disc?

Jan 13, 2010

Is it possible to run a .iso without putting it onto a disc?

View 9 Replies View Related

Ubuntu :: Before Putting Windows On?

Apr 26, 2011

I need to dual-boot for exactly 4 days. I have set up my Lucid, and loving it, and I am just afraid that I will not be able to recover the bootloader - I have messed this up many times before.

What are the things I need to know, in order to get it back? If there are any problems (error 17 or 15, by memory), what kind of things can I double-check now, in order to be able to fix anything?

View 3 Replies View Related

Server :: Putting MTA On A RAM Disk

Sep 14, 2010

Can any one tell me how to put the MTA on a RAM disk for faster sending of mails..

View 1 Replies View Related

OpenSUSE :: Putting A Program In Path?

Jun 12, 2011

I am not sure does the title make sense with regards to my query.I am using OS 11.4 gnome.I installed a program (PLINK v1.07) by compiling its source.i compiled the source code in the following folder using "make"

Code:
/home/reddy/Downloads/plink/
Which created an executable file plink.

[code]...

View 2 Replies View Related

OpenSUSE Install :: Dusting Off Old Pc's And Putting Them To Use Again

Feb 19, 2011

I have recently converted to Linux after taking a system architecture course which exposed me to OpenSuse. I have my main desktop up and running with OpenSuse and now I'm determined to dust off my old pc's at home and get them up and running again. I might need some guidance or tips along the way so thats why I'm here.I have four old pc's running on Windows Home XP with 512mb or less of ram. I am planning on upgrading them to at least 1 or 2gb of ram to get as much as I can out of OpenSuse. Should I install the ram before I before or after switching them all to OpenSuse? What network adapter do you guys recommend?

View 9 Replies View Related

Ubuntu Servers :: Putting The CD Image On The HDD?

Apr 27, 2010

Here's a trick I'd like to be able to do. You know how on Windows systems, you can copy the contents of the install disk to a folder, then point the system at it and when it would normally ask you to insert your Windows CD, it just reads that folder?

That's pretty much what I want to do. I want to put the contents of the Ubuntu CD-ROM on the HDD such that if I ever need to refer to the CD, it thinks it's already inserted and just reads from there.

This may sound like an odd request, but I'm asking because my Linux server is an old cheapo computer that doesn't have an internal CD-ROM drive. I have one that I can hook up, but it's a pain in the butt to open the case, set the jumpers, attach the drive, reboot, etc.

This would be a lot simpler for me. This way, if I ever need to access something that was on the Ubuntu Server CD-ROM, I want to be able to just get it from right on the hard disk. (I've got the drive space, after all.)

View 2 Replies View Related

Ubuntu :: Can't Keep Putting Files In CD/DVDs

Oct 8, 2010

Whenever I put a few files into a blank CD or DVD, wether it's pictures, music, documents, whatever, and then I use it another day and try to put a few more files into it, Ubuntu won't let me. I used to be able to continue adding files to my CDs in XP, so I'm not sure if there's any way to do that with Ubuntu? It just shows the DVD as (for example) 1.4 GB used, 0 GB free.

View 6 Replies View Related

Ubuntu :: Hdparm Not Putting HDD's To Sleep?

Dec 12, 2010

Im wanting to put HDD's to sleep using hdparm after 20min of activity (a 4x disk raid5 array and two single disks). I have edited /etc/hdparm.conf, adding the following lines at the end of the file:

Code:

#6TB RAID5 POWER DOWN
/dev/disk/by-id/scsi-SATA_ST32000542AS_5XW0T1R6 {
spindown_time = 240

[code]....

Code:

sudo hdparm -y /dev/disk/by-id/scsi-SATA_SAMSUNG_HD501LJS0MUJDWQ411622

The HDD's will sleep with out issue. Ive looked around my log files and cant seem to find anything to do with hdparm, or the HDD's sleeping. Have I make a mistake in the .conf file? Is there some place hdparm logs, or if I can activate some sort of verbose mode? Or does hdparm need to be activated on boot?

EDIT: I'm using ubuntu 10.04.1 x64 last updated today.

View 5 Replies View Related

Ubuntu :: 10.10 - Mounter For Putting OS On Disks?

Mar 25, 2011

Anyone know of a free mounter I can use with Ubuntu 10.10 for putting OSs on disks?

View 5 Replies View Related

Red Hat / Fedora :: Putting Computers Together On A Router?

Jun 28, 2011

Are there ways to link computers together with a linksys router to get increased performance? Can I create this cooperative supercomputer on the same router that my internet runs through? Can I run Windows on top of this supercomputer to get increased performance in the audio field where I need it most?

View 5 Replies View Related

General :: DBUS >=1.0.0. Installed Libdubs-dev Is Not Installed?

Jan 18, 2011

I am trying to compile VLC code base on my Fedora5 system. I am getting the error when i am trying to run ./configure command.DBUS >=1.0.0. installed libdubs-dev is not installedwhat should I do. I have already installed DBUS (1.4.1).

View 4 Replies View Related

Debian Hardware :: No Eth In Ifconfig After Putting Old Jessie

Jan 24, 2016

I'm using Debian Jessie (with YunoHost v2). Recently the PC on which I had installed it stopped working (power supply dead) so I put the hard disk in another PC. The system seems to start up correctly but I cannot see the ethernet and wlan interfaces in ifconfig (only lo).

The old PC was an Asus EeePC 1001 HA. The new one is an Acer 5920G. I ran Linux (Mandriva) on it in the past with no difficulty.

lspci shows this:

Code: Select all06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)

I read on the Web that BCM5787M uses for driver tg3 and this appears in lsmod:

Code: Select alltg3                   154678  0
ptp                    17462  1 tg3
pps_core               17080  1 ptp
libphy                 27468  1 tg3

[CODE]..

View 3 Replies View Related

Fedora :: Putting Custom Xterms On Toolbar?

Nov 19, 2010

I switched to fedora to learn. I also purchased several vps (virtual private servers) so I could hack away and not destroy my pc. well I would like to do the following...let me call one server A and the other server B

Put to terminals on my top panel. when I click on A I will automatically via ssh be taken to the server A online and when I click on B (the second xterm icon) I would like to be taken to vps B. Ideally I would also like to bypass my password and just go in a root to both as again these are just things I got to learn on.. I don't know where to start but it sure seems like something that would be possible. Of course I don't care if I am clicking on the terminal icon or a program that just launches the appropriate terminal..

View 2 Replies View Related

Fedora Installation :: Booting Without Putting Grub In The MBR?

Jan 17, 2011

I am shortly getting a new computer, It will arrive with Windows 7 on one disk and will have a second disk, on which I will install Fedora. In the past, when I've set up a dual boot system, I always used the standard configuration with the first part of grub put in the MBR. But this time I would like to put grub entirely in the Linux disk and then use Windows 7's boot loader to boot. I set up another computer that way where the disk originally came with Vista. But in that case, I set it up the standard way and then changed it afterwards to use the Vista boot loader.

This time, I want to set it up when installing Linux so grub is entirely on the second Linux disk. So until I manage to figure out how to get the Windows boot loader to do the job, I need a separate way to boot Linux, say from a CD with grub on it. But that CD should have the appropriate grub configuration on it. The easiest way I know to create such a CD is from Fedora, but there is the problem that I first need to get into Fedora to do it. I can think of several ways to approach that problem, i.e., using the installation disc in rescue mode or using some raw grub booter created from my old system. But I would like to keep things as simple and direct as possible, since otherwise I'm sure there will be false starts and a lot of fiddling.

So could someone direct me to some simple instructions to do what I want as quickly as possible. In particular, are there any options to do it in the installation process?

View 3 Replies View Related

Ubuntu :: Putting The Game In A Different Directory To What Is Default?

Jun 6, 2010

I am having trouble trying to install a game which has to be sims 3 the loader and everything loads fine. i am having trouble putting the game in a different directory to what is default.

View 3 Replies View Related

Ubuntu / Apple :: Putting JUST Xubuntu On IMac G3's

Mar 17, 2011

I have eight iMac G3's that work. I've never had a mac before, and I'm not interested in anything the mac OS has to offer. I want to totally delete it, and put JUST xubuntu on these computers. I know nothing about Mac, except I got these, and they have pretty colored housings. I've tried using the 'c' and 'apple+c' commands to get this to boot from the xubuntu cd, but it doesn't have any effect. The thing just continues to load OS9.

I'm seeing from all these threads that everyone is pretty much dual booting, or multi-partitioning the hdd. I do NOT want to do this. Is it possible to format the drive completely, so that it is utterly blank, and then install xubuntu? Am I going to have to get new hdd's for them? They all work just fine, no problems except the software is so old that you can't do anything with it but use post it notes.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved