Advertisement
Azelphur

Untitled

Dec 6th, 2011
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. menuentry "Android-x86 2.2" {
  2. insmod part_msdos
  3. insmod ext3
  4. set root='(hd0,msdos1)'
  5. search --no-floppy --fs-uuid --set=root a739882b-6ace-40e3-81ff-7f8d191e8299
  6. linux /android-2.2-r2/kernel root=/dev/ram0 androidboot_hardware=tegav2 acpi_sleep=s3_bios,s3_mode
  7. initrd /android-2.2-r2/initrd.img
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement