| View previous topic :: View next topic |
| Author |
Message |
enkarunner42
Joined: Wed Jun 08, 2005 6:40 am Posts: 3
|
Posted: Wed Jun 08, 2005 6:46 am Post subject: SanDisk Cruzer + FC3 Questions |
|
|
Just a warning, I'm a complete linux noob and am installing to try to become more skilled at using it.
I have a copy of Win XP Pro (NTFS) (95 gb) installed on my 120gb hard drive. I'm wanting to install Fedora Core 3 on the remaining space, but I want to have the boot partion put on my 512mb SanDisk Cruzer, so that in theory I boot windows without any splash screens without the cruzer in, and with in the usb port I have the option to boot into FC3. Let me know if this is completely offbase.
I put in the FC3 disks and plugged in the cruzer, but it sat there attempting to get usb storage drivers for about an hour or so. I assume I need drivers, but where are they and how can I get them onto my install disks?
Any help you could offer would be greatly appreciated... |
|
| Back to top |
|
 |
dandnsmith LXF regular
Joined: Fri Apr 15, 2005 11:01 am Posts: 267 Location: Berks, UK
|
Posted: Wed Jun 08, 2005 7:49 am Post subject: RE: SanDisk Cruzer + FC3 Questions |
|
|
You've picked a novel way to start with linux - it includes some of the more difficult things to do.
1. its not the boot partition you want to get onto the usb disk, its the bootloader - once you achieve that then the /boot stuff can be where you like (including on the main HDD)
2. you need to have the system bootable from a USB device, and that needs to include support for the device you have chosen (no guarantees offered for any randomly chosen device)
There is some stuff out there about achieving bootable systems on USB storage - but what you have said you want to do demands a solution to the hard bits, while keeping the main OS storage on the resident HDD.
Most of the distros work on the basis that you will use IDE HDDs, with some adding stuff which will utilise some SATA drives (limited by the SATA chipset). For USB support you have to add in the drivers to a module which gets read and used at boot time, but will have to be triggered from IDE or FDD storage. _________________ Derek |
|
| Back to top |
|
 |
enkarunner42
Joined: Wed Jun 08, 2005 6:40 am Posts: 3
|
Posted: Wed Jun 08, 2005 6:05 pm Post subject: RE: SanDisk Cruzer + FC3 Questions |
|
|
I've done a little more research, and I think what I need is a GRUB floppy image and then write it to my Cruzer, but I can't find an image of it anywhere. Does anyone know where I can get one, or can someone make one and email it to me?
I've found a method that works with a program called Undisker for making bootable usb drives using floppy images, so if someone could get a grub disk in the .img filetype, let me know. |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Wed Jun 08, 2005 6:18 pm Post subject: RE: SanDisk Cruzer + FC3 Questions |
|
|
You can write the GRUB boot information to the USB disk directly fro the GRUB shell, but can you boot from that disk at all? Before you do anything else, I'd recommend installing one of the USB booting mini-distros on it, like Feather Linux, to make sure your BIOS and disk support booting.
I have two apparently similar USB sticks, of the same make, one boots the other will not. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
enkarunner42
Joined: Wed Jun 08, 2005 6:40 am Posts: 3
|
Posted: Wed Jun 08, 2005 9:19 pm Post subject: RE: SanDisk Cruzer + FC3 Questions |
|
|
| I can boot from it no problem, I tested it by using a linux installation boot image and it booted into installation just fine. How can I go about copying the GRUB info onto it? |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Wed Jun 08, 2005 9:25 pm Post subject: RE: SanDisk Cruzer + FC3 Questions |
|
|
It's all covered in thee GRUB manual, but basically you run GRUB and type
| Code: | root (hdx,y)
setup (hdx) |
Where hdx,y is the patition on your USB disk. Then edit boot/grub/grub.conf on that disk to give options to boot FC and XP. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|