General :: Boot - Make Bootable USB With Kernel Alone?
Jul 24, 2011
I would like to boot the Linux kernel alone and run busybox, not including a GUI.
How can I do that? How can I make a custom bzImage, initrd.img and how can I change the file structures in that images?
View 2 Replies
ADVERTISEMENT
Sep 1, 2009
Nothing is working,[URL] My bootable pendrive is not seen by grub. The tab in grub, e, gives my 3 partitions only
[URL]
View 2 Replies
View Related
Apr 5, 2011
I am trying to boot from an external hard drive, and have tried to use unetbootin like I used when crating a bootable usb drive but it does not see my external and will not create bootbale iso for me to run from my external hard drive.
View 2 Replies
View Related
Jan 21, 2010
I am having a problem making an iso image using mkisofs. I currently have all the files I want to make a RHEL5.2 iso image from in /tmp/RHEL5.2-server-x86_64. There are the typical directories needed for a RHEL distro in here.
Cluster ClusterStorage images isolinux Server VT. In the isolinux directory I have the following files:
[code]...
I was able to build an image earlier off of this, only to find that I didnt create a bootable iso :-( and have to start the process over again. I am trying to make a bootable iso of RHEL5.2, and here is the command I am passing, but it is throwing an error:
[code]...
View 1 Replies
View Related
Jan 30, 2010
I dual-boot my machine and I want it to default to boot into windows so that whenever I restart the machine remotely from my home it will be able to get back into Windows (instead of Ubuntu).
The problem is that every time Ubuntu upgrades the kernel, I have to reset the default boot item of grub back to windows. This is because the grub menu loader uses positions i.e. 6 for default OS to boot. And when Ubuntu installs a new kernel it changes that order.
I am looking for a way to configure grub to remember its default boot item under kernel updates.
View 2 Replies
View Related
Sep 29, 2010
Possible Duplicate:Make grub keep its default boot under kernel updates.I have just installed Linux with my windows 7 pre-installed and i got it working fine. Since i use windows 7 more than linux, i would like to have "Windows 7" option on the top of "Linux" option.
"When i have turn on my computer, the first thing i see is an Option asking me whether i want to use windows 7 or Linux and there's a countdown timer below it which is 10seconds countdown and if i don't select it on time, it will automatically select the first choice which at the moment i've got Linux pre-set as my first choice."
View 7 Replies
View Related
Aug 20, 2010
is there any program that i can run under ubuntu 10.10 netbook remix and make windows XP installable from a flashdrive via a torrent i downloaded. i need to install windows back on this computer then reinstall linux and dual boot for work.
View 14 Replies
View Related
May 4, 2011
how to make bootable pendrive
View 5 Replies
View Related
Sep 7, 2010
i have been doing a house clearance and come across an old laptop nothing special but its old running windows 95 i think any way i have used dsl b4 as a bak up incase my pc went dawn haw do i get rid of windows and run dsl on this laptop as it only has a floppy drive and a 2.5 gig hard drive its a relik i know this but instead of throwing it away i thout that putting dsl on it i could make a web browser out of it just for fun is it possable to make a bootable floppy to run the new os on the laptop.
View 5 Replies
View Related
Jul 10, 2011
I have a linux ubuntu pc with superuser access, and a windows xp pc with no administrator access so I cannot make use of any formatting tool in that.
View 10 Replies
View Related
Jan 22, 2010
I have a Dell Mini 9 with only Ubuntu installed, I want to install Windows XP also but I don't have and can't get an external CD drive, so I need to make a windows installation from the usb.All the tutorials I found use windows to make the usb bootable, how can I make the same from linux?
View 4 Replies
View Related
Apr 7, 2010
I have FC12 image and I want to install it on my laptop using a pen drive so what steps should I follow. My Dell laptop has i5 processor. Currently I have windows xp on my PC so give me any link of software to make the pendrive bootable.
View 14 Replies
View Related
Jun 3, 2011
I would like to make a bootable liveUSB of Ubuntu 11 or Mint 10 so that it can run ClamTK. Can anyone helo or point me in the right direction. I was told I need a USB-Stick to do that as ClamTK will need some space to write on.
View 4 Replies
View Related
Mar 6, 2011
I have Orace linux .iso's on a memory stick. I could burn them to CD's and install linux from the CDs. However I would rather not waste 5 CDs and just install from the memory stick. How can I do that? How do I make the memory stick bootable? I did try changing the boot options but I could find the right one.
View 8 Replies
View Related
May 25, 2010
It seems that the canonical instructions for making a bootable USB flash drive that runs memtest are at:
[URL]
However, after following them to a T, I boot up the new machine and get:
"could not find kernel image: linux"
Do I need to set up a lilo.conf first?
View 1 Replies
View Related
Jan 4, 2010
For old machines, is this bootmanager plop floppy disk exists? [URL]
View 1 Replies
View Related
Jan 28, 2011
I would like to boot Ubuntu 8.04 i386 from my USB flash drive. [URL] I took following steps:
1) made sure that usb_storage.ko kernel module is loaded
Code:
root@martin-desktop:~# lsmod | grep -i storage
usb_storage 39585 1
root@martin-desktop:~#
2) inserted USB flash drive
Code:
root@martin-desktop:~# tail -n0 -f /var/log/messages
Jan 29 01:43:23 martin-desktop kernel: [440650.637531] usb 2-2: new high speed USB device using ehci_hcd and address 8
Jan 29 01:43:23 martin-desktop kernel: [440650.776107] usb 2-2: configuration #1 chosen from 1 choice
[code].....
When I set "USB flash drive" as a first bootable device in BIOS, I get SYSLINUX "boot:" prompt and it loads both "vmlinuz" and "initrd.gz", but finally I end up in BusyBox prompt and following message:
Quote:
"Check root= bootarg cat /proc/cmdline or missing modules, devices: cat /proc/modules ls /dev ALERT! does not exist. Dropping to a shell!"
Last boot message which I see is "Attached scsi generic sg2 type 0".what might cause such behavior? Did I miss anything while preparing USB flash drive?
View 19 Replies
View Related
Apr 20, 2010
the things i've tried:
1. Created an asm bootloader code that calls a c function which just prints a hello message.
2. Compiled both and linked them using LD command using a .ld file available.
Steps followed from http://wiki.osdev.org/Bare_bones.I get a kernel.bin file which is of ELF format. I've set up a tftp server using tftpd32 tool and created the necessary pxelinux.cfg files.
Now how do i create a bootable kernel image out of the elf file. The steps given in the above website to create an image doesn't help.
View 1 Replies
View Related
Sep 3, 2011
I have a PC with no option for a keyboard. I have to install the operating systems without a keyboard or mouse.
I have to make a bootable USB stick which can allow me to connect to the PC from my Laptop with a VNC connection, then the complete installation using IP to IP. I did this with the following:
Download [URL] Extract the files of .iso to my laptop Add the manual file in CentOS-6.0-i386-minimal/isolinux/ks.cfg
install
lang en_US.UTF-8
keyboard us
timezone --utc Europe/Brussels
rootpw --iscrypted $6$i5qEWD.
selinux --disabled
[Code]....
This allows you to modify your original iso files with the new contents and pack it as one .iso file
Finally load unetbootin and burn to your USB or disk or CD
View 1 Replies
View Related
Jan 14, 2011
First off im very new to linux and have only been involved with linux for a couple days. Anyways, let me explain what i'm attempting todo. I want to make a DVD to automatically restore a partition without any human interaction other than inserting the dvd and turning the pc on. I'm using norton ghost 11.5 to restore the image and im using thinstation 2.2 as my OS.I have a cd that will boot up thinstation but then i would have to type in a command to have ghost start restoring the partition. so basically i figured i would put a script in the etc/init.d folder of initrd. so i extracted the contents of initrd using 7zip, put the script in the directory and then compressed initrd into .gz format. however now when i put the newly made dvd in i get stuck at "Booting the Kernel."
is this a problem with initrd format? if so what format does it need to be in and how to i get it into that format?is there some way to set the parameters of the kernel to fix this problem? and if so how do i go about doing that?
View 1 Replies
View Related
Apr 20, 2010
Is there any possibility to move my already installed ubuntu linux to the usb flash and make it bootable. So that it would boot on the other machine?I have an installed ubuntu karmic linux installed on my machine. I want to make it portable, to move it with all installed packages and tuned software to a usb-flash drive.
View 2 Replies
View Related
Jan 8, 2011
Howto install busybox with Gnome on a USB memory stick and make it bootable?
[URL]
View 2 Replies
View Related
Nov 14, 2010
I am new in Linux ,i don't know how to make a boot able Linux with a auto run able Java apps...
View 1 Replies
View Related
Oct 14, 2009
I cant boot into Fedora 10 using the latest kernel. It just hangs after grub, I can still boot into an older kernel. The problem is its a fresh install that I ran a full update on straight away, and now I cant install videoaudio drivers because the kernel-header packages (and others) are installed for the latest kernel. Is there any boot parameters I can try to add when booting that might help?
View 5 Replies
View Related
Apr 8, 2011
I've installed CentOS 5.5 64-bit on an external WD 500GB HDD. I went through the installation setup, and formatted the external HDD normally. (100M /boot, 250GB /, 248GB /tmp , 2.8GB swap). I also installed grub in the external HDD's MBR. After installation, I could boot up Linux on the same platform (Arrandale). However, as soon as I took it to a different platform such as Atom Pineview D525, it had all kind of problem on Grub, such as Grub Hard Disk Error, or it just hanged on grub loading stage {1.5,2}. Sometimes, if I'm lucky, I would get to grub command prompt, but rarely I could boot up. I would stuck at mounting file system.
I've searching a lot on Google, and people suggested to reinstall Grub, so I tried various method to reinstall Grub, but the same behaviors still exist. I can't guarantee the drive will boot...
View 2 Replies
View Related
Aug 15, 2011
I would like to understand the following:
I have a Debian installation CD that I can boot from. Now I copied that to an USB-stick using dd
dd if=/dev/sr0 of=/dev/sdc bs=1M
The CD-image should contain a boot-sector and everything else that is needed for booting, yet the USB stick does not boot.
What am I missing - why does the stick not boot?
PS: I am not interested in tips on how to create a bootable stick, I only want to understand why the above method does not work.
View 2 Replies
View Related
Apr 16, 2011
My Toshiba Satellite 5205-S705 laptop with Win XP Home sp3 has a non-working cd drive, is riddled with viruses, and isn't capable of booting to a USB drive. (please no comments about paperweights etc., it's all I have!) I want to install a Linux dual-boot version that is heavy on antivirus scanning support. Since I can't boot to an .iso disk, is there any other way to do this? I can transfer files to it via USB thumbdrive or download via Internet.
View 9 Replies
View Related
Jun 9, 2010
creating a bootable floppy from a bootable floppy image on a NON Linux machine I am trying to install dsl (damnsmallLinux) on one of my old Compaq 2000 Deskpro machine having 256RAM and 2 GB hardisk. (which I hope to increase to 8 or 10 GB ...can I use a larger disk capacity??) I have downloaded the floppy bootable image from the website using a machine a fedora OS machine that does not have a floppy drive. I have even converted the image file to an iso file. I can copy this image file or iso file to the Compaq machine but how do I use it as a bootable floppy? OR how do I create a bootable floppy disk from this image?
View 6 Replies
View Related
Jul 21, 2011
Tried to make a bootable usb from dvd 64 bit iso (Fedora 15).
I get the following message.
View 4 Replies
View Related
Apr 4, 2010
How can I make a bootable dvd with a image that has a .ndf extension?
View 1 Replies
View Related