xboxscene.org forums

Author Topic: Linux On Usb Drive  (Read 215 times)

ddxcb

  • Archived User
  • Sr. Member
  • *
  • Posts: 330
Linux On Usb Drive
« on: January 08, 2010, 01:34:00 PM »

you need to edit some file for the usb to work
Logged

thefons

  • Archived User
  • Newbie
  • *
  • Posts: 7
Linux On Usb Drive
« Reply #1 on: January 09, 2010, 03:43:00 AM »

oke so what file do i have to edit and how exactly?
Logged

thefons

  • Archived User
  • Newbie
  • *
  • Posts: 7
Linux On Usb Drive
« Reply #2 on: January 09, 2010, 09:48:00 AM »

Nobody?
Logged

welly_59

  • Archived User
  • Jr. Member
  • *
  • Posts: 57
Linux On Usb Drive
« Reply #3 on: January 09, 2010, 10:14:00 AM »

have you tried using unetbootin to make bootable usb drive, then rename vmlinux to xenon.elf
Logged

thefons

  • Archived User
  • Newbie
  • *
  • Posts: 7
Linux On Usb Drive
« Reply #4 on: January 09, 2010, 11:37:00 AM »

Oke just tried what you said but it didnt work, ive formatted the usb drive to fat16 or does it need to have another file system.
Logged

ddxcb

  • Archived User
  • Sr. Member
  • *
  • Posts: 330
Linux On Usb Drive
« Reply #5 on: January 09, 2010, 12:42:00 PM »

you have to edit the Vmware file and i dont know how to do that.
Logged

slasherking823

  • Archived User
  • Newbie
  • *
  • Posts: 40
Linux On Usb Drive
« Reply #6 on: January 10, 2010, 02:14:00 PM »

dont try, the 360 linux kernel crashes under heavy usb load, probably it wouldn't get as far as booting up
Logged

j005u

  • Archived User
  • Newbie
  • *
  • Posts: 13
Linux On Usb Drive
« Reply #7 on: January 19, 2010, 12:06:00 PM »

Here's how I got it to boot linux off of a usb stick. I configured my network to allow Xell to load the Gentoo minimal kernel from tftp and formatted a usb stick to look like a cd to the linux kernel. (basically dd if=gentoo-image.iso of=/dev/sda). I imagine one could also partition the usb stick to have a small fat32 partition containing the kernel and have the second partition be the raw cd image (dd if=gentoo-image.iso of=/dev/sda would become dd if=gentoo-image.iso of=/dev/sda2 presuming /dev/sda1 is your fat partition).

Anyway, this is how I managed to boot the gentoo live cd a while ago but the real solution would just be to build a kernel capable of looking for it's rootfs on the usb device so one could have a proper install instead of an emulated livecd.
Logged