Installation :: Can GRUB Kickstart CD / DVD Boot From USB Drive?
Apr 11, 2010
I have an older Pentium 3 laptop, a toshiba portege 7140CT. It's one of those laptops designed to be light and easy on battery, so that means no CD drive and no floppy. You have to have the docking station to use optical media.... and I don't have it. I was given this machine for free some years back. I have a USB external DVD-RW drive, and what I want to do is configure GRUB to kickstart a CD/DVD boot from it if possible. obviously, being an old P3 laptop the BIOS has no concept of USB boot. is there a way to pull this off?
View 1 Replies
ADVERTISEMENT
May 6, 2010
I installed Ubuntu on a portable usb drive using a live CD. But now my computer NEEDS the USB plugged in in order to access the GRUB on it so I can boot into Windows from my hard drive. If I boot up my computer without the USB drive plugged in my computer gives me the prompt "Rescue grub" with the ability to type stuff in. I tried to use F12 on startup of my computer in order to tell it to boot using my hard drive (where my Windows 7 is installed) but still no luck.
If the USB drive is plugged in at start up, I get a neat little menu giving me a choice of booting into either Ubuntu, Windows 7, or the memory test. And all of that works fine. Basically, the problem is, I want to boot into Windows without needing that darn USB drive having to be plugged in when I start my computer.
View 3 Replies
View Related
Jul 21, 2010
I have a dual boot machine windows xp & Ubuntu 10.04. I want to use Grub 2 to boot an Ubuntu 8.04 32bit live cd image off my hard drive. I put a copy of the 8.04 iso in a new directory /boot/iso. I added the following lines to my grub.cfg.
menuentry "Ubuntu Live 8.04 32bit" {
loopback loop /boot/iso/ubuntu804.iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/boot/iso/ubuntu804.iso noeject noprompt --
initrd (loop)/casper/initrd.lz
}
[code]....
View 9 Replies
View Related
Jan 15, 2011
I am setting up ubuntu on a new(ish) HP desktop and it has been pretty painful. My issues up until now are in this thread: [URL] I marked that one as solved and am starting a new one as the initial issue for starting that thread was indeed solved. Here is where I am at now: [URL] I've found that I can just type exit, sometimes, once sometimes 10 times, and ubuntu will eventually boot. My main concern is that the grub menu only appears intermittently at boot. If I hit ESC to specify a boot device, it will show up after I pick, but if I just turn the PC on, it seems to be hit or miss. Also, as an aside, when I do get the grub menu, it is version 1.9.xxxxx. Should I be using 2?
Once in a grub menu, I follow the instructions here: [URL] and that lets me fully boot without getting the above 'gave up waiting...'error. The only problem is that this seems to only be temporary. When I reboot and get to a grub menu again, hit e to edit, it's back to what it was before....
View 9 Replies
View Related
May 16, 2011
we have an oracle application server on red hat 4.6 upon booting it comes up with error: attempting boot from hard drive (c GRUB)
View 2 Replies
View Related
Oct 24, 2010
First time poster and recent Ubuntu adopter. I recently installed 10.10 on my main HD alongside a separate windows (xp) partition (it worked perfectly). Then I decided to get fancy and installed 10.10 to a flash drive directly from a live cd. I attempted to boot from the flash drive, and got a black screen with a blinking underscore for about 10 minutes, then I forcefully rebooted. Now, whenever I attempt to boot at all from my main HD I get "error: no such device and a ton of misc numbers. And the flash drive will not allow me to boot from it. Currently, I'm working within the Live CD.
I have a few projects I need to complete with Dreamweaver inside XP, so recovering it completely would be nice.
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #1 for (,msdos1)/boot/grub.
=> No boot loader is installed in the MBR of /dev/sdf
[Code].....
View 9 Replies
View Related
Mar 24, 2015
I've set up a dual boot system with Debian and Windows 8, both installed on their own drive, with their own boot partition. I installed eveything in UEFI-Mode with fast- and secure boot turned off. Both installations are working, as I can access them by changing the boot priority in the Bios. What I cannot achieve is to let grub boot my windows installation.
This is the output of parted -l:
Code: Select allModel: ATA Samsung SSD 840 (scsi)
Disk /dev/sda: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 512MB 511MB fat32 boot
2 512MB 111GB 111GB ext4
3 111GB 128GB 17,0GB linux-swap(v1)
[Code] ....
As you can see, my linux install is on sda, my windows install on sdc (sdb beeing a data disk). This is the entry I made in the 40_custom file in etc/grub.d:
Code: Select allmenuentry "Windows 8.1" {
insmod part_gpt
insmod chain
set root='(hd2,gpt2)'
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
}
I think this should be fine, but if I choose the windows entry wehen grub is booting, it says: error: no such partition. It's my first debian installation, and I am stuck here. Not too much of Linux experience in general.
View 12 Replies
View Related
May 25, 2010
I have Ubuntu/Vista dual boot desktop with Single HDD (200GB) that i cloned to an external USB HDD (320GB) using clonezilla. My intention is to use the external HDD as a backup to up running in case my 3 year old desktop HDD fails. To make sure the clone is good to use if need, i connected external HDD to USB port and tried boot from it but got "Error 18". I tried to Google got some infoDid a fdisk -lu and got the following.
Code:
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
[code]....
View 1 Replies
View Related
Jul 5, 2011
Is it possible to install CentOS via kickstart server without first booting the client from a bootable cd media? Like on Sun platform, on OBP level, client can boot from a kickstart-like (jumpstart) server and proceed installation.
View 1 Replies
View Related
Mar 11, 2010
I have an old Dell Dimension 4500 that, until recently, had 2 hard drives. One drive is running Xubuntu Koala and the other was running XP. I had set up Xubuntu to run LVM.
After needing XP again for a small project I tried reinstalling XP, got disk errors, took the drive out to just have Xubuntu, and now when I boot I get "Error loading operating system".
I have tried restoring GRUB from a Live CD with no help. Everyplace I look on the net talks about restoring GRUB after installing Windows on another drive. I'm trying to get GRUB working again after removing the XP drive.
View 9 Replies
View Related
Aug 27, 2010
Partition info:
sda2: Win7
sdb1: /boot
sdb2: LVM, containing , home, swap...
[code]....
View 14 Replies
View Related
Aug 18, 2010
Dual Booting my laptop and unable to change the Boot Records on the drive. Not because I dont know how, but my primary OS will fail to boot(win7).
I have drive partitioned as follows...
sda1 = Win7 system (default install)
sda2 = Win7 Main (default install)
sda3 = swap
sda4 = Extension (I think thats what its called)
sda5 = / (ext4)
What I need is a boot cd or perferably Grub installed on a 256MB Thumb drive with the options to load the installed system from sda5.
View 4 Replies
View Related
Nov 1, 2010
I'm trying out puppy linux, as I have an old system, and the new Ubuntus do not work on it.
Anyway,I cannot boot from my hard drive but only from the floppy.I'm just not too keen on always booting from the floppy.
Here is the Menu.ls file:
View 8 Replies
View Related
Dec 1, 2009
Here is a way to prepare a USB flash drive to save your kickstart file to it, and then read the kickstart file from the USB drive during a new Fedora installation.A USB flash drive is recognised by the Linux kernel as just another hard drive.This is how I set up my USB flash drive to use it to store my kickstart file on.You will need a working Linux system to set up the USB drive.
View 2 Replies
View Related
Feb 12, 2010
I've been scouring the forums and Google for 2 days now and am not sure which track I should follow with my problem, because the GRUB path doesn't seem to be working, nor the fsck. I'd appreciate any insight anyone can provide, as I feel I'm spinning my wheels at this stage.A few days ago, I was transferring files from my Ubuntu server via SFTP to my laptop across my local network. All of a sudden, the transfer quit in the middle of transferring a file and since then, I was unable to FTP or SSH in to the server. I hooked up a monitor to see what was going on and there was only a black screen, so I powered off the server and powered back on.
While booting, the Ubuntu logo screen initially appears, but then goes to black and error messages come up, asking me if I wish to start the degraded RAID. "Gave up waiting for root device" is the message I get and it tells me that /dev/md2 does not exist and drops me to a initramfs shell. When I try to start in degraded RAID, it tells me:
mdadm: create user root not found
mdadm: create group disk not found
[49.702561] raid5: failed to run raid set md2
mdadm: failed to run RUN_ARRAY /dev/md2: Input/output error
mdadm: not enough devices to start the array
I have 4 hard drives in the server, configured as RAID 5.I boot from a Live CD and have a look at the discs.All are said to be healthy, except for the 4th which is said to have some bad sectors.I'm unable to access (or don't properly know how to access) the /boot/grub/menu.1st file to change the root delay parameter, which is what I thought I would try first.
View 9 Replies
View Related
Oct 30, 2009
I'd like to install centos from a USB stick on to a hard drive and also include a custom kickstart on the USB stick to run post-build scripts or install additional packages, which the additional packages would also be on the USB stick..Are there any howto's already written?
View 2 Replies
View Related
May 2, 2011
I installed 11.04 after Windows 7. when the GRUB boot menu starts up there is an option for Win 7 boot but it will not boot windows. When that option is selected the screen changes colour for 2 seconds and then reverts to the GRUB menu. Ubuntu boots fine.I downloaded the Boot Info Script and ran it, the results are
Code:
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================[code].....
View 3 Replies
View Related
Sep 21, 2010
I was installing sqeeze i386 on my laptop VOSTRO 1400 and got this the 'grub-pc' package failed to install into /target/. without the GRUB boot loader, the installed system will not boot.
View 3 Replies
View Related
Dec 22, 2010
The first is I seem to have 3 GRUB installs. So whilst I update the one from my live session, the change does not appear in the boot up menu. I had installed 10.10 from a CD into a different partition (sda6), but that will not boot, so I have just deleted this and done another grub install and update. The kernel I am using has just been updated from 10.04 to 10.10 too, and it is this that I use and the Grub I have been working on (sda5).
[Code]...
View 9 Replies
View Related
Dec 16, 2010
I updated yesterday and now when I start my laptop it goes in to grub rescue mode. I have booted from a 'live cd' and thought I could repair grub from there. In gparted however the partition with ubuntu (sda1) is seen as unknown file system, in terminal when I list the partition table it shows up as FAT16 type. When I try a grub-install it gives this error message:
[Code]....
View 9 Replies
View Related
Mar 4, 2011
I have 2 hard disks. sda,sdb
In sda, I have 4 partitions, and I have windows 7 in one of the extended partitions [not in the primary partition].
In sdb, I have 3 partitions. 2 for storage, and 1 10GB drive for Ubuntu. Again, Ubuntu is not of a primary partition.
I had ubuntu 10.04 running on that for a long time. However, I wanted to reinstall ubuntu and use 10.10.This is what I did EXACTLY:Booted from Ubuntu install CD
Chose advanced istall
Selected sdb3 for Ubuntu
I installed GRUB2 on the SAME partition as Ubuntu aka sdb3 Installed then rebooted
I can boot into Ubuntu fine, but whenever I select Windows 7 bootloader from the GRUB menu, the screen goes black, and my PC reboots.
Boot Info:
Code:
Boot Info Script 0.55 dated February 15th, 2010 [code]....
ls: reading directory sda6/: Input/output error
I have tried the testdisk/update-grub method, but it didn't work.
View 9 Replies
View Related
Mar 26, 2010
So my computer has ubuntu 9.10 installed 1st and I want to install win 7 in a separate partition. Basically, ubuntu 1st, win 7 later so far from what I learned from search results, grub 2 have problem with win 7 installed later and what was recommended was install win 7 before ubuntu. how ever I do not have the time to start over again because there are too many things to back up or install again. can I simply revert grub 2 to grub 1 again and resolve the problem?
View 7 Replies
View Related
Mar 23, 2010
I had a dual boot machine with fedora 12 and windows vista and I could use grub boot-loader to switch between two. Few days ago windows got corrupt and I have to reinstall it. I put windows 7 now and as usual it erased grub. So to reinstall I put the fedora 12 installation CD on and followed some usual setup steps. When I got the command line I issued the command "grub-install /dev/sda" (sda not hda because It showed bunch of sda, sda1..) but surprisingly it said grub command not found. I remember doing it before while it worked fine.
View 4 Replies
View Related
Oct 19, 2010
I have an internal disk with Linux installed and a removable drive bay for swapping out my windows disks. I'd like to get grub to map one option to the bay and be able to boot whatever disk is in there.
Right now it's mapped by id "/dev/disk/by-id/ata-ST3250310AS_6RY00KB61" but I noticed there is a by-path option. I am not sure how to use it and the documentation isn't very detailed. Is by-path a good way to do this or is there some other way to get this to work?
View 4 Replies
View Related
Oct 20, 2010
I downloaded the Fedora live dvd iso file, burned it to a dvd. I was wondering if I forgot to do something or did I do something wrong. When I try to install from the dvd I get this error message, isoLinux: Disk error 80 , AX = 42A7 , drive 9F Boot Failed: press key to retry When I press a key to retry I get the same error. I also tried to install virtual pc and get not boot disk found.
View 3 Replies
View Related
Feb 6, 2010
With the generous help from caf4926 and please_try_again, i was able to boot into Ubuntu 9.10 with suse's grub legacy.Now I have another problem that i'd need help on, I added a new IDE hard drive for storage and it became sda and the original sda with 3 OSes changed to sdb. Grub can't boot into any OSes except windows 7. Well, i can still boot into Ubuntu if i change the boot option from
Code:
root=/dev/sda2 ro quiet splash
to
[code]...
View 9 Replies
View Related
Feb 6, 2010
I tried to install Ubuntu on an external drive, but it doesn't boot, but it installed GRUB on my main HD, and now I can't even boot Windows. I only get a "grub rescue" prompt. I need to remove GRUB. How to do it?
View 6 Replies
View Related
Apr 21, 2010
I've got a system in place to PXE boot new machines and automatically configuring them via anaconda. It works great.
However, I have a few older machines with no PXE capability that I would like to use a Flash drive or CD-ROM to boot and run the same anaconda config.
I'm running into an issue finding useful documentation on how to create this CD. I've tried mkisofs but it doesn't really give any details on the boot catalog or whatever is needed to make a CD bootable.
View 9 Replies
View Related
Jun 11, 2011
Back in Febuary, my wife bought a Toshiba Satilite from Wal-Mart and a few days ago the hard drive got toasted. So now I'm using an 8gig usb drive as the boot drive. I also have 2 other flash drives for downloads and such but overall I am very pleased.
I'm running 11.04 32 bit and was wandering if 64 bit made a difference. I've got 4 gigs of ddr3. It's slow to boot, but once it's running, it's faster then Windows 7. Very nice.
Is there anything I should chage, use, since I'm running it off a flash drive??
I have 3 seperat drives, 2 x 16 gigs and an 8 gig, and was wandering which one would be best for booting off of? What do I look for??
Here's what I got:
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
00:01.0 PCI bridge: Toshiba America Info Systems Device 9602
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
[Code]....
View 5 Replies
View Related
May 15, 2010
essentially what the title says. Clonezilla cannot be installed in ubuntu so running a live linux on the usb and installing the applications in that is not an option.
View 2 Replies
View Related