Advertisement
timcowchip

debian grub

Oct 4th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. menuentry 'Debian GNU/Linux, with Linux 3.10-3-amd64' --class debian --class gnu-linux --class gnu --class os {
  2. load_video
  3. insmod gzio
  4. insmod part_msdos
  5. insmod ext2
  6. set root='(hd0,msdos4)'
  7. search --no-floppy --fs-uuid --set=root 462a86f1-7cbe-4b28-869e-7144b877e26b
  8. echo 'Loading Linux 3.10-3-amd64 ...'
  9. linux /boot/vmlinuz-3.10-3-amd64 root=UUID=462a86f1-7cbe-4b28-869e-7144b877e26b ro quiet
  10. echo 'Loading initial ramdisk ...'
  11. initrd /boot/initrd.img-3.10-3-amd64
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement