Advertisement
Guest User

Untitled

a guest
May 12th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. # Automatically created by OE
  2. serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
  3. default=boot
  4. timeout=1
  5. menuentry "Ubuntu 12.04 LTS Precise (i386)" {
  6. insmod part_msdos
  7. insmod ext2
  8. set root='(hd0,msdos2)'
  9. linux /boot/$vmlinuz root=$root_device ro rootwait console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda-intel.enable_msi=0
  10. initrd /boot/$initrd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement