Software :: Copy Bootlace Command And Install Grub4dos?
Nov 8, 2010
I can install grub4dos from Windows, but I dont understund how to nstall it on Linux. The only manual for that tell me that information:
Code:
Install GRUB for DOS boot code to the MBR of IDE channel 0, primary drive under Linux:
bootlace /dev/hda
I want to do it by a live CD. For example, I have Fedora and Ubuntu live cd. Where can I copy bootlace command and later how to execute it to install grub4dos under Linux?
View 3 Replies
ADVERTISEMENT
Jul 9, 2011
I would like to install opensuse from hard disk, using GRUB4DOS (or other bootloader). My old notebook has broken cdrom and does not have support for boot from pendrive/external disk. Anyone tried this installation? I have installed Mandriva/Mageia exactly what I'm saying.
Installing Mandriva Linux - Mandriva Community Wiki
View 1 Replies
View Related
Dec 9, 2009
I got these when i try to install Fedora 12 from harddisk using grub4dos.
dracut: FATAL: No or empty root= argument
dracut: Refusing to continue
dracut: FATAL: No or empty root= argument
dracut: Refusing to continue
Boot has failed, sleeping forever.
View 4 Replies
View Related
Feb 24, 2011
First of all, I'm far from beeing a Linux or any other OS expert, so excuse me if my questions are dumb
I use grub4Dos to boot on an USB stick and launch various windows tools/installers.
The problem here is that windows 7 and vista installers both use a 'BOOT' folder containing the boot config files. (dcb, boot.sdi and some other stuff).Of course I can't have 2 folders with the same name at the same place (here the root of my usb stick).
So here is what I d'like to do :
I saw ( here url )
that grub allows the use of the cat command, which should allow me to change the content of the files in the 'BOOT' folder before chainloading any install.
Unfortunately I can't find a way of doing so.
Here is what I tried :
Code:
title Install Windows 7
root (hd0,0)
cat (hd0,0)/WIN7/dcb > (hd0,0)/BOOT/dcb
cat (hd0,0)/WIN7/boot.sdi > (hd0,0)/BOOT/boot.sdi
chainloader (hd0,0)/bootmgr
when I boot on my usb stick and try to launch the entry 'Install Windows 7' the cat command fails to find the files.
View 2 Replies
View Related
Jun 10, 2010
When I first turn on I get the windows boot manager where I can choose between openSUSE 11.2 installer (LOCAL) and Windows Vista. Selecting either has the same result of trying to boot the openSUSE. This results in error 17 and pressing any key takes me to the GRUB4DOS where I can get to the command prompt.
View 9 Replies
View Related
Mar 1, 2011
How to copy a Read-Only file in Linux and make the copy writable with a single cp command in Linux (Ubuntu 10.04)? The --no-preserve and --preserve seemed to be good candidates, except that they should "and" the mode flags, while what I am looking for is something that will "or" them (add +w mode).
More details: I have to import a repository from GIT to Perforce. I want that all Perforce depot files are Read-Only (that is how Perforce was designed), while all other files that were derived/copied from depot files are writable. Currently if a Makefile tries to copy a Read-Only file then the derived file will also be Read-only. This leads to build-errors when cp tries to overwrite Read-Only file second time. Of course the --force is a workaround here but then the derived file is also Read-Only. Also I do not want to mess with "chmod" after each "cp" command - I will do that only as the last resort.
View 1 Replies
View Related
Jul 26, 2010
I built a multi-boot flash drive using the instructions here but unfortunately, those instructions don't include gparted, and I much prefer gparted to the partition managers that are included. How would I go about loading gparted with grub4dos? Either the zip or the iso version is okay with me, I just want to be able to load the live version of the program. I do know that it is included in the ubuntu livecd that I have loaded on the flash drive, but I prefer the standalone version.
View 4 Replies
View Related
May 29, 2010
Anybody here know anything about grub4dos? I'm building myself a multiboot flash drive using grub4dos and one of my commands on the menu, obviously, is shutdown. This should be simply "halt" but every time I launch that command, or if I type it into the grub4dos command line, the computer locks up and I have to do a hard reboot.
View 9 Replies
View Related
Apr 10, 2015
Consider two directories, a and b. b has stuff in it, includling sub-directories and files that begin with ".". For the sake of making this post clear, there is a file named "1" in b. My goal is to copy all of b into a, such that a "diff --brief --recursive a b" indicates that a and b's contents are identical. a is empty.
Code: Select allcp -pr b a
The above copies b (and all contents) to a/, so that b/1 is copied to a/b/1. Our goal is to have a/1, not a/b/1.
Code: Select allcp -pr b a/
The above does the same as "cp -pr b a".
Code: Select allcp -pr b/ a
The above does the same as "cp -pr b a". Unexpected.
Code: Select allcp -pr b/ a/
The above does the same as "cp -pr b a".
Let's try something different, in a different way:
Code: Select allcp -pr b/* a
The above copies inside of b to inside of a, such that a file a/1 gets copied as b/1.
Good: this is the goal.
Problem: it skips hidden (starts with a dot) files.How can one copy the entire contents of a given directory ("b" in my examples) into a second directory ("a" in my examples) in such a way that everything in b is copied to a, but that another b directory is not made inside a, and such that all hidden (starts with a dot) files are copied in?
View 2 Replies
View Related
Jan 30, 2010
I just finished an install with 4 OS's. DOS, XP, WIN7, and UBUNTU. They work fine no with problems. However, the menu entry to run memtest does not work, However on my other system it works. The failing system is an i7 and the working one is a Core Duo. Both have a lot of ram. The Ubuntu os was copied with GPARTED. So it is identical.The menu.lst was a copy/paste job and then the HDxx's modified as needed. Please take a look and tell me where I went wrong.menulst.txt
View 4 Replies
View Related
May 13, 2011
I am using grub4dos 0.44 but can't boot directly into Kubuntu. The bootup freezes at the step of reading the initrd. Can't copy 'n paste the exact bootup-message but it looks similar to this one, I found on another forum-thread:
Code:
Filesystem type is fat, partition type 0x06 [Linux-bzImage, setup=0x1400, size=0xcff87] Unlike the guy who posted the two lines above, I installed Kubuntu on an ext3-partition (hd0,5), (which is /dev/sda6 in Ubuntu) and without an own bootloader, since I wanna use grub4dos instead of grub2. The installation is fresh - the initrd-file shouldn't be broken. My menu.lst looks like this:
[Code]..
View 1 Replies
View Related
Feb 15, 2011
A kind fellow Linux enthusiast told me about DrummerDP project grub24dos.
Here is two links to it.
grub24dos announcement on Reboot
grub24dos on SourceForge
Iam not on that level so I can only trust his words for it. He start up on MsWindows and install it from that OS.
He recommend one do a back up first in case something unexpected happen No warranty.
The very good thing is that it gives grub2 ability to boot isos on a NTFS formatted HDD. Isos that one otherwise had needed to place on a Ext2 formatted partition and that could serve those who want to preserve windows for Gaming?
View 3 Replies
View Related
Feb 18, 2011
I want to boot Slitaz on an old laptop that can't boot from the CD drive, so I need a boot floppy which can in turn boot from the CD.Over on http://slitaz.org/en/get/ there is a link to download the floppy-grub4dos boot disk, but the link is broken. Is there an alternate source for this disk?
View 2 Replies
View Related
Jul 25, 2010
For example, if I type ':pwd' to get the current working directory, I can select the text in gvim but I can't figure out how to copy it to the clipboard. If I try the same in console vim, I can't even select it with the mouse. I would like this to work with all vim commands, such as set guifont to copy the guifont=Consolas:h10:cANSI output.
View 4 Replies
View Related
Jul 14, 2010
if not please redirect to correct area. I will start by saying I know very little about Linux beyond simple usage. My question is about "Syslinux Bootloader chainloaded to GRUB4DOS"
Pendrivelinux has a really awesome utility, one that I have been searching to find for many years. It allows you to put multiple ISOs onto a single USB and selectively boot the images. Mast are live Linux OSs, or repair disks, there is even an option for a Windows install disk. The "menu" is configured for about 30 ISOs right now, and I believe it uses a Grub loader. The link below will take you to the wbsite that hosts the utility download link, lists all the currently supported ISOs, and has the very simple instructions.
url
Once you download the app. there is a file called "menu" that you can edit the list of installed images on the USB drive. I have put:
4-5 Live Linux ISOs
Windows 7 Install files
4-5 rescue CDs
on my USB stick. I deleted the menu items I do not use (a lot of them), and reorganized the menu to my liking.
I know NOTHING about how to figure out the Linux code language. I want to add the following ISO images to the USB, but I am unable to figure out how to write their use into the menu.
Hirens boot CD
Windows XP repair disk
Acronis True Image 2010 recovery disk
I have tried altering already made menus with no success, and I dont even know where to begin. If some of you might be willing to DL the utility, look at the menu structure, I would be very appreciative. I know that you will probably need the ISO images, but they are fairly common. While I am very new here, I am very familiar with forums in general, and would be happy to make a donation for the help, like I said, I have dreamed of such a multiboot solution for many years, and would love to see these added to the options, making it a truly ultimate bootable USB.
View 4 Replies
View Related
Mar 4, 2010
I have to transport a lot of files from one pc to another (both Linux). I would like to use scp for that, but scp only allows for transferring one file at a time. How can I do this?
I have No possibility to use rsync or any other protocol No possibility to use passphrase free certificates (but have a certificate with a passphrase) A list of files to transfer and a list with the destination path of the files on the other server The files are spread out over a lot of directories, and not all the files in the directories I want to copy If possible I would like to gzip and ungzip transparently to save bandwidth!
View 3 Replies
View Related
Jul 20, 2010
i use linux ubuntu..i try to copy db and type some mysqldump command..but at terminal show: The program 'mysqldump' can be found in the following packages:
* mysql-client-5.0
* mysql-client-5.1
Try: sudo apt-get install <selected package> bash: mysqldump: command not found
how to get mysqldump for my pc? i've tried to follow the instruction,but show like below:
Err http://ubuntu-ashisuto.ubuntulinux.jp jaunty/main libnet-daemon-perl 0.43-1 Could not connect to ubuntu-ashisuto.ubuntulinux.jp:80 (122.216.218.146), connection timed out
View 3 Replies
View Related
Aug 18, 2010
I would like copy a backup file from image vmware linux to windows but i don't know how to process it ?i tried :scp /source/backup.tar.gz admin@x.x.x.x:/c:ProgrammefilesC:Documentsand SettingsAdminMyDocumentsbut error and i know that it's not like that, so if you have solutions
View 2 Replies
View Related
Dec 14, 2010
I'm looking for a way to copy files with a certain file extension over to another folder. For exampleSource Folder: /home/user/downloadsFile Type: *.epubDestination Folder: /home/user/epubs/The downloads folder has several folders that may go as deep as 2 or 3 levels.I tried this but it didn't seem to work (and I'm not really sure what to do to modify it to get it to work).Quote:find . -maxdepth 1 -type f -exec grep -q "pattern" '{}' ';' -exec cp '{}' /path/to/destination
View 4 Replies
View Related
Jun 6, 2011
I started to copy a directory using Nautilus. I dragged and dropped a directory from my hosted server to my home drive. It got hung up, and wouldn't download. I clicked the red "stop operation" button, but I have a lingering icon in my upper panel saying that I still have file operations going on, even though it has supposedly stopped. How do I determine from the command line what this process is named and how do I kill it to remove the icon
View 4 Replies
View Related
Jan 20, 2010
Imaging-copying a working remote share on WindowsNT to a local Linux disk target is needed .
Is that possible with dd command(how if remote share is connected as smb://ipnumber/share) and do you need root privilleges on local and remote machine for that?Perhapson source machine:dd if=/dev/hda bs=16065b | netcat targethost-IP 1234on target machine:netcat -l -p 1234of=/dev/hdc bs=16065borrsh 192.168.xx.yy "dd if=/dev/sda ibs=4096 onv=notrunc,noerror" | dd of=/dev/sda obs=4096(any difference to dd/privilleges if you use it as windows dd version since remote is running windowsNT)?
View 1 Replies
View Related
Feb 25, 2010
I want to find files of a particular tyepe and particular date to be copied into a seperate folder.How do i do achieve this in a single line using the find and copy command.
View 8 Replies
View Related
Sep 18, 2010
Tried this, but there's no such a command in Arch.And this also doesn't work:Code:find ~ | grep -i pidgin | xclipboard Error: another clipboard is already running
View 5 Replies
View Related
Feb 10, 2010
i want to copy one harddisk to one or more harddsik simultaneously. i found from forum to use dd with tee command.it copy all the files from the source sda to sdb,sdc,sdd. But it take the source file from sda and copied first on sdb then sdc then sdd on squential manner. After it copied the first file, it takes the second file to copy to all drives.But i want to copy the file parallely all the drive simultaneously. i come to know tee is the squential file copying utility. Any body know about the parallel copy to all drive simultaneously.
View 1 Replies
View Related
Dec 5, 2010
I back up all my digital photos to a couple of places. I've been using the cp command, but--given the personal value--have started to wonder if there's a more reliable way. I'm no stranger to Linux, Bash, Perl, etc., so I could write something to copy and compare md5 hashes, but I was wondering if something already exists (reinvention, wheels and what-not).
Most of my googling for copy and (verify|valid|check|hash|confirm) turns up rsync. However, as far as I can tell, rsync only uses hashes to see if a file needs to be updated. It doesn't perform a hash comparison afterward. For this use, specifically, the files are binary and typically 8-10MB.
View 3 Replies
View Related
Jun 24, 2011
I can copy image in Gimp and paste it to OpenOffice document.
How to do it (copy or paste image) from command line?
View 1 Replies
View Related
May 4, 2011
Ubuntu is getting stuck at the loading screen after an aborted attempt to upgrade to 11.04. It's my own fault - the install was running out of room on /, and I, like an idiot, decided to delete some package files under /var/something/archive, thinking they were "old"... I quickly realized they were in fact the new packages being installed... anyway after killing the thing and rebooting it is pretty damn broken (mostly because I can't get networking going so running in dpkg repair mode doesn't do much because, well, I deleted the packages).
I want to copy all the files off my /home and other meaningful partitions onto an external drive so I can just do a clean install. I can actually login to the command line under recovery mode, but I can't get the GUI started. I know it's possible to copy the contents of the partitions to an external
View 9 Replies
View Related
May 21, 2011
I have 2 IDE HDDs, 80Gb and 160Gb. I am trying to copy active partition from 80G to 160G by using dd command as
Code:
After some time with output
Code:
View 9 Replies
View Related
Jul 28, 2011
Any please help me for incremental copy command similar to windows.commad for copying in windows is c: source xcopy *.* destination /s/c/d/q/yany similar command is there in linux as I m new in Linux
View 4 Replies
View Related
Dec 23, 2010
I am trying to upgrade PHP on our linux box ( CentOS ) I copied the configure command from the phpinfo and now I want to execute that.I am not able to copy the command from an editor in linux to the command prompt, clicking the wheel om my mouse does not work, neither does shift-insert or ctrl-shift-insert.It does work in the editor itself.Is there a way to do this ?Or is there a way to execute the command in linux while it is in the file ? Like a bat file on Windows ?
View 14 Replies
View Related