General :: Grub2 With Ubuntu 10.04 Adding Additional OS's
Sep 10, 2010
I've got a laptop I use for various things. I have one SATA HD with a number of partitions on it. It looks like this.
sda2 = System Reserved (Flag=boot)
sda3 = Windows 7
sda4 = extended
sda5 = Ubuntu
sda6 = WinXP
I started off with Win7 on there and added Ubuntu. Everything went fine and Grub added Win7 and I could boot to both. Since then I had to add WinXP. That wiped out Grub which I read it would. I tried adding Grub back which was unsuccessful so I just reinstalled Ubuntu which re-installed Grub, but not Win7 doesn't boot from the menu when I select it. Since then I've been trying to add Win7 and WinXP back into Grub with zero success. In addition I add the following which did not work.
[Code]...
View 23 Replies
ADVERTISEMENT
May 21, 2010
i had 1 server and its hostname is resolving fine.
i purchased 1 vps and its hostname isnt resolving.
for server1 say hostname is server1.domain.com
and for vps i add server2.domain.com
and when i ping my server2.domain.com i get Host Unknown error.
do i add Hostname and make it resolve in VPS.
i want to use hostname like server2.domain.com.
i want both server to have common domain name but diff hostname.
View 5 Replies
View Related
Mar 4, 2011
This is what I have currently running.
Code:
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT
iptables -A INPUT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
[code]...
How do I add this to the ruleset, without doing the whole thing over again?
Code:
iptables -A OUTPUT -d 10.3.0.0/16 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
View 1 Replies
View Related
Jun 29, 2010
I'm running 64-bit 10.04, upgraded from 9.10. The problem I am experiencing is that any user accounts aside from my main account are problematic. This includes any accounts I add, as well as the GDM guest session.The specific problems that I have thus far experienced are as follows:
1. The desktop loads often improperly. In the latest instance of this the graphics on the right side top panel were randomly chopped-up, leaving parts of my clock on either side of the volume control, among other things. 2. If I make ANY customizations to the desktop at all, the desktop takes nearly a full minute to load on log-in. 3. Flash videos don't work properly on Firefox. Sometimes they only play after refreshing a page, often they will not load at all. Also, attempting to load or play a flash video will sometimes causes Gnome or Firefox to crash. 4. (And this is the one that REALLY has me stumped) Whenever I log into my main accountant after logging out of another account, the IBus control appears in my system tray.However, when I open the IBus preferences the associated check box is (and has always remained) unchecked.Not sure where to go with this one. More than anything, the IBus bug makes me unsure of where to even begin looking for the problem.
View 1 Replies
View Related
Jan 15, 2011
I'm running Kubuntu 10.4. I cloned an old xp installation into the first primary partition on my disk and I was trying to add it to grub2. I can access the files when I mount it which means that the xp filesystem is working fine. When I do an update-grub though it doesn't detect it. I think that the problem is related to the fact that I cannot find a boot.ini file into the xp installation.
View 1 Replies
View Related
Mar 3, 2010
i'm using ubuntu 9.10... i'm working on some projects on L4 microkernel... i want to add it to the grub...i was familiar with the earlier grub, i.e editing the menu.lst...
title = L4Ka:istachio/i586 pingpong
kernel=/boot/kickstart
module=/boot/i586-kernel
module=/boot/sigma0
module=/boot/pingpong
how can i do this in new grub version...? i tried adding the following to /etc/grub.d/40_custom but failed...
menuentry "L4Ka:istachio" {
set root=(hd0,9)
kernel=/boot/kickstart[code ]..........
View 3 Replies
View Related
May 4, 2011
So after installing Ubuntu 11.04 with Fedora Beta 15, I decided it would be a good idea to get a *buntu based distro in case of anything. So I reinstalled it in the form of Xubuntu, and I see that Grub found my Windows 7 install, but not my Fedora install! Here is the output of fdisk -l:
Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code].....
View 5 Replies
View Related
Jun 5, 2011
i had ubuntu and slackware installed together for a while, i just needed xp to do some native language work so i installed it on my extra partition but then i messed up the grub menu, however i reinstalled it from live cd.. but now the problem is i dont know how to add a xp in that.
i'll give you my fdisk -ls output :
Quote:
/dev/sda1 1 12803 102840066 83 Linux
/dev/sda2 12804 14267 11759580 83 Linux
/dev/sda3 14268 15035 6168960 82 Linux swap / Solaris
/dev/sda4 * 15036 19457 35519715 7 HPFS/NTFS
[Code]....
View 2 Replies
View Related
Feb 28, 2011
I installed Win7 on a 2-disk RAID0 fakeraid. I then unplugged those drives and installed linux mint on a separate drive. I did it this way because if I left the drives plugged in, linux would jack up the fakeraid for those drives and make windows upbootable, and installing linux to the fakeraid itself is just too much of a PITA. So basically, this is the disk configuration, and there's no chance of me changing it.
Right now, I can boot into either win7 or mint by pressing F12 for the boot menu, and then selecting the drive the os is installed on. It would be nice if I could just add an entry to the grub menu for win7. I've used the menu.lst file before, but apparently all that has changed with grub2. I've checked out some of the grub2 docs and poked around in /etc/grub.d, but frankly, it seems to be orders of magnitude more complicated than it should be.
View 3 Replies
View Related
Mar 5, 2011
Is it possible to add menu entries for older kernels to boot instead of the latest?
I have tried this in Ubuntu 10.04 and it hasn't worked.
This used to be possible with ease in grub legacy.
I copied the current menu entry from /boot/grub/grub.cfg and pasted it in the /etc/grub.d/ 20_custom file.
Then I changed the kernel number to the older kernel number and the initrd number too. #update-grub puts this entry into 'grub.cfg', but it doesn't work.
I get:
The old kernel is in /boot as well as the respective initrd and config files.
View 1 Replies
View Related
Jul 22, 2010
I've noticed grub2 has modular structure. Is it possible to insert other Kernel modules into grub? Or can write my own modules to insert into grub?
View 1 Replies
View Related
Feb 16, 2010
I have extracted the files from a bootable CD to /dev/sdc2/bootable/winpwrec with the hope of booting from the hard drive. I have read the grub.cfg file and a couple of guides here and I'm still not sure what I'm doing. Is there any chance someone can tell me what I need to add to the grub.cfg file to add this to the boot menu? I am pretty well-versed in computers but I'm new to Linux and I'm still trying to get acquainted with the OS, terminology, and the boot loader. I'm using Ubuntu 9.10, if that matters.
files in the folder:
BOOT.CAT;1 ISOLINUX.BIN;1 SCSI.CGZ;1
BOOT.MSG;1 ISOLINUX.CFG;1 SYSLINUX.CFG;1 VMLINUZ.;1
INITRD.CGZ;1 README.TXT;1 SYSLINUX.EXE;1
isolinux.cfg
Code:
#serial 0 19200
View 3 Replies
View Related
Aug 20, 2010
I like to load other distro's via their own grub.
So at the min I add an entry to code...
however when update-grub2 is run it also adds its own entries (for arch linux).
Is there a way to stop the update-grub2 script automatically adding a entry on a specific partition ?
View 3 Replies
View Related
May 29, 2010
I have a working Ubuntu install with the Grub2 bootloader. I need to manually add an entry to boot Fedora 13 off of sda. Sda1 is the boot partition, sda2 is LVM. None of the examples I've tried work. I do also have F13 grub installed on sda, but chainloading to it didn't do anything other than a blinking cursor.
View 5 Replies
View Related
Apr 22, 2011
Got a vps today running centos 5. The company gave me 2 ip addy's. I pinged both from my current location and it seems the ping to the 'aditional ip' is much lower. I'm in shanghai and the vps is in los angeles. The round-trip ping to the aditional ip is 190ms (not bad for 6500miles away), whereas to the default ip it is over 300ms.
Anyone know how i can configure centos to use only the aditional ip? Also, do you think there's a reason for this big change in ping? The 2 ip's only vary by the very last digit and only bye one.
View 1 Replies
View Related
Jun 11, 2010
I have a Brazilian Keyboard that I need to use in my machine for some testing, but none of Brazilian Layouts that came with Ubuntu Lucid Lynx release are 100% compatible (I'm missing question marks and "/").
How do I download additional keyboard layouts? Is it possible? It's a HP KU-0316 model (Brazilian Version).
By the way, it's an english installation with a Brazilian keyboard. Does it have some effect in the problem I'm describing or shouldn't matter?
If it's not possible to download this keyboard layout, can I at least try to use an utility to "map" my failing keys?
View 2 Replies
View Related
May 31, 2010
I just installed Ubuntu 10.04 from the LiveCD--smooth install, OS looks great-elegant.Now, since I have to use dial-up, I need to install additional files from the LiveCD that aren't installed by default:
[LiveCD]:poolmainwwvdial wvdial_1.60.3_i386.deb
...and
[LiveCD]:poolmainwwvstreams [3 sw packages]
How do I get these files from the CD, and make them run on the Ubuntu installation? I've checked in the UI, and see various terms I don't yet understand. Do I extract the packages? Or do I open a pgm in Ubuntu, in which I specify the path to the files on the CD?
I'm going to use an external USRobotics 5637 USB modem that is supposed to work in Linux; just need to configure Ubuntu for this. I have the ISP DNS server numbers and modem is ready. I've seen online info, but I'm stuck at this very basic step.
View 2 Replies
View Related
Jun 16, 2010
I've recently installed Ubuntu 10.4 - and used it quite successfully as the adminstrator user. But when I add additional users they can't login - to be exact, their password is accepted, and they get a screen with nothing except Ubuntu's pink/purple background.The mouse pointer moves around but clicking the mouse does nothing.
View 14 Replies
View Related
Feb 6, 2010
Can someone tell me where I can find additional emotional icons to AMSN. I have a client that wants additional emotional icons.
View 1 Replies
View Related
Jul 12, 2011
We are about to install some RHEL5 servers for DB and web and Application servers. I've been asked to test which file systems of the following work better for disk I/O.EXT3 EXT4 JFS BtrFS and any other ones that I can find that work under RHEL the out-of-box install I have done allows me to format my volumes with EXT2/3 but not ext4 or any others. Is it possible to "install" other filesystems for use, if so how?
View 4 Replies
View Related
Nov 11, 2010
How to mirror an additional hard drive in Red Hat?
View 2 Replies
View Related
Jan 4, 2011
I have seen how simple it is for Mac OS to generate pdf from a document without additional software to install. But I am looking for this functionality in Linux. One scenario, for example, if I have myDocument.txt that contain an article, how can I convert this into pdf? My next question is, assuming that myDocument.txt is a 3-paged document, will it generate a 3-page continuous pdf and not just 3 separate pdfs?
Any tools for linux that does this? (GUI is fine, but commandline is preferable)
View 6 Replies
View Related
Mar 18, 2011
My computer that I am trying to use Linux on is a Gateway G6-400 with a 10 GB hard drive and the original floppy and DVD drive. I want to use additional parts that are useable from an old Gateway Essential which consists of: the hard drive, some RAM, and another 10 GB hard drive. I want to use a OS that looks like a Mac (I am thinking about either Ubuntu or Xubutu). It doesn't have a 4 pin MB connector. Does this mean I can't change the power supply on the machine, or is the computer able to use the PSU without the 4 pin connector? How much wattage would I need?!!! And what Graphics card should I upgrade to for this computer? I want to do basic tasks and play these three games: Wizard101, FreeRealms, and Fusion Fall. All of the internet I want to connect over a network wirelessly.
View 2 Replies
View Related
Sep 17, 2010
I need to change from CentOS 4.8 to Redhat Enterprise 5.
1) What is my best option to upgrade and maintain the additional software that I have installed in /opt & /usr/local?
2) Process to reinstall/configure the additional drives during & after the install?
View 7 Replies
View Related
Mar 7, 2010
i initilally installed ubuntu 9.10 then installed windows 7 ,then i recovered grub2 using livecd as told in the post [URL] i did "sudo update-grub" and got windows 7 menu entry but when i select that entry windows 7 does not load but the grub2 is reloaded again.
i cant boot to windows 7.
Windows 7 have 100 mb partition "System Reserved" the grub2 points to that partition but still windows 7 not loaded.
sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3c3a81f5
[Code]....
View 3 Replies
View Related
May 17, 2010
I went through so many post but I haven't found the proper answer yet hope you have an Idea1. Grub2 saves only Linux OS as last selected no Windows OS2.It is possible to boot into a cdrom (drive)?
View 2 Replies
View Related
Feb 19, 2010
When my CentOS virtual machine boots it uses DHCP to get an IP address. It also overwrites resolv.conf with the DNS settings provided by the DHCP server. The DHCP server doesn't supply any search domains so I would like to get dhclient to put in a list of search domains when it writes it. How can I configure dhclient to do this?
View 3 Replies
View Related
Jul 11, 2011
I installed Fedora 15, which was my first real departure from Debian based Linux OSs. I absolutely love the new Gnome 3, and was able to configure F15 to work as I wanted it to. On rebooting I realized that there was no boot loader screen, that F15 just booted and didn't give me a choice as to which OS I wanted to use. Eventually I was able to configure grub to let me see the boot loader and added my old boot loader as a choice. This worked well, maybe not a perfect solution, but it worked. This weekend I installed LMDE (Linux Mint Debian Edition) to another HDD. LMDE uses grub2 and after the install F15 was not recognized.
Two questions: Is there a way for grub2 to see F15? or Can F15 be installed using grub2? I really don't mind re-installing from scratch.
View 10 Replies
View Related
Feb 10, 2010
I've set up password-less login for user1 on a Ubuntu machine to login automatically into a Fedora box using the publickey authentication method. Everything is working smoothly. Now, there is a user2 on Fedora but he does not have an account on Ubuntu.
I tried to login as user2 from Ubuntu to but got the following error :
Code:
Predictably neither scp or sftp work either. I have several questions as a result.
1.Is the SSH server rejecting user2 login because I am inadvertently using user1 keys (as I am logged in as user1) ?
2. Do I need to have a user2 account on Ubuntu and public/private key authentication setup with Fedora for user2 to be able to login ?
3. Is there a method I can use to password login as user2 from Ubuntu to Fedora (even though there is no user2 account on Ubuntu) AND still keep password-less login for user1 or do I have to have password-less login for both ?
At present the only way to access the user2 account from Ubuntu is to SSH using the user1 account and then su to user2.
View 3 Replies
View Related
Jan 24, 2011
I want to load grub2 from grub4dos.I want to load directly the grub2 core. I know how to load first 512 bytes from some patition by chainloader and load grub2, but what I need is to load directly grub2 core without passing by bootstriping code (first 512 bytes).So, my first boot manager is grub4dos, then I can load grub2 and later I load Ubuntu. But I think I have to edit --set-root
What I dont know is how.
In hdd 0,7 (sda8) I have Ubuntu 10.10 and /boot/grub/core.img is in sda8 (hd0.7)
I tried this way:
Code:
title grub2
find --set-root /boot/grub/core.img
kernel /boot/grub/core.img
View 2 Replies
View Related